Updatge to skip composite types.
This commit is contained in:
parent
440953e6cd
commit
606debf268
@ -356,7 +356,7 @@ sql_exec_dumptable(PGconn *conn, int systables)
|
||||
snprintf(todo, 1024, "select relfilenode,relname from pg_class order by relname");
|
||||
else
|
||||
snprintf(todo, 1024, "select relfilenode,relname from pg_class "
|
||||
"where relkind not in ('v','s', 't') and "
|
||||
"where relkind not in ('v','s', 'c') and "
|
||||
"relname not like 'pg_%%' order by relname");
|
||||
|
||||
sql_exec(conn, todo, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user