aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-16 01:16:31 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-16 01:16:31 +0000
commitbd2c53c2a93a84166eaca08fc955395538c66343 (patch)
treefc0cb7859a5a7283c080ebab7814db17f09340a1 /src
parent3031ec7c720b7493c3e18c01a20dad68950df17b (diff)
downloadpostgresql-bd2c53c2a93a84166eaca08fc955395538c66343.tar.gz
postgresql-bd2c53c2a93a84166eaca08fc955395538c66343.zip
Remove overloaded functions until we can figure out how to get them to work
properly...
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_proc.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 105a2a5de0f..d7aa1518104 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.10 1997/03/15 06:13:12 scrappy Exp $
+ * $Id: pg_proc.h,v 1.11 1997/03/16 01:16:31 scrappy Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -777,11 +777,6 @@ DATA(insert OID = 875 ( LTRIM PGUID 11 f t f 2 f 25 "25 25" 100 0
DATA(insert OID = 876 ( RTRIM PGUID 11 f t f 2 f 25 "25 25" 100 0 0 100 foo bar ));
DATA(insert OID = 877 ( SUBSTR PGUID 11 f t f 3 f 25 "25 23 23" 100 0 0 100 foo bar ));
DATA(insert OID = 878 ( TRANSLATE PGUID 11 f t f 3 f 25 "25 18 18" 100 0 0 100 foo bar ));
-DATA(insert OID = 879 ( lpad PGUID 11 f t f 2 f 25 "25 23" 100 0 0 100 foo bar ));
-DATA(insert OID = 880 ( rpad PGUID 11 f t f 2 f 25 "25 23" 100 0 0 100 foo bar ));
-DATA(insert OID = 881 ( ltrim PGUID 11 f t f 1 f 25 "25" 100 0 0 100 foo bar ));
-DATA(insert OID = 882 ( rtrim PGUID 11 f t f 1 f 25 "25" 100 0 0 100 foo bar ));
-DATA(insert OID = 883 ( substr PGUID 11 f t f 2 f 25 "25 23" 100 0 0 100 foo bar ));
/*
* prototypes for functions pg_proc.c