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
7c682b46
Commit
7c682b46
authored
Dec 23, 1997
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand a few date/time routine names to > 16 characters now that this
is legal. Fix a little whitespace in other declarations.
parent
ca23837a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
55 deletions
+55
-55
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+55
-55
No files found.
src/include/catalog/pg_proc.h
View file @
7c682b46
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.4
0 1997/12/16 15:53:17
thomas Exp $
* $Id: pg_proc.h,v 1.4
1 1997/12/23 19:29:15
thomas Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -1527,9 +1527,9 @@ DATA(insert OID = 1173 ( abstime_datetime PGUID 11 f t f 1 f 1184 "702" 100 0
DESCR
(
"convert abstime to datetime"
);
DATA
(
insert
OID
=
1174
(
date_datetime
PGUID
11
f
t
f
1
f
1184
"1082"
100
0
0
100
foo
bar
));
DESCR
(
"convert date to datetime"
);
DATA
(
insert
OID
=
1175
(
stamp_datetime
PGUID
11
f
t
f
1
f
1184
"1296"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1175
(
timestamp_datetime
PGUID
11
f
t
f
1
f
1184
"1296"
100
0
0
100
foo
bar
));
DESCR
(
"convert timestamp to datetime"
);
DATA
(
insert
OID
=
1176
(
datet
_datetime
PGUID
11
f
t
f
2
f
1184
"1082 1083"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1176
(
datet
ime_datetime
PGUID
11
f
t
f
2
f
1184
"1082 1083"
100
0
0
100
foo
bar
));
DESCR
(
"convert date and time to datetime"
);
DATA
(
insert
OID
=
1177
(
reltime_timespan
PGUID
11
f
t
f
1
f
1186
"703"
100
0
0
100
foo
bar
));
DESCR
(
"convert reltime to timespan"
);
...
...
@@ -1638,7 +1638,7 @@ DATA(insert OID = 1315 ( timespan_cmp PGUID 11 f t f 2 f 23 "1186 1186" 10
DESCR
(
"less-equal-greater"
);
DATA
(
insert
OID
=
1316
(
datetime_time
PGUID
11
f
t
f
1
f
1083
"1184"
100
0
0
100
foo
bar
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1318
(
datetime_
stamp
PGUID
11
f
t
f
1
f
1296
"1184"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1318
(
datetime_
timestamp
PGUID
11
f
t
f
1
f
1296
"1184"
100
0
0
100
foo
bar
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1326
(
timespan_div
PGUID
11
f
t
f
2
f
1186
"1186 701"
100
0
0
100
foo
bar
));
DESCR
(
"divide"
);
...
...
@@ -1674,9 +1674,9 @@ DATA(insert OID = 1352 ( datetime PGUID 14 f t f 1 f 1184 "702" 100 0 0 100
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1353
(
datetime
PGUID
14
f
t
f
1
f
1184
"1082"
100
0
0
100
"select date_datetime($1)"
-
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1354
(
datetime
PGUID
14
f
t
f
1
f
1184
"1296"
100
0
0
100
"select
stamp_datetime($1)"
-
));
DATA
(
insert
OID
=
1354
(
datetime
PGUID
14
f
t
f
1
f
1184
"1296"
100
0
0
100
"select time
stamp_datetime($1)"
-
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1355
(
datetime
PGUID
14
f
t
f
2
f
1184
"1082 1083"
100
0
0
100
"select datet
_datetime($1, $2)"
-
));
DATA
(
insert
OID
=
1355
(
datetime
PGUID
14
f
t
f
2
f
1184
"1082 1083"
100
0
0
100
"select datetime
_datetime($1, $2)"
-
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
1356
(
timespan
PGUID
14
f
t
f
1
f
1186
"1186"
100
0
0
100
"select $1"
-
));
DESCR
(
"convert"
);
...
...
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