summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorJay Smith <jay@php.net>2003-04-02 00:00:09 +0000
committerJay Smith <jay@php.net>2003-04-02 00:00:09 +0000
commit930347763b0567381d48cb4ffcda0e4c96d72b9b (patch)
treeea2faf168d9fdbb0ff002e049ecabb09f61d4e44 /ext/pgsql/php_pgsql.h
parent1548b1ebf463a584a97c26ec31c3970c0b29f975 (diff)
downloadphp-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.h1
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 */