Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
06e18f51
Commit
06e18f51
authored
Oct 10, 2014
by
Angie Byron
Browse files
Issue
#998898
follow-up by kpv: Fix grammar/spelling/spacing in code comment.
parent
ac9054be
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
View file @
06e18f51
...
...
@@ -45,9 +45,10 @@ class Schema extends DatabaseSchema {
/**
* Make sure to limit identifiers according to PostgreSQL compiled in length.
*
* PostgreSQL allows in standard configuration no longer identifiers than 63 chars for
* table/relation names, indexes, primary keys, and constraints. So we map all to long
* identifiers to drupal_base64hash_tag, where tag is one of:
* PostgreSQL allows in standard configuration no longer identifiers than 63
* chars for table/relation names, indexes, primary keys, and constraints. So
* we map all identifiers that are too long to drupal_base64hash_tag, where
* tag is one of:
* - idx for indexes
* - key for constraints
* - pkey for primary keys
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment