OPENJPA-427 Change maxAutoAssignNameLength to 63 for PostgreSQL

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@595383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig Russell 2007-11-15 18:14:55 +00:00
parent 80269d0f19
commit 4a8d0b798b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class PostgresDictionary
maxColumnNameLength = 63;
maxIndexNameLength = 63;
maxConstraintNameLength = 63;
maxAutoAssignNameLength = 63;
schemaCase = SCHEMA_CASE_LOWER;
rangePosition = RANGE_POST_LOCK;
requiresAliasForSubselect = true;