Issue #998898 follow-up by kpv: Fix grammar/spelling/spacing in code comment.
parent
ac9054bed0
commit
06e18f51fa
|
@ -45,9 +45,10 @@ class Schema extends DatabaseSchema {
|
||||||
/**
|
/**
|
||||||
* Make sure to limit identifiers according to PostgreSQL compiled in length.
|
* Make sure to limit identifiers according to PostgreSQL compiled in length.
|
||||||
*
|
*
|
||||||
* PostgreSQL allows in standard configuration no longer identifiers than 63 chars for
|
* PostgreSQL allows in standard configuration no longer identifiers than 63
|
||||||
* table/relation names, indexes, primary keys, and constraints. So we map all to long
|
* chars for table/relation names, indexes, primary keys, and constraints. So
|
||||||
* identifiers to drupal_base64hash_tag, where tag is one of:
|
* we map all identifiers that are too long to drupal_base64hash_tag, where
|
||||||
|
* tag is one of:
|
||||||
* - idx for indexes
|
* - idx for indexes
|
||||||
* - key for constraints
|
* - key for constraints
|
||||||
* - pkey for primary keys
|
* - pkey for primary keys
|
||||||
|
|
Loading…
Reference in New Issue