pgsql: Fix missing parentheses for current_query(), per bug #5378.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missing parentheses for current_query(), per bug #5378.
Date: 2010-03-18 15:29:54
Message-ID: 20100318152954.6B0317541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix missing parentheses for current_query(), per bug #5378.
Also make a couple other minor editorial improvements.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.482.2.2 -> r1.482.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.482.2.2&r2=1.482.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-18 16:31:12 pgsql: Mention way to get commit details for release notes.
Previous Message Tom Lane 2010-03-18 15:29:45 pgsql: Fix missing parentheses for current_query(), per bug #5378.