]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 8 Apr 1998 06:39:01 +0000 (06:39 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 8 Apr 1998 06:39:01 +0000 (06:39 +0000)
commit242b34787706e9c252f2cf96856f74891729efc0
treea16a204f785ad45c97d805798b0333be48ea60f6
parent31b9e3fc683bdbcdc063791e427b00e23c0bb1f2
Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR
 and TIMEZONE_MINUTE but don't introduce until v6.4.
Fix SET TIMEZONE LOCAL to pass null pointer
 rather than older "default" string.
Fix handling of NULL pointer returns from FOREIGN KEY clauses
 which are currently ignored.
Allow START as a table/column name.
src/backend/parser/gram.c
src/backend/parser/gram.y