DatabaseSchema_pgsql::$maxIdentifierLength

The maximum allowed length for index, primary key and constraint names.

Value will usually be set to a 63 chars limit but PostgreSQL allows to higher this value before compiling, so we need to check for that.

Type: int

File

includes/database/pgsql/schema.inc, line 41

Class

DatabaseSchema_pgsql

Code

protected $maxIdentifierLength;

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