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
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,
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
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