| From: | tgl(at)postgresql(dot)org (Tom Lane) | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Add a \sf (show function) command to psql, for those times when | 
| Date: | 2010-08-14 13:59:49 | 
| Message-ID: | 20100814135950.2CF5B7541D7@cvs.postgresql.org | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-committers | 
Log Message:
-----------
Add a \sf (show function) command to psql, for those times when you need to
look at a function but don't wish to fire up an editor.
Pavel Stehule, reviewed by Jan Urbanski
Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        psql-ref.sgml (r1.248 -> r1.249)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.248&r2=1.249)
    pgsql/src/bin/psql:
        command.c (r1.226 -> r1.227)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.226&r2=1.227)
        help.c (r1.162 -> r1.163)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.162&r2=1.163)
        tab-complete.c (r1.201 -> r1.202)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.201&r2=1.202)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-08-14 14:20:35 | pgsql: Fix \ef and \sf to not fail on functions with nonnull probin. | 
| Previous Message | Bruce Momjian | 2010-08-14 13:47:57 | Re: Re: [COMMITTERS] pgsql: Recognize functional dependency on primary keys. |