Indexes on Postgresql using EOF Modeler

2011-03-09 Thread Paul Dunkler
Hi folks, i'm currently working with WOLipse and the EntityModeler for creating a postgres-driven database model. Everything works fine except the creation of indexes. I can create new indexes on tables, but they aren't included in the sql-output generated by the modeler. Only the indexes on

Re: Indexes on Postgresql using EOF Modeler

2011-03-09 Thread Michael Gargano
I believe Mike S. said that indexes were added in 5.4 and the modeler doesn't support them because there's no API. You have to add them programmatically in your migration script. If you search the archives you can get his exact response. I asked in Oct. or Nov. last year. :) -the other Mike

Re: Indexes on Postgresql using EOF Modeler

2011-03-09 Thread John Huss
For what it's worth, WO 5.4 added some methods to EOSchemaGeneration to allow for index creation. These could be implemented in the PostgresqlPlugIn framework in the 5.4 branch and then I think this would work. So it just needs an enterprising individual to step up. John On Wed, Mar 9, 2011 at

Re: Indexes on Postgresql using EOF Modeler

2011-03-09 Thread Ramsey Gurley
On Mar 9, 2011, at 4:32 AM, Michael Gargano wrote: I believe Mike S. said that indexes were added in 5.4 and the modeler doesn't support them because there's no API. You have to add them programmatically in your migration script. To elaborate, I believe you can replace the eogen