Chris Travers schreef op 25-09-12 12:30:
> Try running these: > > alter table tax drop constraint "tax_pkey"; > alter table tax add primary key (chart_id, validto);
In 1.2 you will need to run the first statement (drop the primary key) but not the second. The valid_to being null will prevent that in 1.2.
Thank you, this works. J. -- www.ardispark.nl tel. 06 5341 4670