Re: Statistics from Sequences - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Statistics from Sequences
Date
Msg-id 20050908220427.GA54848@winnie.fuhr.org
Whole thread Raw
In response to Re: Statistics from Sequences  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
[Again, please copy the mailing list on replies so others can
participate in and learn from the discussion.]

On Thu, Sep 08, 2005 at 06:25:33PM -0300, Joÿffffffffffe3o Carvalho wrote:
> There's one thing. If the sequence name was fooseq in uppercase
> (FOOSEQ) it does not work. In that case it returns the error: ERROR:
> relation "fooseq" does not exist.

This isn't a sequence issue, it's an identifier issue.  See "Why
are my table and column names not recognized in my query?" in the
FAQ and "Identifiers and Key Words" in the documentation:

http://www.postgresql.org/docs/faqs.FAQ.html#4.20
http://www.postgresql.org/docs/8.0/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

-- 
Michael Fuhr


pgsql-sql by date:

Previous
From: "Anthony Molinaro"
Date:
Subject: Re: how to replace
Next
From: Joÿffffffffffe3o Carvalho
Date:
Subject: Re: queries problems