7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: date.h,v 1.5 2000/06/19 03:54:48 tgl Exp $
10
+ * $Id: date.h,v 1.6 2000/11/11 19:55:39 thomas Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -70,6 +70,8 @@ extern Datum date_timestamp(PG_FUNCTION_ARGS);
70
70
extern Datum timestamp_date (PG_FUNCTION_ARGS );
71
71
extern Datum datetime_timestamp (PG_FUNCTION_ARGS );
72
72
extern Datum abstime_date (PG_FUNCTION_ARGS );
73
+ extern Datum text_date (PG_FUNCTION_ARGS );
74
+ extern Datum date_text (PG_FUNCTION_ARGS );
73
75
74
76
extern Datum time_in (PG_FUNCTION_ARGS );
75
77
extern Datum time_out (PG_FUNCTION_ARGS );
@@ -85,6 +87,8 @@ extern Datum time_larger(PG_FUNCTION_ARGS);
85
87
extern Datum time_smaller (PG_FUNCTION_ARGS );
86
88
extern Datum timestamp_time (PG_FUNCTION_ARGS );
87
89
extern Datum time_interval (PG_FUNCTION_ARGS );
90
+ extern Datum text_time (PG_FUNCTION_ARGS );
91
+ extern Datum time_text (PG_FUNCTION_ARGS );
88
92
89
93
extern Datum timetz_in (PG_FUNCTION_ARGS );
90
94
extern Datum timetz_out (PG_FUNCTION_ARGS );
@@ -101,5 +105,7 @@ extern Datum timetz_larger(PG_FUNCTION_ARGS);
101
105
extern Datum timetz_smaller (PG_FUNCTION_ARGS );
102
106
extern Datum timestamp_timetz (PG_FUNCTION_ARGS );
103
107
extern Datum datetimetz_timestamp (PG_FUNCTION_ARGS );
108
+ extern Datum text_timetz (PG_FUNCTION_ARGS );
109
+ extern Datum timetz_text (PG_FUNCTION_ARGS );
104
110
105
111
#endif /* DATE_H */
0 commit comments