Re: [SQL] Lock full database

2001-10-25 Thread Haller Christoph
> > I want lock full tables,how to write SQL command? > thanks > BEGIN ; LOCK TABLE ; /* done, locked until "commit;" */ Refer to the SQL-LOCK-command for further information. Regards, Christoph ---(end of broadcast)--- TIP 5: Have you ch

[SQL] Lock full database

2001-10-24 Thread guard
dear all I want lock full tables,how to write SQL command? thanks -- ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster