mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-30 04:19:49 +01:00
parent
c3aba48026
commit
ddb4297550
@ -181,8 +181,7 @@ static PHP_METHOD(pqtypes, __construct) {
|
|||||||
#define PHP_PQ_TYPES_QUERY \
|
#define PHP_PQ_TYPES_QUERY \
|
||||||
"select t.oid, t.* " \
|
"select t.oid, t.* " \
|
||||||
"from pg_type t join pg_namespace n on t.typnamespace=n.oid " \
|
"from pg_type t join pg_namespace n on t.typnamespace=n.oid " \
|
||||||
"where typisdefined " \
|
"where typisdefined"
|
||||||
"and typrelid=0"
|
|
||||||
#ifndef PHP_PQ_OID_TEXT
|
#ifndef PHP_PQ_OID_TEXT
|
||||||
# define PHP_PQ_OID_TEXT 25
|
# define PHP_PQ_OID_TEXT 25
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user