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
- Database abstraction layer
- Allow the use of different database servers using the same code base.