POSTGRESQL_NEXTID_LOCK

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

drupal/includes/database/pgsql/database.inc, line 17

<?php
define('POSTGRESQL_NEXTID_LOCK', 1000)
?>

Related topics