not directly through constructed SQL expressions but easy enough to
just execute the literal text ---
connection.execute("create index idx on table (lower(table.field))")
On Apr 16, 2007, at 4:40 PM, Steve Huffman wrote:
>
> Is it possible to create indexes using a function using sqlalchemy and
> postgresql?
>
> Something like: create index idx on table (lower(table.field))
>
> Thanks,
>
> Steve
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---