1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Rename postgres95 to PostgreSQL. Add comment for SELECT NULL

This commit is contained in:
Bruce Momjian
1996-12-11 00:28:15 +00:00
parent 7f36a2a718
commit 9b41da6ce4
61 changed files with 387 additions and 188 deletions

View File

@@ -1,7 +1,7 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.1 1996/11/14 10:16:53 scrappy Exp $
.TH "DROP FUNCTION" SQL 11/05/95 Postgres95 Postgres95
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.2 1996/12/11 00:27:39 momjian Exp $
.TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
drop function \(em remove a user-defined C function
.SH SYNOPSIS