Re: nextval::text

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: nextval::text
Дата
Msg-id 3YRL73WU32541ZT2Y2X31NMRP0995GA.3e6621f1@cal-lab
обсуждение исходный текст
Ответ на nextval::text  (John Smith <john_smith_45678@yahoo.com>)
Ответы Re: nextval::text  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Because that's the name of the sequence, not the value coming out of the sequence.

3/4/2003 10:54:34 PM, John Smith <john_smith_45678@yahoo.com> wrote:

>
>
>  Date:   Tue, 4 Mar 2003 22:54:34 -0800 (PST)
>
>  From:   John Smith <john_smith_45678@yahoo.com>
>  Subject:[GENERAL] nextval::text
>  To:     pgsql-general@postgresql.org
>
>
>
>
>  I was just wondering why in the generated schema nextval is cast to text
>  rather than int?
>
>
>  John
>
>  CREATE TABLE x (
>      id integer DEFAULT nextval('"x_id_seq"'::text) NOT NULL,
>      name character varying(30) NOT NULL
>  );
>
>
>
>
>
>  Do you Yahoo!?
>  Yahoo! Tax Center - forms, calculators, tips, and more




В списке pgsql-general по дате отправления:

Предыдущее
От: "Peter Alberer"
Дата:
Сообщение: Difficult query
Следующее
От: Dennis Gearon
Дата:
Сообщение: Delayed constraints