diff options
author | Bruce Momjian | 1998-03-30 17:28:21 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-30 17:28:21 +0000 |
commit | 57b5966405fb6e237676acef55973c064ac65a2a (patch) | |
tree | d2397c1d3308e56cd33c5f2f607e26129106ed4a /src/man/bki.5 | |
parent | 31c36102cab914f6664ee2db20c7732aeb51a02b (diff) |
The following uuencoded, gzip'd file will ...
1. Remove the char2, char4, char8 and char16 types from postgresql
2. Change references of char16 to name in the regression tests.
3. Rename the char16.sql regression test to name.sql. 4. Modify
the regression test scripts and outputs to match up.
Might require new regression.{SYSTEM} files...
Darren King
Diffstat (limited to 'src/man/bki.5')
-rw-r--r-- | src/man/bki.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/bki.5 b/src/man/bki.5 index cb0ddb1632c..f7e3a87bad9 100644 --- a/src/man/bki.5 +++ b/src/man/bki.5 @@ -1,5 +1,5 @@ .\" This is -*-nroff-*- -.\" $Header: /cvsroot/pgsql/src/man/Attic/bki.5,v 1.1 1996/11/14 10:15:12 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/bki.5,v 1.2 1998/03/30 17:25:47 momjian Exp $ .TH BKI 5 11/04/96 Postgres Postgres .SH NAME *.bki @@ -207,7 +207,7 @@ collection as object .IR 421, print out the class, and then close it. .nf -create pg_opclass (opcname=char16) +create pg_opclass (opcname=name) open pg_opclass insert oid=421 (int_ops) print |