POSTGRESQL_NEXTID_LOCK

  1. drupal
    1. 7 includes/database/pgsql/database.inc

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

File

includes/database/pgsql/database.inc, line 16
Database interface code for PostgreSQL database servers.

Code

define('POSTGRESQL_NEXTID_LOCK', 1000)

Related topics

Login or register to post comments