Commit Graph
78 Commits
Author SHA1 Message Date
Dan KamenovandJoe Nelson 27bcd8074f Fix duplicate wording (#48) 2017-03-26 20:28:52 -07:00
Joe Nelson 0f87137387 More improvements
When to use RAISE in procs

Fix broken links
2017-03-26 16:05:12 -07:00
Joe Nelson e54fb2a264 Misc improvements
How to pass a single json object to stored proc

List HTTP codes for db errors

Point out 404 semantics of singular responses

OR query workaround

Include nginx example for singular rewrite
2017-03-25 22:57:27 -07:00
Steve ChávezandJoe Nelson 8e6410e55d Add section for binary output (#46) 2017-03-24 14:14:28 -07:00
Joe Nelson 708e0cd0b6 Another site in production 2017-03-16 00:33:54 -07:00
Joe NelsonandJoe Nelson 8b170afe49 More extensions, example apps, client side libs (#45) 2017-03-13 09:51:52 -07:00
Joe Nelson b8f2ffc0a3 Instructions for building docs locally 2017-02-27 09:38:21 -08:00
Sushant BajracharyaandJoe Nelson f1181cce73 Added a / after location /api (#44) 2017-02-26 08:38:26 -08:00
PeterandJoe Nelson ecbf49ad7f replace code:postgres by code:sql (#43)
Code blocks with code:postgres are not highlighted (see site navigation), not works. Replaced by code:sql that works "fine"
2017-02-20 14:33:37 -08:00
Joe Nelson d461e3387f Note the need for percent encoding in passwords 2017-02-19 18:11:40 -08:00
Tony AdamsandJoe Nelson 022e1101e7 fix a missing infinitive (typo) in intro.rst (#36) 2017-02-14 21:35:05 -08:00
Hugo DiasandJoe Nelson 6e1e8f02de fix: fix server-proxy-uri config (#35) 2017-02-10 09:49:56 -08:00
Joe Nelson 01def80937 Google translate example 2017-02-06 11:05:45 -08:00
Joe Nelson 7742891c26 safeupdate via PGXN 2017-02-06 10:56:41 -08:00
Joe Nelson b237a4943c More client side libs 2017-02-06 10:29:45 -08:00
Joe Nelson 07777ea76b Note websockets postgres integration
From https://github.com/begriffs/postgrest/issues/278
2017-02-03 16:56:25 -08:00
Joe Nelson 588b0bc7e1 Fix internal links 2017-02-03 16:37:24 -08:00
Joe Nelson e508f071b4 Bump copyright year 2017-02-03 16:14:41 -08:00
Lucas DesgouillesandJoe Nelson 892f4a8491 Override document title for index.rst (#34)
The index page has `<no-title> -- PostgREST 0.4.0.0 Documentation` for HTML title, using the `title` directive, we can force it to something nicer.
I'm not sure if this fixes it at the top of the page.

http://docutils.sourceforge.net/docs/ref/rst/directives.html#metadata-document-title
http://www.sphinx-doc.org/en/stable/rest.html#directives
2017-02-02 08:02:43 -08:00
philandJoe Nelson 404fcb6b27 Fix the plurality header docs for v0.4 (#32) 2017-01-26 07:32:27 -08:00
Leon du ToitandJoe Nelson 3262607b5b Document connect strings for older versions of libpq (#11) (#31) 2017-01-23 08:34:39 -08:00
Joe Nelson e56ffe7b5e Note json array vs native array args 2017-01-22 20:36:27 -08:00
Joe Nelson 19768064dd More prominent link to downloads 2017-01-22 20:16:57 -08:00
Joe Nelson 71816e64f8 Fix typos in auth section
Fixes #29
2017-01-22 17:32:38 -08:00
Joe Nelson e1e1ee2d31 pg-sns-bridge rename 2017-01-21 23:00:13 -08:00
Joe Nelson e37a2a569c Document rate limiting via nginx 2017-01-21 20:16:21 -08:00
Joe Nelson 58503af432 English and RST adjustments 2017-01-16 20:47:01 -08:00
Joe Nelson e0e604aa9f Fix install problems reported by @tnhu 2017-01-16 20:35:42 -08:00
Joe Nelson b3dfde5ecf Move admin section higher in TOC 2017-01-16 20:35:17 -08:00
Joe Nelson 360c90afe3 Auth0 no longer base64 encodes secrets 2017-01-16 20:35:01 -08:00
Joe Nelson 8706779b42 Document SSH session termination precautions 2017-01-16 20:34:39 -08:00
JeffreyandJoe Nelson f52fb70e3d Suggest swap file on systems with under 1GB of ram (#30) 2016-12-26 09:40:23 -08:00
NikolayandJoe Nelson b3fb9ff215 more about stored procedures (#26) 2016-12-20 21:14:05 -08:00
J Phani MaheshandJoe Nelson 4d8272fa0d fix typo in install.rst: s/text/text/ (#27) 2016-12-17 09:16:03 -08:00
Trevor BasingerandJoe Nelson 349726cdc0 Documentation b64 option #772 (#25) 2016-12-11 08:56:39 -08:00
Joe Nelson adb8522276 Sorting embedded resources 2016-12-05 16:14:28 -08:00
Joe Nelson e84b4cbcfe Fill out the API ops 2016-12-04 18:34:35 -08:00
Joe Nelson 6b255e9806 Mark inline code as code, not italics 2016-12-04 13:59:24 -08:00
Joe Nelson 564c51fe79 Stored procs 2016-12-04 13:34:33 -08:00
Joe Nelson 2c1eb9ab13 Add queueing bridges to docs 2016-12-02 15:50:02 -08:00
Joe Nelson 1f12dedce6 Include Ruslan's env_var helper function in note 2016-12-02 10:15:12 -08:00
Joe Nelson 8c2a95b98e Test suite instructions from @dsimunic 2016-11-30 21:21:57 -08:00
Joe Nelson 5b95d22e2a Base nginx conf from Ruslan 2016-11-27 12:28:10 -08:00
Joe Nelson 5a31320a8b TeX description 2016-11-25 15:02:00 -08:00
Joe Nelson 6a2ba25414 Custom CSS 2016-11-25 15:01:52 -08:00
Joe Nelson b35ffd4931 First draft of resource embedding 2016-11-21 23:04:06 -08:00
Joe Nelson 455dc5c8bc OpenAPI overview 2016-11-20 22:41:05 -08:00
Joe Nelson dacf39404e Singular or plural 2016-11-20 22:03:04 -08:00
Joe Nelson 216550e959 Content negotiation 2016-11-20 21:39:35 -08:00
Joe Nelson 2a77ff5714 Schema cache rewrite 2016-11-20 16:37:18 -08:00