Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas

Lockhart.  initdb not forced.
This commit is contained in:
Bruce Momjian
2002-07-16 03:30:27 +00:00
parent 7fb9b5d434
commit b3341ddbf2
3 changed files with 8 additions and 6 deletions

View File

@ -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("");