pgsql: Add the function's volatility to the output of psql's \df+

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add the function's volatility to the output of psql's \df+
Date: 2007-06-28 06:40:17
Message-ID: 20070628064017.0A5B79FBFBE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add the function's volatility to the output of psql's \df+ command.
Update the psql reference page accordingly.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.191 -> r1.192)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.191&r2=1.192)
pgsql/src/bin/psql:
describe.c (r1.155 -> r1.156)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.155&r2=1.156)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-06-28 17:49:59 pgsql: Fix incorrect tests for undef Perl values in some places in
Previous Message Tom Lane 2007-06-28 00:02:41 pgsql: Implement "distributed" checkpoints in which the checkpoint I/O