pgsql: Add psql tab completion for DO blocks.

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add psql tab completion for DO blocks.
Date: 2010-02-15 02:55:01
Message-ID: 20100215025501.DCC927541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Add psql tab completion for DO blocks.
Also adjust documentation of DO.

Patch from David Fetter and subsequent discussion.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
do.sgml (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/do.sgml?r1=1.3&r2=1.4)
pgsql/src/bin/psql:
tab-complete.c (r1.192 -> r1.193)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.192&r2=1.193)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-02-15 04:05:06 pgsql: remove an unused variable 'dirfd'.
Previous Message Greg Stark 2010-02-15 02:36:27 pgsql: Display explain buffers measurements in memory units rather than

Browse pgsql-hackers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-02-15 02:58:17 Re: psql tab completion for DO blocks
Previous Message Tom Lane 2010-02-15 02:31:31 LISTEN/NOTIFY and notification timing guarantees