Files
sqlalchemy/doc/build/reference/dialects/postgresql.rst
T
Mike Bayer f92cfd0681 - PG doc updates
- pypostgresql has 15 errors, 3 failures, this probably
puts it in the "yes" as opposed to the "partial" support
category.  [ticket:1850]
2010-07-13 21:30:55 -04:00

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