diff options
author | Jay Smith <jay@php.net> | 2003-04-01 23:56:16 +0000 |
---|---|---|
committer | Jay Smith <jay@php.net> | 2003-04-01 23:56:16 +0000 |
commit | dcf0c709501a0b04e231f7e87d53d70d5ee58dc8 (patch) | |
tree | ade465e44e5c7e75900d1b338c782dec1c3e711a /ext/pgsql/php_pgsql.h | |
parent | ccfcd0d4119493cbad3e92b267337d6e0e1f8a1d (diff) | |
download | php-git-dcf0c709501a0b04e231f7e87d53d70d5ee58dc8.tar.gz |
Fix 'timestamp without timezone', too.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index fbc4b90164..429cefe53d 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -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 */ |