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
b1a52872
Commit
b1a52872
authored
Sep 24, 2014
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in descriptions of json_object functions.
parent
3694b4d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+2
-2
No files found.
src/include/catalog/pg_proc.h
View file @
b1a52872
...
@@ -4228,9 +4228,9 @@ DESCR("build a json object from pairwise key/value inputs");
...
@@ -4228,9 +4228,9 @@ DESCR("build a json object from pairwise key/value inputs");
DATA
(
insert
OID
=
3201
(
json_build_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
f
f
s
0
0
114
""
_null_
_null_
_null_
_null_
json_build_object_noargs
_null_
_null_
_null_
));
DATA
(
insert
OID
=
3201
(
json_build_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
f
f
s
0
0
114
""
_null_
_null_
_null_
_null_
json_build_object_noargs
_null_
_null_
_null_
));
DESCR
(
"build an empty json object"
);
DESCR
(
"build an empty json object"
);
DATA
(
insert
OID
=
3202
(
json_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
1
0
114
"1009"
_null_
_null_
_null_
_null_
json_object
_null_
_null_
_null_
));
DATA
(
insert
OID
=
3202
(
json_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
1
0
114
"1009"
_null_
_null_
_null_
_null_
json_object
_null_
_null_
_null_
));
DESCR
(
"map text array
of key value pai
s to json object"
);
DESCR
(
"map text array
of key value pair
s to json object"
);
DATA
(
insert
OID
=
3203
(
json_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
2
0
114
"1009 1009"
_null_
_null_
_null_
_null_
json_object_two_arg
_null_
_null_
_null_
));
DATA
(
insert
OID
=
3203
(
json_object
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
2
0
114
"1009 1009"
_null_
_null_
_null_
_null_
json_object_two_arg
_null_
_null_
_null_
));
DESCR
(
"map text array
of key value pai
s to json object"
);
DESCR
(
"map text array
s of keys and value
s to json object"
);
DATA
(
insert
OID
=
3176
(
to_json
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
1
0
114
"2283"
_null_
_null_
_null_
_null_
to_json
_null_
_null_
_null_
));
DATA
(
insert
OID
=
3176
(
to_json
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
s
1
0
114
"2283"
_null_
_null_
_null_
_null_
to_json
_null_
_null_
_null_
));
DESCR
(
"map input to json"
);
DESCR
(
"map input to json"
);
...
...
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