diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-23 15:21:54 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-23 15:21:54 -0400 |
| commit | b1aa0edf81680fac020bedb82ea8f8a7e8443f4b (patch) | |
| tree | 1e9782e2b867e57ff1b8032a04cddffd2a375d2e /doc | |
| parent | 575c4ee5c644a6b0feb14272b4eb37702bf20645 (diff) | |
| parent | b490534657229cbc44f1f5735a39539ceaf776a3 (diff) | |
| download | sqlalchemy-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.rst | 13 |
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` |
