pgsql: In documentation example, use concat_values() instead of concat(

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In documentation example, use concat_values() instead of concat(
Date: 2011-02-17 17:37:43
Message-ID: E1Pq7nT-0005iW-Ht@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In documentation example, use concat_values() instead of concat()
because concat() is a built-in function.

Erik Rijkers

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/732808c087a84feed4749ab1e8a63ceeefcf449f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2011-02-17 17:54:45 Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit.
Previous Message Andrew Dunstan 2011-02-17 17:28:51 Re: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit.