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