summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2016-04-11 23:15:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-04-15 12:00:27 -0400
commitb59cbb5fd7d2ab56334774c6354fffa0b50448bc (patch)
treef08bb82751830440739a2854a783fa1763bb9a63 /doc/build
parentbde46e33593805584c7c0dedb3a666909fb67888 (diff)
downloadsqlalchemy-b59cbb5fd7d2ab56334774c6354fffa0b50448bc.tar.gz
- Add support for PostgreSQL with PyGreSQL
Change-Id: I040b75ff3b4110e7e8b26442a4eb226ba8c26715 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/234
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/changelog_11.rst6
-rw-r--r--doc/build/changelog/migration_11.rst9
-rw-r--r--doc/build/dialects/postgresql.rst16
3 files changed, 26 insertions, 5 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 53bd38a98..dc7d5105e 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -22,6 +22,12 @@
:version: 1.1.0b1
.. change::
+ :tags: feature, postgresql
+
+ Added a new dialect for the PyGreSQL Postgresql dialect. Thanks
+ to Christoph Zwerschke and Kaolin Imago Fire for their efforts.
+
+ .. change::
:tags: bug, orm
:tickets: 3488
diff --git a/doc/build/changelog/migration_11.rst b/doc/build/changelog/migration_11.rst
index 6f0da3780..ac6cf1dc7 100644
--- a/doc/build/changelog/migration_11.rst
+++ b/doc/build/changelog/migration_11.rst
@@ -1935,6 +1935,15 @@ emits::
:ticket:`2729`
+Support for PyGreSQL
+--------------------
+
+The `PyGreSQL <https://pypi.python.org/pypi/PyGreSQL>`_ DBAPI is now supported.
+
+.. seealso::
+
+ :ref:`dialect-postgresql-pygresql`
+
The "postgres" module is removed
---------------------------------
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst
index 616924685..b4c90643d 100644
--- a/doc/build/dialects/postgresql.rst
+++ b/doc/build/dialects/postgresql.rst
@@ -182,28 +182,34 @@ For example::
)
psycopg2
---------------
+--------
.. automodule:: sqlalchemy.dialects.postgresql.psycopg2
pg8000
---------------
+------
.. automodule:: sqlalchemy.dialects.postgresql.pg8000
psycopg2cffi
---------------
+------------
.. automodule:: sqlalchemy.dialects.postgresql.psycopg2cffi
py-postgresql
---------------------
+-------------
.. automodule:: sqlalchemy.dialects.postgresql.pypostgresql
+.. _dialect-postgresql-pygresql:
+
+pygresql
+--------
+
+.. automodule:: sqlalchemy.dialects.postgresql.pygresql
zxjdbc
---------------
+------
.. automodule:: sqlalchemy.dialects.postgresql.zxjdbc