Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
63e03ba9
Commit
63e03ba9
authored
Feb 20, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing OIDs to pg_proc.
parent
26739616
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+9
-9
No files found.
src/include/catalog/catversion.h
View file @
63e03ba9
...
...
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.38
6 2007/02/17 00:55:57 momjian
Exp $
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.38
7 2007/02/20 10:00:25 petere
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 200702
162
#define CATALOG_VERSION_NO 200702
201
#endif
src/include/catalog/pg_proc.h
View file @
63e03ba9
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.44
5 2007/02/17 00:55:57 momjian
Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.44
6 2007/02/20 10:00:25 petere
Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -4054,21 +4054,21 @@ DESCR("concatenate XML values");
DATA
(
insert
OID
=
2922
(
text
PGNSP
PGUID
12
1
0
f
f
t
f
s
1
25
"142"
_null_
_null_
_null_
xmltotext
-
_null_
));
DESCR
(
"serialize an XML value to a character string"
);
DATA
(
insert
(
table_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xml
-
_null_
));
DATA
(
insert
OID
=
2923
(
table_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xml
-
_null_
));
DESCR
(
"map table contents to XML"
);
DATA
(
insert
(
query_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xml
-
_null_
));
DATA
(
insert
OID
=
2924
(
query_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xml
-
_null_
));
DESCR
(
"map query result to XML"
);
DATA
(
insert
(
cursor_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
5
142
"1790 23 16 16 25"
_null_
_null_
"{cursor,count,nulls,tableforest,targetns}"
cursor_to_xml
-
_null_
));
DATA
(
insert
OID
=
2925
(
cursor_to_xml
PGNSP
PGUID
12
100
0
f
f
t
f
s
5
142
"1790 23 16 16 25"
_null_
_null_
"{cursor,count,nulls,tableforest,targetns}"
cursor_to_xml
-
_null_
));
DESCR
(
"map rows from cursor to XML"
);
DATA
(
insert
(
table_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xmlschema
-
_null_
));
DATA
(
insert
OID
=
2926
(
table_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xmlschema
-
_null_
));
DESCR
(
"map table structure to XML Schema"
);
DATA
(
insert
(
query_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xmlschema
-
_null_
));
DATA
(
insert
OID
=
2927
(
query_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xmlschema
-
_null_
));
DESCR
(
"map query result structure to XML Schema"
);
DATA
(
insert
(
cursor_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"1790 16 16 25"
_null_
_null_
"{cursor,nulls,tableforest,targetns}"
cursor_to_xmlschema
-
_null_
));
DATA
(
insert
OID
=
2928
(
cursor_to_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"1790 16 16 25"
_null_
_null_
"{cursor,nulls,tableforest,targetns}"
cursor_to_xmlschema
-
_null_
));
DESCR
(
"map cursor structure to XML Schema"
);
DATA
(
insert
(
table_to_xml_and_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xml_and_xmlschema
-
_null_
));
DATA
(
insert
OID
=
2929
(
table_to_xml_and_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"2205 16 16 25"
_null_
_null_
"{tbl,nulls,tableforest,targetns}"
table_to_xml_and_xmlschema
-
_null_
));
DESCR
(
"map table contents and structure to XML and XML Schema"
);
DATA
(
insert
(
query_to_xml_and_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xml_and_xmlschema
-
_null_
));
DATA
(
insert
OID
=
2930
(
query_to_xml_and_xmlschema
PGNSP
PGUID
12
100
0
f
f
t
f
s
4
142
"25 16 16 25"
_null_
_null_
"{query,nulls,tableforest,targetns}"
query_to_xml_and_xmlschema
-
_null_
));
DESCR
(
"map query result and structure to XML and XML Schema"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment