mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 05:17:00 +08:00
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
and create a new view pg_timezone_names that provides information about the zones known in the 'zic' database. Magnus Hagander, with some additional work by Tom Lane.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.60 2006/07/25 03:51:22 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.61 2006/09/16 20:14:33 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -303,6 +303,7 @@ extern int j2day(int jd);
|
||||
extern bool CheckDateTokenTables(void);
|
||||
extern void InstallTimeZoneAbbrevs(tzEntry *abbrevs, int n);
|
||||
|
||||
extern Datum pg_timezonenames(PG_FUNCTION_ARGS);
|
||||
extern Datum pg_timezone_abbrevs(PG_FUNCTION_ARGS);
|
||||
extern Datum pg_timezone_names(PG_FUNCTION_ARGS);
|
||||
|
||||
#endif /* DATETIME_H */
|
||||
|
||||
Reference in New Issue
Block a user