constant POSTGRESQL_NEXTID_LOCK

The name by which to obtain a lock for retrive the next insert id.

Related topics

1 use of POSTGRESQL_NEXTID_LOCK
DatabaseConnection_pgsql::nextId in drupal-7.x/includes/database/pgsql/database.inc
Retrive a the next id in a sequence.

File

drupal-7.x/includes/database/pgsql/database.inc, line 16
Database interface code for PostgreSQL database servers.

Code

define('POSTGRESQL_NEXTID_LOCK', 1000)