Fix 'timestamp without timezone', too.

This commit is contained in:
Jay Smith 2003-04-01 23:56:16 +00:00
parent ccfcd0d411
commit dcf0c70950
2 changed files with 4 additions and 0 deletions

View file

@ -196,6 +196,7 @@ typedef enum _php_pgsql_data_type {
PG_DATE,
PG_TIME,
PG_TIME_WITH_TIMEZONE,
PG_TIMESTAMP,
PG_TIMESTAMP_WITH_TIMEZONE,
PG_INTERVAL,
/* binary */