Re: trouble migrating from 6.3.2 (IRIX) to 7.0.2 (Linux)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "George Armhold" <armhold(at)cs(dot)rutgers(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: trouble migrating from 6.3.2 (IRIX) to 7.0.2 (Linux)
Date: 2000-11-24 17:47:52
Message-ID: 16915.975088072@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"George Armhold" <armhold(at)cs(dot)rutgers(dot)edu> writes:
> The one other thing I had to do was rename
> a field "offset" to "my_offset" throughout all my tables. Apparently this
> is a reserved word in the current version?

Yes, see LIMIT/OFFSET options in SELECT. You could still use it with
double-quotes around the name, but changing the column name is probably
less annoying in the long run...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nelio Alves Pereira Filho 2000-11-24 18:37:39 PL/Perl
Previous Message George Armhold 2000-11-24 17:43:38 Re: trouble migrating from 6.3.2 (IRIX) to 7.0.2 (Linux)