diff options
author | Bruce Momjian | 1998-04-07 18:14:38 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-04-07 18:14:38 +0000 |
commit | db21523314fa5bbce7b6713469192dbf74533e25 (patch) | |
tree | 0ef66b02de60ad9e30e3094925108e195067d9b0 /src/man/bki.5 | |
parent | 6a3c751448980d29e7a8ed723adced303250fd12 (diff) |
Back out char2-char16 removal. Add later.
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 f7e3a87bad9..9fb8e6b2ce2 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.2 1998/03/30 17:25:47 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/bki.5,v 1.3 1998/04/07 18:12:50 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=name) +create pg_opclass (opcname=char16) open pg_opclass insert oid=421 (int_ops) print |