Re: very concerning, tables hopped from one database to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Ford <david+cert(at)blue-labs(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: very concerning, tables hopped from one database to
Date: 2002-04-22 18:24:18
Message-ID: 18192.1019499858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Ford <david+cert(at)blue-labs(dot)org> writes:
> ... I can't for the life of me understand how 1/4 of the tables went
> into the right db and the others into template1.

I don't have an explanation for that, but it does seem odd.

> Perhaps the socket blew up and psql reconnected to template1?

I think psql will attempt automatic reconnection after a connection
failure in some cases, but AFAIK it should always reconnect to the last
database in use. (Hmm, but if it had originally connected to template1,
and the \connect to hmzbook was inside a script, maybe the reconnect
would go to template1? Peter, can you give us any insight on the
possible behaviors there?)

That still leaves us wondering why the connection failure, but at least
it seems like a possible avenue to an explanation how some of the tables
created by the script wound up in a different database than the others.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J Norfleet 2002-04-22 19:11:45 Errors
Previous Message David Ford 2002-04-22 18:12:11 Re: (very anxious, tables hopping databases ....)