Refine docs for v10

* shorten release page

* shorten explain docs

* add limited update/delete to release page

* refine relationships

* refine disambiguation

* refine release page

* remove migration guide

* add author to WWT how-to
This commit is contained in:
Steve Chavez
2022-08-26 16:08:08 -05:00
committed by GitHub
parent a0c463b998
commit 9128c8602a
3 changed files with 249 additions and 279 deletions
@@ -3,6 +3,8 @@
Working with PostgreSQL data types
==================================
:author: `Laurence Isla <https://github.com/laurenceisla>`_
PostgREST makes use of PostgreSQL string representations to work with data types. Thanks to this, you can use special values, such as ``now`` for timestamps, ``yes`` for booleans or time values including the time zones. This page describes how you can take advantage of these string representations to perform operations on different PostgreSQL data types.
.. contents::