pgsql: Add the new psql command \drds to the psql docs, help and tab

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add the new psql command \drds to the psql docs, help and tab
Date: 2009-10-08 16:34:01
Message-ID: 20091008163401.23D8C753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add the new psql command \drds to the psql docs, help and tab completion.

I also thank Bernd Helmle for the documentation help on the previous settings
patch, which I forgot on the commit message.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.230 -> r1.231)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.230&r2=1.231)
pgsql/src/bin/psql:
help.c (r1.153 -> r1.154)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.153&r2=1.154)
tab-complete.c (r1.185 -> r1.186)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.185&r2=1.186)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-10-08 22:34:57 pgsql: Remove very ancient tuple-counting infrastructure
Previous Message Heikki Linnakangas 2009-10-08 04:47:06 pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits