[DOCS] update to alter user mapping example

2016-08-24 Thread gabrielle
d more than once' Here's a working example that a) matches the description ("change password") and b) continues the steps started with the CREATE USER MAPPING example. ALTER USER MAPPING FOR bob SERVER foo OPTIONS (SET password 'public'); I've attached a patch as w

[DOCS] fix for typos in "Reliability and the Write-ahead Log"

2012-07-03 Thread gabrielle
patch attached. gabrielle fix_wal_typos.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] separate Privileges section for SQL reference pages?

2012-04-18 Thread gabrielle
. > Currently, this information is usually distributed across the > Description and Notes sections and sometimes hard to find. > > What do you think about this? I think this is a great idea. Do you need help? gabrielle -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To ma

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-28 Thread gabrielle
ake it happen. > > Big +1 from me. The -docs list is pretty lonely, but I cannot see anyone > objecting to this. You might post to -general if you want > someone besides me to reply, ha ha ha! +1. I also find this annoying. gabrielle -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] [PATCH] log_statement docs

2010-02-25 Thread gabrielle
On Thu, Feb 25, 2010 at 11:20 AM, Bruce Momjian wrote: > I have applied the following patch with adds "off" and "all statements" > identifiers.  This is probaby the right level of detail for this. Thank you! gabrielle -- Sent via pgsql-docs mailing list (pgsql-do

[DOCS] [PATCH] log_statement docs

2010-02-24 Thread gabrielle
Patch amends description of log_statement to include definition of "all" option. gabrielle From b48f3187ade475570df1eeca1721cf58204ee842 Mon Sep 17 00:00:00 2001 From: Gabrielle Roth Date: Wed, 24 Feb 2010 18:34:03 -0800 Subject: [PATCH] Amend description of log_statement - add def