references: add computed fields page (#650)

This commit is contained in:
Steve Chavez
2023-06-22 09:14:23 -05:00
committed by GitHub
parent 9780790cee
commit 14de9f1dfd
3 changed files with 122 additions and 60 deletions
+4 -3
View File
@@ -12,9 +12,10 @@ PostgREST exposes three database objects of a schema as resources: tables, views
api/tables_views.rst
api/stored_procedures.rst
api/schemas.rst
api/computed_fields.rst
api/resource_embedding.rst
api/openapi.rst
api/resource_representation.rst
api/openapi.rst
api/*
.. raw:: html
@@ -34,7 +35,7 @@ PostgREST exposes three database objects of a schema as resources: tables, views
'#casting-columns': 'api/tables_views.html#casting-columns',
'#json-columns': 'api/tables_views.html#json-columns',
'#composite-array-columns': 'api/tables_views.html#composite-array-columns',
'#computed-virtual-columns': 'api/tables_views.html#computed-virtual-columns',
'#computed-virtual-columns': 'api/computed_fields.html#computed-fields',
'#ordering': 'api/tables_views.html#ordering',
'#limits-and-pagination': 'api/tables_views.html#limits-and-pagination',
'#exact-count': 'api/tables_views.html#exact-count',
@@ -115,4 +116,4 @@ PostgREST exposes three database objects of a schema as resources: tables, views
if (willRedirectTo) {
window.location.href = willRedirectTo;
}
</script>
</script>