Taimoor Zaeem and Wolfgang Walther
9675ab239b
docs: horizontal filtering on table-valued functions
2025-07-05 21:10:05 +02:00
Taimoor Zaeem and Wolfgang Walther
106f193a56
docs: add note that ordering of columns is not enforced ( #3999 )
2025-04-10 14:44:03 +02:00
steve-chavez and Wolfgang Walther
79fc43ec39
docs: redirect from broken #bulk-insert-default
2025-04-04 18:24:26 +02:00
Taimoor Zaeem and Wolfgang Walther
b187f09574
docs: mention that updates also supports specifying columns and missing pref
2025-04-04 18:24:25 +02:00
Taimoor Zaeem and Wolfgang Walther
4f1dc72e40
docs: explain missing preference header
2025-04-04 18:24:23 +02:00
Laurence Isla and Wolfgang Walther
ba6f985dac
docs: make the aggregate functions docs less verbose
2025-02-22 13:19:10 +01:00
steve-chavez and Wolfgang Walther
7cb007567b
docs: reduce verbosity of aggregate functions
2025-02-22 13:19:10 +01:00
Laurence Isla and Wolfgang Walther
c7152787b9
docs: clarify usage of upsert with surrogate primary keys
2024-11-16 13:16:35 +01:00
Jason Close and GitHub
1fff248c78
docs: rpc example for array of json objects
...
This change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function.
For people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.
2024-08-23 13:00:19 -05:00
Sandro Bauer and Wolfgang Walther
521acf61cb
docs: fix rendering for inline code block in operator list
2024-07-02 12:28:24 +02:00
Wolfgang Walther
9657d46c42
docs: Fix linkcheck
...
Some URLs are still forbidden for our linkcheck tool, so disabling them
again.
Others are permanently redirected, so adjusting them.
2024-06-19 08:40:58 +02:00
Laurence Isla
db85faf3ed
docs: wrap in double quotes the filters with reserved characters in logical operators
2024-06-05 17:59:44 -05:00
Laurence Isla
aaf2d2e430
docs: add example for double embedding when doing OR filtering across embeds
2024-06-04 16:51:28 -05:00
Laurence Isla
50b2d302d0
docs: use "curl --get" for better readability when necessary
2024-05-31 20:24:06 -05:00
Steve Chavez and GitHub
2f91853cb1
docs: add index usage section ( #3299 )
2024-03-02 11:00:31 -05:00
Wolfgang Walther and Wolfgang Walther
791b86cbf6
docs: Add note about not support Stored Procedures
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/147
2024-02-21 09:40:11 +01:00
Wolfgang Walther and Wolfgang Walther
944b02fbb8
docs: Rename Stored Procedures to Functions consistently
...
This avoids confusing our RPCs with actual CREATE PROCEDURE, which we don't
support.
References https://github.com/PostgREST/postgrest-docs/issues/147
2024-02-21 09:40:11 +01:00
Laurence Isla and GitHub
229bc77886
docs: using or across embedded resources
2024-02-20 17:15:42 -05:00
Wolfgang Walther and Wolfgang Walther
fcd29caecf
docs: Use code-block postgres consistently
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
51db5ce26f
docs: Add example for ordering by json field
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/364
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
4325a4f9d5
docs: Add links to resource embedding from insert/update/delete sections
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/277
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
77715dcabf
docs: Rename remaining instances of computed columns to computed fields
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/368
2024-02-19 21:54:15 +01:00
Wolfgang Walther
72de95b069
docs: Fix spelling mistakes
2024-02-18 19:35:40 +01:00
Laurence Isla and GitHub
4a0b93c451
Fix technical_specs in sample DB using UNIQUE instead of PRIMARY KEY
2024-02-08 14:10:17 -05:00
steve-chavez
76b1c00935
docs: fix link to op modifiers
2024-01-22 23:49:59 -05:00
Laurence Isla and GitHub
9ef0e677e0
Use -g to prevent globbing in some curl examples
2024-01-17 12:39:42 -05:00
Laurence Isla and GitHub
cb5d80aff8
Remove HTTP Snippets
2024-01-17 09:07:37 -05:00
steve-chavez
c29d876f90
docs: add params preference
2024-01-04 16:09:07 -05:00
steve-chavez
1e4efafd9e
docs: add tx preference
2024-01-04 16:09:07 -05:00
steve-chavez
50ac91d1ae
docs: testing of media handlers as a note
...
Otherwise users think they're required steps. See the opening comment on
https://github.com/PostgREST/postgrest/issues/3124 .
2024-01-02 23:44:53 -05:00
Taimoor Zaeem and Steve Chavez
f73845159c
add documentation for max-affected preference
2023-12-30 23:07:45 -05:00
steve-chavez
a59cfafe10
fix: correct any media type handler
2023-12-12 17:45:14 -05:00
Laurence Isla and GitHub
5bd7cda308
Priorize query parameters instead of headers in limits and pagination
2023-12-07 18:47:56 -05:00
Laurence Isla and Steve Chavez
f80a33cf32
Add missing curl requests in Preferences section
2023-12-06 17:22:31 -05:00
steve-chavez
8fd4fa0d09
fix: any media type should be bytea
2023-12-05 17:48:16 -05:00
steve-chavez
b04a7f0080
fix server-timing header section
...
Also link it to jwt caching
2023-12-02 01:41:26 -05:00
steve-chavez
2b4e0cc10a
move return representation to preferences page
2023-12-01 18:32:38 -05:00
steve-chavez
1268b0a258
split pagination/count into own page
2023-12-01 16:24:52 -05:00
Tim Abdulla and GitHub
2bb9cee996
Add documentation for aggregate functions ( #701 )
2023-12-01 11:38:42 -05:00
steve-chavez
a38eee399e
chore: improve mt handlers snippets
2023-12-01 10:59:48 -05:00
steve-chavez
ee4321623f
chore: improve intro of media type handlers
2023-12-01 10:51:46 -05:00
steve-chavez
49903ca6db
chore: wording of media type handlers
2023-12-01 10:08:12 -05:00
steve-chavez
d15e357d2e
reference: media type handlers
2023-11-30 23:27:06 -05:00
Taimoor Zaeem and GitHub
5502dce556
add documentation for timezone preference ( #698 )
2023-11-15 08:24:25 -05:00
Taimoor Zaeem and GitHub
57ceabb260
add documentation for server-cors-allowed-origins config ( #688 )
2023-10-30 11:08:12 -05:00
b85ee953b7
doc: media type handlers ( #689 )
...
* reference: media type handlers
* Use function instead of computed field in editable task
---------
Co-authored-by: Laurence Isla <lau.isla.c@gmail.com >
2023-10-28 12:00:37 -05:00
Taimoor Zaeem and GitHub
5ba370fe0a
add documentation for handling preference ( #684 )
2023-10-07 00:23:41 -03:00
Laurence Isla and GitHub
e29260d754
Version not set when invalid URI or key/value format
2023-10-05 15:18:25 -05:00
steve-chavez
cacbbc31fe
add setof record functions
2023-08-10 08:49:55 -05:00
steve-chavez
78d9880607
add nulls=stripped
2023-08-10 08:49:55 -05:00