constant POSTGRESQL_NEXTID_LOCK in Drupal 7
The name by which to obtain a lock for retrieving the next insert id.
Related topics
1 use of POSTGRESQL_NEXTID_LOCK
- DatabaseConnection_pgsql::nextId in includes/
database/ pgsql/ database.inc - Retrieve the next id in a sequence.
File
- includes/
database/ pgsql/ database.inc, line 16 - Database interface code for PostgreSQL database servers.
Code
define('POSTGRESQL_NEXTID_LOCK', 1000);