Skip to content

Commit

Permalink
fix pq\Types with PgSQL-12
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jan 18, 2020
1 parent 0ca3785 commit 0b9658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php_pqtypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b9658d

Please sign in to comment.