File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: pg_proc.h,v 1.82 1998/10/29 18:07:06 momjian Exp $
9
+ * $Id: pg_proc.h,v 1.83 1998/10/29 19:03:50 tgl Exp $
10
10
*
11
11
* NOTES
12
12
* The script catalog/genbki.sh reads this file and generates .bki
@@ -913,7 +913,7 @@ DATA(insert OID = 669 ( varchar PGUID 11 f t f 2 f 1043 "1043 23" 100 0 0 1
913
913
914
914
DATA (insert OID = 676 ( mktinterval PGUID 11 f t f 2 f 704 "702 702" 100 0 0 100 foo bar ));
915
915
DESCR ("convert to interval" );
916
- DATA (insert OID = 619 ( oid8neq PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
916
+ DATA (insert OID = 619 ( oid8ne PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
917
917
DESCR ("less-than" );
918
918
DATA (insert OID = 677 ( oid8lt PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100 foo bar ));
919
919
DESCR ("less-than" );
You can’t perform that action at this time.
0 commit comments