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


pg8000 Notes
--------------

.. automodule:: sqlalchemy.dialects.postgresql.pg8000

zxjdbc Notes
--------------

.. automodule:: sqlalchemy.dialects.postgresql.zxjdbc
