PostgresDAC
TPSQLDump.Properties.LockWaitTimeout | Previous Next |
Time to wait to acquire shared table locks at the beginning of the dump.
Syntax:
property LockWaitTimeout: cardinal
Description:
Do not wait forever to acquire shared table locks at the beginning of the dump. Instead fail if unable to
lock a table within the specified timeout. The timeout may be specified as integer number of milliseconds and is accepted by all
versions since 7.3.
 | This option is ignored when dumping from a pre-7.3 server. |