Re: [GENERAL] Postgres locks table schema?

2005-09-22 Thread Stas Oskin
: pgsql-general@postgresql.org Subject: Re: [GENERAL] Postgres locks table schema? "Stas Oskin" <[EMAIL PROTECTED]> writes: > When running SQL scripts, which change the tables' schema, we sometimes > experience a lock of these tables' schema. The lock occurs on the f

Re: [GENERAL] Postgres locks table schema?

2005-09-21 Thread Scott Marlowe
On Wed, 2005-09-21 at 12:51, Stas Oskin wrote: > Hi. > > > > When running SQL scripts, which change the tables' schema, we > sometimes experience a lock of these tables' schema. The lock occurs > on the first command of the script, on the first modified table. When > this occurs, no further sch

Re: [GENERAL] Postgres locks table schema?

2005-09-21 Thread Tom Lane
"Stas Oskin" <[EMAIL PROTECTED]> writes: > When running SQL scripts, which change the tables' schema, we sometimes > experience a lock of these tables' schema. The lock occurs on the first > command of the script, on the first modified table. When this occurs, no > further schema modification for t

Re: [GENERAL] postgres locks...

2001-03-04 Thread Jeff Davis
Tom Lane wrote: > Jeff Davis <[EMAIL PROTECTED]> writes: > >> Basically, psql would sit there trying to connect, meanwhile all the >> attempted connections wouldn't die. > > > More details please? What do you mean exactly by the above statements? > >> I had to "kill -9" all the >> postgres

Re: [GENERAL] postgres locks... [more information]

2001-03-04 Thread Jeff Davis
Ok, I think I know what happened, kind of.. One of my users' databases was currupt. I actually had to delete the entire base/ folder. Then I went in and drop/created the DB again and it seems to work fine. Is there any was to know how this happened? I have a .tar of the currupt DB if someone