Re: How to change "create table" sql statements in sqlall/syncdb

2007-05-21 Thread Sebastjan Trepca
I found out the "sqlcustom" feature in manage.py and also new PostgreSQL server supports setting inheritance through ALTER TABLE command, so this solves my problem :) Sebastjan On 5/21/07, Sebastjan Trepca <[EMAIL PROTECTED]> wrote: > > Hi, > > I use PostgreSQL for database backend and its inheri

How to change "create table" sql statements in sqlall/syncdb

2007-05-21 Thread Sebastjan Trepca
Hi, I use PostgreSQL for database backend and its inheritance for few tables. I was wondering if there is any simple way to change SQL statements that "sqlall" produces so that they will support inheritance. Thanks, Sebastjan --~--~-~--~~~---~--~~ You received thi