summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/databases/postgres.py')
-rw-r--r--lib/sqlalchemy/databases/postgres.py2
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: