Error message

You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).

10 calls to DatabaseSchema_pgsql::ensureIdentifiersLength()

DatabaseSchema_pgsql::addPrimaryKey in includes/database/pgsql/schema.inc
Add a primary key.
DatabaseSchema_pgsql::addUniqueKey in includes/database/pgsql/schema.inc
Add a unique key.
DatabaseSchema_pgsql::constraintExists in includes/database/pgsql/schema.inc
Helper function: check if a constraint (PK, FK, UK) exists.
DatabaseSchema_pgsql::createTableSql in includes/database/pgsql/schema.inc
Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::dropIndex in includes/database/pgsql/schema.inc
Drop an index.
DatabaseSchema_pgsql::dropPrimaryKey in includes/database/pgsql/schema.inc
Drop the primary key.
DatabaseSchema_pgsql::dropUniqueKey in includes/database/pgsql/schema.inc
Drop a unique key.
DatabaseSchema_pgsql::indexExists in includes/database/pgsql/schema.inc
Checks if an index exists in the given table.
DatabaseSchema_pgsql::renameTable in includes/database/pgsql/schema.inc
Rename a table.
DatabaseSchema_pgsql::_createIndexSql in includes/database/pgsql/schema.inc

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.