diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-04-26 04:12:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-04-26 04:12:15 +0000 |
commit | 0d203b745d4fa4b78010c4cdb3c59d052a10614c (patch) | |
tree | a1413ce56d9cd59d8d611ee425374b51532fc0b4 /src/man/create_function.l | |
parent | 9260d4b44078fdfafa27fd568eed37ac6b9870fa (diff) | |
download | postgresql-0d203b745d4fa4b78010c4cdb3c59d052a10614c.tar.gz postgresql-0d203b745d4fa4b78010c4cdb3c59d052a10614c.zip |
Re-apply Darren's char2-16 removal code.
Diffstat (limited to 'src/man/create_function.l')
-rw-r--r-- | src/man/create_function.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/man/create_function.l b/src/man/create_function.l index cff79889bbd..a03626fc348 100644 --- a/src/man/create_function.l +++ b/src/man/create_function.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.7 1998/04/07 18:12:51 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.8 1998/04/26 04:09:37 momjian Exp $ .TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL .SH "NAME" create function - define a new function @@ -138,7 +138,6 @@ bool bool include/c.h box (BOX *) utils/geo-decls.h bytea (bytea *) include/postgres.h char char N/A -char16 Char16 or (char16 *) include/postgres.h cid CID include/postgres.h int2 int2 include/postgres.h int28 (int28 *) include/postgres.h |