mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix 'timestamp without timezone', too.
This commit is contained in:
parent
ccfcd0d411
commit
dcf0c70950
2 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue