pgsql: Add the new psql command \drds to the psql docs, help and tab - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Add the new psql command \drds to the psql docs, help and tab
Date
Msg-id 20091008163401.23D8C753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove very ancient tuple-counting infrastructure