diff options
Diffstat (limited to 'lib/sqlalchemy/databases/postgres.py')
| -rw-r--r-- | lib/sqlalchemy/databases/postgres.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/databases/postgres.py b/lib/sqlalchemy/databases/postgres.py index 068a4d0a1..d3726fc1f 100644 --- a/lib/sqlalchemy/databases/postgres.py +++ b/lib/sqlalchemy/databases/postgres.py @@ -275,7 +275,7 @@ class PGDialect(ansisql.ANSIDialect): return PGExecutionContext(self, *args, **kwargs) def max_identifier_length(self): - return 68 + return 63 def type_descriptor(self, typeobj): if self.version == 2: |
