Re: Statistics from Sequences

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Statistics from Sequences
Дата
Msg-id 20050908220427.GA54848@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Statistics from Sequences  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: "Anthony Molinaro"
Дата:
Сообщение: Re: how to replace
Следующее
От: Joÿffffffffffe3o Carvalho
Дата:
Сообщение: Re: queries problems