diff options
| author | Jay Smith <jay@php.net> | 2003-04-02 00:00:09 +0000 |
|---|---|---|
| committer | Jay Smith <jay@php.net> | 2003-04-02 00:00:09 +0000 |
| commit | 930347763b0567381d48cb4ffcda0e4c96d72b9b (patch) | |
| tree | ea2faf168d9fdbb0ff002e049ecabb09f61d4e44 /ext/pgsql/php_pgsql.h | |
| parent | 1548b1ebf463a584a97c26ec31c3970c0b29f975 (diff) | |
| download | php-git-930347763b0567381d48cb4ffcda0e4c96d72b9b.tar.gz | |
@- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
MFH
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 */ |
