if ((reqs & REQ_SCHEMA) != 0) /* We want the schema */
{
- /* Reconnect if necessary */
- _reconnectAsOwner(AH, NULL, te);
-
ahlog(AH, 1, "creating %s %s\n", te->desc, te->name);
_printTocEntry(AH, te, ropt, false);
defnDumped = true;
{
char *pfx;
+ /* Reconnect if necessary */
+ _reconnectAsOwner(AH, NULL, te);
+
if (isData)
pfx = "Data for ";
else
last, (called ? "true" : "false"));
ArchiveEntry(fout, tbinfo.oid, tbinfo.relname, "SEQUENCE SET", NULL,
- query->data, "" /* Del */ , "", "", NULL, NULL);
+ query->data, "" /* Del */ , "", tbinfo.usename,
+ NULL, NULL);
}
if (!dataOnly)