Limit for index name on PostgreSQL should be 512 characters
-----------------------------------------------------------
Key: JRUBY-4884
URL: http://jira.codehaus.org/browse/JRUBY-4884
Project: JRuby
Issue Type: Sub-task
Components: JRuby-extras
Affects Versions: JRuby 1.5.1
Environment: JRuby 1.5.1 + AR 2.3.8 + AR-JDBC 0.9.7
Reporter: Uwe Kubosch
The limit for index names for PostgreSQL should be 512 characters as reported
by CrashMe. As for Derby, this limit can be set in jdbc_postgres.rb:
{noformat}
module ::JdbcSpec::Derby
def index_name_length
128
end
end
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email