projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0ca3785
)
fix pq\Types with PgSQL-12
author
Michael Wallner
<mike@php.net>
Sat, 18 Jan 2020 13:17:14 +0000
(14:17 +0100)
committer
Michael Wallner
<mike@php.net>
Sat, 18 Jan 2020 13:17:26 +0000
(14:17 +0100)
src/php_pqtypes.c
patch
|
blob
|
history
diff --git
a/src/php_pqtypes.c
b/src/php_pqtypes.c
index 323883c778b264ab852c3c5465f650e674be694f..5e5ef2ca7c4a75beecc1347b135898b161160843 100644
(file)
--- a/
src/php_pqtypes.c
+++ b/
src/php_pqtypes.c
@@
-189,7
+189,7
@@
static PHP_METHOD(pqtypes, __construct) {
}
#define PHP_PQ_TYPES_QUERY \
- "select t.oid, t.* " \
+ "select t.oid, t.
typname, t.
* " \
"from pg_type t join pg_namespace n on t.typnamespace=n.oid " \
"where typisdefined"
#ifndef PHP_PQ_OID_TEXT