diff options
Diffstat (limited to 'src/include/catalog/pg_proc.h')
-rw-r--r-- | src/include/catalog/pg_proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index 0106132f59f..256bd1cd126 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_proc.h,v 1.268 2002/09/02 06:22:19 momjian Exp $ + * $Id: pg_proc.h,v 1.269 2002/09/03 21:45:43 petere Exp $ * * NOTES * The script catalog/genbki.sh reads this file and generates .bki @@ -2137,7 +2137,7 @@ DESCR("convert int32 number to hex"); DATA(insert OID = 2090 ( to_hex PGNSP PGUID 12 f f t f i 1 25 "20" to_hex64 - _null_ )); DESCR("convert int64 number to hex"); -/* for multi-byte support */ +/* for character set encoding support */ /* return database encoding name */ DATA(insert OID = 1039 ( getdatabaseencoding PGNSP PGUID 12 f f t f s 0 19 "" getdatabaseencoding - _null_ )); |