mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-02 13:59:02 -04:00
f92cfd0681
- pypostgresql has 15 errors, 3 failures, this probably puts it in the "yes" as opposed to the "partial" support category. [ticket:1850]
74 lines
1.2 KiB
ReStructuredText
74 lines
1.2 KiB
ReStructuredText
PostgreSQL
|
|
==========
|
|
|
|
.. automodule:: sqlalchemy.dialects.postgresql.base
|
|
|
|
PostgresSQL Column Types
|
|
------------------------
|
|
|
|
.. autoclass:: ARRAY
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: BIT
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: BYTEA
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: CIDR
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: DOUBLE_PRECISION
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: ENUM
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: INET
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: INTERVAL
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: MACADDR
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: REAL
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: UUID
|
|
:members: __init__
|
|
:show-inheritance:
|
|
|
|
|
|
psycopg2 Notes
|
|
--------------
|
|
|
|
.. automodule:: sqlalchemy.dialects.postgresql.psycopg2
|
|
|
|
|
|
py-postgresql Notes
|
|
--------------------
|
|
|
|
.. automodule:: sqlalchemy.dialects.postgresql.pypostgresql
|
|
|
|
pg8000 Notes
|
|
--------------
|
|
|
|
.. automodule:: sqlalchemy.dialects.postgresql.pg8000
|
|
|
|
zxjdbc Notes
|
|
--------------
|
|
|
|
.. automodule:: sqlalchemy.dialects.postgresql.zxjdbc
|