pgsql: Remove parentheses from mention of current_schemas function. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove parentheses from mention of current_schemas function.
Date
Msg-id E1QWAZ8-0007TQ-JV@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove parentheses from mention of current_schemas function.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY