> > I want lock full tables,how to write SQL command? > thanks > BEGIN ; LOCK TABLE <tablename> ; /* done, locked until "commit;" */
Refer to the SQL-LOCK-command for further information. Regards, Christoph ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html