diff options
Diffstat (limited to 'lib/sqlalchemy/databases/postgres.py')
-rw-r--r-- | lib/sqlalchemy/databases/postgres.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/databases/postgres.py b/lib/sqlalchemy/databases/postgres.py index fe5ffe24a..155b478af 100644 --- a/lib/sqlalchemy/databases/postgres.py +++ b/lib/sqlalchemy/databases/postgres.py @@ -275,6 +275,8 @@ ischema_names = { 'smallint' : PGSmallInteger, 'character varying' : PGString, 'character' : PGChar, + '"char"' : PGChar, + 'name': PGChar, 'text' : PGText, 'numeric' : PGNumeric, 'float' : PGFloat, |