BUG #5378: Little inaccuracy in the manual

Started by lsashaabout 16 years ago2 messagesbugs
Jump to latest
#1lsasha
sasha.mailbox@gmail.com

The following bug has been logged online:

Bug reference: 5378
Logged by: lsasha
Email address: sasha.mailbox@gmail.com
PostgreSQL version: 8.4.2
Operating system: Windows 7
Description: Little inaccuracy in the manual
Details:

Manual for PostgreSql 8.4 cantains a little inaccuracy in
the Table 9.47. Session Information Functions chapter:
current_query instead of current_query()
Generally,Thanks for your pretty product.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: lsasha (#1)
Re: BUG #5378: Little inaccuracy in the manual

"lsasha" <sasha.mailbox@gmail.com> writes:

Manual for PostgreSql 8.4 cantains a little inaccuracy in
the Table 9.47. Session Information Functions chapter:
current_query instead of current_query()

Hmm. Normally we're not very picky about that, but in that particular
table I guess we need to be, since some of the other entries are for
"functions" that need to be called without parentheses. Will fix.

regards, tom lane