]> granicus.if.org Git - postgresql/commit
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Sep 2006 20:14:34 +0000 (20:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Sep 2006 20:14:34 +0000 (20:14 +0000)
commit5ff4f39c0efd45d7a85d5139fd7367fc19da82cd
tree16daa9ac24a39f5ca27fe0e9f474221cea41c927
parent7ed5df437d76ca1fa0719c1e8e67d310b19683e1
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.
doc/src/sgml/catalogs.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/datetime.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgtime.h
src/include/utils/datetime.h
src/test/regress/expected/rules.out
src/timezone/pgtz.c