Re: [GENERAL] locking a dropped table

2001-05-15 Thread Tom Lane
"Thomas F. O'Connell" <[EMAIL PROTECTED]> writes: > is there any way to preserve a lock on a table that gets dropped? > i have a situation where it would be nice to have a select wait on a > lock on a table that gets dropped but almost immediately recreated, but, > at the moment, the select gene

[GENERAL] locking a dropped table

2001-05-15 Thread Thomas F. O'Connell
is there any way to preserve a lock on a table that gets dropped? i have a situation where it would be nice to have a select wait on a lock on a table that gets dropped but almost immediately recreated, but, at the moment, the select generates an error as soon as the table is dropped if the tw