pgsql: Remove parentheses from mention of current_schemas function.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove parentheses from mention of current_schemas function.
Date: 2011-06-13 17:04:42
Message-ID: E1QWAZ8-0007TQ-JV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove parentheses from mention of current_schemas function.

This is more consistent with what we do elsewhere, and hopefully avoids
creating the perception that current_schemas takes no arguments.

As suggested by Brendan Jurd

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6350d75bf2faa81cf7b8ccd3ceeb5fe4adefc7f5

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-06-13 21:25:21 pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Previous Message Robert Haas 2011-06-13 17:00:33 pgsql: Clarify that NATURAL without matching columns is like CROSS JOIN