Re: [GENERAL] postgresql system column errors

2004-02-20 Thread Martijn van Oosterhout
On Tue, Feb 17, 2004 at 11:15:13AM -0800, Ashish Mahabal wrote: > > Thanx Mark. > > Thats what I ended up doing. But it seems silly that the name space for > system columns and user columns are not separate. Its just like saying > that you can not have the same column name in 2 different tables.

Re: [GENERAL] postgresql system column errors

2004-02-20 Thread Ashish Mahabal
Thanx Mark. Thats what I ended up doing. But it seems silly that the name space for system columns and user columns are not separate. Its just like saying that you can not have the same column name in 2 different tables. Just like I can say table1.myCol and table2.myCol, there should have been a

Re: [GENERAL] postgresql system column errors

2004-02-16 Thread Mark Gibson
Ashish Mahabal wrote: Hello Hiroshi, When I try to use the column name xmin in one of my tables I get ERROR: column name "xmin" conflicts with a system column name You seem to have been affected by these errors in the past too. Had you found a solution? Anybody else have any solutions? The on

[GENERAL] postgresql system column errors

2004-02-14 Thread Ashish Mahabal
Hello Hiroshi, When I try to use the column name xmin in one of my tables I get ERROR: column name "xmin" conflicts with a system column name You seem to have been affected by these errors in the past too. Had you found a solution? Anybody else have any solutions? Cheers, ashish Ashish Mahab