1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are

no objections.

Joe Conway
This commit is contained in:
Bruce Momjian
2002-04-24 02:49:50 +00:00
parent 3a96b6cdeb
commit a02f83426b
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.26 2002/04/23 02:07:15 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.27 2002/04/24 02:49:50 momjian Exp $
PostgreSQL Reference Manual
-->
@ -49,6 +49,7 @@ PostgreSQL Reference Manual
&alterDatabase;
&alterGroup;
&alterTable;
&alterTrigger;
&alterUser;
&analyze;
&begin;