Skip to content

Commit

Permalink
docs: remove imcompatible TOC in some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Mar 7, 2024
1 parent 0195e3a commit 2e84f14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions docs/how-tos/working-with-postgresql-data-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ Working with 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:
:depth: 1

.. NOTE: Titles are ordered alphabetically. New entries should respect this order.
Arrays
Expand Down
5 changes: 0 additions & 5 deletions docs/references/api/domain_representations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Domain Representations

Domain Representations separates "how the data is presented" from "how the data is stored". It works by creating `domains <https://www.postgresql.org/docs/current/sql-createdomain.html>`_ and `casts <https://www.postgresql.org/docs/current/sql-createcast.html>`_, the latter act on the former to present and receive the data in different formats.

.. contents::
:depth: 1
:local:
:backlinks: none

Custom Domain
=============

Expand Down

0 comments on commit 2e84f14

Please sign in to comment.