Re: very odd behavior

From: newsreader(at)mediaone(dot)net
To: pgsql-general(at)postgresql(dot)org
Subject: Re: very odd behavior
Date: 2001-05-10 18:50:55
Message-ID: 20010510145055.A9670@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks everyone for very quick reply.

The reason I found odd was I had
created another able with the same
field name and don't recall having
problems at the time with 7.0.3.
Or did I get the same problem
but I just forgot? I dumped
and reloaded 7.0.3 table to 7.1
without problem though.

On Thu, May 10, 2001 at 12:26:53PM -0600, Creager, Robert S wrote:
>
> desc is a keyword - ORDER BY DESC-ending
>
> Robert Creager
> StorageTek
> INFORMATION made POWERFUL
>
> > -----Original Message-----
> > From: newsreader(at)mediaone(dot)net [mailto:newsreader(at)mediaone(dot)net]
> >
> > I have 7.1
> >
> > Can someone take a look the following
> > and tell me why I'm getting errors?
> > I'm completely baffled!
> > ----------------------------
> >
> > what=> create table bla(desc text,def text,data text);
> > ERROR: parser: parse error at or near "desc"
> > what=> create table bla("desc" text,def text,data text);
> > CREATE
> > what=>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Daugherty 2001-05-10 18:51:34 Re: very odd behavior
Previous Message Fran Fabrizio 2001-05-10 18:49:49 Trigger only firing once