pgsql: Document that utility commands such as DROP FUNCTION allow

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that utility commands such as DROP FUNCTION allow
Date: 2005-05-26 20:05:03
Message-ID: 20050526200503.516EC52838@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document that utility commands such as DROP FUNCTION allow argument names
and modes to be included when naming an existing function.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
alter_function.sgml (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_function.sgml.diff?r1=1.6&r2=1.7)
comment.sgml (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/comment.sgml.diff?r1=1.27&r2=1.28)
drop_function.sgml (r1.29 -> r1.30)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/drop_function.sgml.diff?r1=1.29&r2=1.30)
grant.sgml (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml.diff?r1=1.46&r2=1.47)
revoke.sgml (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/revoke.sgml.diff?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2005-05-26 22:30:39 Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values
Previous Message Bruce Momjian 2005-05-26 16:44:05 pgsql: Use Abs() macro to replace ? :.