Some typos in documentation
Alexander Law <exclusion@gmail.com>
From: Alexander Lakhin <exclusion@gmail.com>
To: "pgsql-docs@postgresql.org" <pgsql-docs@postgresql.org>
Date: 2019-01-12T21:17:07Z
Lists: pgsql-docs
Attachments
- transcations.patch (text/x-patch) patch
- PQencryptPasswodConn.patch (text/x-patch) patch
- pg_current_logfiles.patch (text/x-patch) patch
- NOCONNECT.patch (text/x-patch) patch
- LockFileCreateWRITE.patch (text/x-patch) patch
- pg_execute_server_programs.patch (text/x-patch) patch
Hello, While cross-checking the unique words in doc/ I found a few typos. REL9_6_STABLE transcations (Also there are two 'transcation's in src/bin/psql/po/tr.po, probably these are typos too.) REL_10_STABLE+ PQencryptPasswodConn pg_current_logfiles -- there is only the "pg_current_logfile" function. NOCONNECT -- this option was replaced with "connect = false" by commit b807f5982. LockFileCreateWrite -- Should be spelled as LockFileCreateWRITE (as in pgstat.c) or LockFileCreateWRITE in pg.stat.s should use CamelCase in whole. I don't find any dependencies so I would prefer the latter. REL_11_STABLE+ pg_execute_server_programs -- I could find only the pg_execute_server_program role in pg_authid.dat. All the corresponding patches are attached. Best regards, Alexander
Commits
-
Fix typo in documentation
- 381409686a81 9.6.12 landed
-
Fix typos in documentation and for one wait event
- 3607dd39ba3d 10.7 landed
- 6afea53c30d9 11.2 landed
- 42e2a5807132 12.0 landed
-
Rework the options syntax for logical replication commands
- b807f59828fb 10.0 cited