Skip to content

postgresql.2

Mike Bayer edited this page Nov 27, 2018 · 1 revision

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


pypostgresql Notes

.. automodule:: sqlalchemy.dialects.postgresql.pypostgresql

pg8000 Notes

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

zxjdbc Notes

.. automodule:: sqlalchemy.dialects.postgresql.zxjdbc
Clone this wiki locally