Re: [DOCS] Omission of "(or C)" in psql's "pset title" header

2015-08-26 Thread David G. Johnston
On Wed, Aug 26, 2015 at 10:02 PM, Bruce Momjian wrote: > On Wed, Jun 24, 2015 at 06:11:20PM -0400, David G. Johnston wrote: > > http://www.postgresql.org/docs/devel/static/app-psql.html > > > > The other pset keywords with black-slash aliases include a "(or > )" > > paren after the keyword. "tit

Re: [DOCS] Omission of "(or C)" in psql's "pset title" header

2015-08-26 Thread Bruce Momjian
On Wed, Jun 24, 2015 at 06:11:20PM -0400, David G. Johnston wrote: > http://www.postgresql.org/docs/devel/static/app-psql.html > > The other pset keywords with black-slash aliases include a "(or )" > paren after the keyword.  "title" does not (should be "C") Attached is a patch to implement this,

[DOCS] Rewording for ALTER TABLE ... ADD table_constraint_using_index

2015-08-26 Thread Josh Kupershmidt
I'd like to propose the following slight rewording for the note about ALTER TABLE ... ADD table_constraint_using_index. The existing text says one may "install it [the existing index] as an official constraint". The "official constraint" phrase sounds like weasel wording to me -- how is a UNIQUE c

[DOCS] small fix for pgprewarm.sgml

2015-08-26 Thread Josh Kupershmidt
Attached is a small grammar fix for the pg_prewarm doc page. Josh diff --git a/doc/src/sgml/pgprewarm.sgml b/doc/src/sgml/pgprewarm.sgml new file mode 100644 index 2989ac3..c090401 *** a/doc/src/sgml/pgprewarm.sgml --- b/doc/src/sgml/pgprewarm.sgml *** pg_prewarm(regclass, mode text de