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

Make the SQL command synopses appear less random.

This commit is contained in:
Peter Eisentraut
2003-09-22 00:16:58 +00:00
parent 5aa29e88e9
commit 5d00f984d8
36 changed files with 147 additions and 152 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.27 2003/09/09 18:28:53 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.28 2003/09/22 00:16:58 petere Exp $
PostgreSQL documentation
-->
@ -11,7 +11,7 @@ PostgreSQL documentation
<refnamediv>
<refname>DROP FUNCTION</refname>
<refpurpose>remove a user-defined function</refpurpose>
<refpurpose>remove a function</refpurpose>
</refnamediv>
<indexterm zone="sql-dropfunction">