From 50fb37e19e7589126c2b669221c3ce76127999b2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 17 Nov 2012 20:46:13 -0500 Subject: [PATCH] migration doc --- doc/build/changelog/migration_08.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/build/changelog/migration_08.rst b/doc/build/changelog/migration_08.rst index e32a35ab9b..c4f34f6a7e 100644 --- a/doc/build/changelog/migration_08.rst +++ b/doc/build/changelog/migration_08.rst @@ -651,8 +651,7 @@ The new type is usable like any other type: New features which have come from this immediately include -support for Postgresql's HSTORE type, which is ready to go -in a separate library which may be merged, as well as new +support for Postgresql's HSTORE type, as well as new operations associated with Postgresql's ARRAY type. It also paves the way for existing types to acquire lots more operators that are specific to those types, such @@ -662,7 +661,7 @@ as more string, integer and date operators. :ref:`types_operators` - `Postgresql HSTORE `_ - support for HSTORE in SQLAlchemy + :class:`.HSTORE` :ticket:`2547` -- 2.47.2