Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 606debf

Browse files
committed
Updatge to skip composite types.
1 parent 440953e commit 606debf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/oid2name/oid2name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ sql_exec_dumptable(PGconn *conn, int systables)
356356
snprintf(todo, 1024, "select relfilenode,relname from pg_class order by relname");
357357
else
358358
snprintf(todo, 1024, "select relfilenode,relname from pg_class "
359-
"where relkind not in ('v','s', 't') and "
359+
"where relkind not in ('v','s', 'c') and "
360360
"relname not like 'pg_%%' order by relname");
361361

362362
sql_exec(conn, todo, 0);

0 commit comments

Comments
 (0)