diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2020-10-19 19:28:54 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2020-10-19 19:30:01 +0300 |
commit | 67a6af69870d1c95e6e78295849fee807ba5691b (patch) | |
tree | 750583d12c9b3a6392fe2c4856893ad2e22b53e7 /src/bin/scripts/dropdb.c | |
parent | 07d46e7e077f5a1c1d6b5d7c9c8fff51c66d54e5 (diff) |
Misc documentation fixes.
- Misc grammar and punctuation fixes.
- Stylistic cleanup: use spaces between function arguments and JSON fields
in examples. For example "foo(a,b)" -> "foo(a, b)". Add semicolon after
last END in a few PL/pgSQL examples that were missing them.
- Make sentence that talked about "..." and ".." operators more clear,
by avoiding to end the sentence with "..". That makes it look the same
as "..."
- Fix syntax description for HAVING: HAVING conditions cannot be repeated
Patch by Justin Pryzby, per Yaroslav Schekin's report. Backpatch to all
supported versions, to the extent that the patch applies easily.
Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com
Diffstat (limited to 'src/bin/scripts/dropdb.c')
0 files changed, 0 insertions, 0 deletions