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)
commit8030ad425ec694ee84f3fbdccfc80ac132667807
treea54807ccf09c6b143a0d799d8081b6080331511a
parent0228a53ba53b7a33e66928185be23d73e1150dae
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