new version 6.5.3

From: Frans Van Elsacker <fve(at)atbib(dot)be>
To: pgsql-hackers(at)postgresql(dot)org
Subject: new version 6.5.3
Date: 1999-11-11 23:50:11
Message-ID: 3.0.6.32.19991112005011.0086ce30@193.75.233.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Probably it is of interest for jou, or i did something very stupid:
I had a little piece of code who works fine up till know, just after
installing
the version 6.5.3 i got the message 'parse error near union'

create table work as
select * from opdracht
union
select * from opdrachtproost

I know i can solve the problem with
insert into work in stead of the union keyword, but it is enoying that all
the programs had to be recompiled

many thanks, its a good product

Frans

Browse pgsql-hackers by date

  From Date Subject
Next Message Frans Van Elsacker 1999-11-11 23:54:48
Previous Message Don Baccus 1999-11-11 23:16:15 Re: [HACKERS] Indent