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
6e27af13
Commit
6e27af13
authored
May 06, 1997
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename LOread() and LOwrite() to loread() and lowrite() to allow use by
case-insensitive SQL parser.
parent
ef2821d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+3
-3
No files found.
src/include/catalog/pg_proc.h
View file @
6e27af13
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.
19 1997/04/27 19:22:45
thomas Exp $
* $Id: pg_proc.h,v 1.
20 1997/05/06 07:20:53
thomas Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -673,8 +673,8 @@ DATA(insert OID = 949 ( mkoidname PGUID 11 f t f 2 f 911 "26 19" 100 0 0 100
DATA
(
insert
OID
=
952
(
lo_open
PGUID
11
f
t
f
2
f
23
"26 23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
953
(
lo_close
PGUID
11
f
t
f
1
f
23
"23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
954
(
LO
read
PGUID
11
f
t
f
2
f
17
"23 23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
955
(
LO
write
PGUID
11
f
t
f
2
f
23
"23 17"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
954
(
lo
read
PGUID
11
f
t
f
2
f
17
"23 23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
955
(
lo
write
PGUID
11
f
t
f
2
f
23
"23 17"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
956
(
lo_lseek
PGUID
11
f
t
f
3
f
23
"23 23 23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
957
(
lo_creat
PGUID
11
f
t
f
1
f
26
"23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
958
(
lo_tell
PGUID
11
f
t
f
1
f
23
"23"
100
0
0
100
foo
bar
));
...
...
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