diff options
| author | Bruce Momjian | 2002-07-16 03:30:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-07-16 03:30:27 +0000 |
| commit | b3341ddbf2f4e849d770aa8682fedbf0a74a2980 (patch) | |
| tree | 1e8ac2a4b7e5adc4be36e142273cc1e1f4b53a4f /src/include | |
| parent | 7fb9b5d434a507864196c11e9f7f4b4ce5793151 (diff) | |
Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas
Lockhart. initdb not forced.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/pg_type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h index deae773423e..da41ac67db3 100644 --- a/src/include/catalog/pg_type.h +++ b/src/include/catalog/pg_type.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_type.h,v 1.123 2002/06/20 20:29:49 momjian Exp $ + * $Id: pg_type.h,v 1.124 2002/07/16 03:30:27 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -344,7 +344,7 @@ DESCR("geometric polygon '(pt1,...)'"); #define POLYGONOID 604 DATA(insert OID = 628 ( line PGNSP PGUID 32 48 f b t \054 0 701 line_in line_out line_in line_out d p f 0 -1 0 _null_ _null_ )); -DESCR("geometric line '(pt1,pt2)'"); +DESCR("geometric line (not implemented)'"); #define LINEOID 628 DATA(insert OID = 629 ( _line PGNSP PGUID -1 -1 f b t \054 0 628 array_in array_out array_in array_out d x f 0 -1 0 _null_ _null_ )); DESCR(""); |
