[DBIx-Class-Devel] [sql-translator] Fixes Bug #63814: Allow for index creation with USING and WHERE keywords... (#51)

Sebastian Podjasek notifications at github.com
Thu Apr 9 00:00:03 GMT 2015


Current PostgreSQL version (9.4) allows some other options to be set:

    CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ name ] ON table_name [ USING method ]
        ( { column_name | ( expression ) } [ COLLATE collation ] [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )
        [ WITH ( storage_parameter = value [, ... ] ) ]
        [ TABLESPACE tablespace_name ]
        [ WHERE predicate ]

but nobody asked for them for now

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/51#issuecomment-91072634
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20150408/0c643fc8/attachment.htm>


More information about the DBIx-Class-Devel mailing list