nextval::text

Поиск
Список
Период
Сортировка
От John Smith
Тема nextval::text
Дата
Msg-id 20030305065434.15404.qmail@web40706.mail.yahoo.com
обсуждение исходный текст
Ответы Re: nextval::text
Re: nextval::text
Список pgsql-general

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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Help with installation and config, Missing file...
Следующее
От: Dennis Gearon
Дата:
Сообщение: Re: Demande d'information