summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-23 15:21:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-23 15:21:54 -0400
commitb1aa0edf81680fac020bedb82ea8f8a7e8443f4b (patch)
tree1e9782e2b867e57ff1b8032a04cddffd2a375d2e /doc
parent575c4ee5c644a6b0feb14272b4eb37702bf20645 (diff)
parentb490534657229cbc44f1f5735a39539ceaf776a3 (diff)
downloadsqlalchemy-b1aa0edf81680fac020bedb82ea8f8a7e8443f4b.tar.gz
Merge branch 'pr129'
Conflicts: doc/build/changelog/changelog_10.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 3da2c63c2..ace956960 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -52,6 +52,19 @@
default, or a server-side default "eagerly" fetched via RETURNING.
.. change::
+ :tags: feature, postgresql
+ :tickets: 2051
+
+ Added support for PG table options TABLESPACE, ON COMMIT,
+ WITH(OUT) OIDS, and INHERITS, when rendering DDL via
+ the :class:`.Table` construct. Pull request courtesy
+ malikdiarra.
+
+ .. seealso::
+
+ :ref:`postgresql_table_options`
+
+ .. change::
:tags: bug, orm, py3k
The :class:`.IdentityMap` exposed from :class:`.Session.identity`