Skip to content

Commit

Permalink
docs: Improve introduction for datatypes how-to
Browse files Browse the repository at this point in the history
Not all examples on this page are strictly using string representation, especially bytea.
  • Loading branch information
wolfgangwalther committed Feb 18, 2024
1 parent 72c36f4 commit 46ec264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-tos/working-with-postgresql-data-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.
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 and some alternatives to perform operations on different PostgreSQL data types.

.. contents::
:local:
Expand Down

0 comments on commit 46ec264

Please sign in to comment.