Strange SERIAL / Sequence error

Поиск
Список
Период
Сортировка
От Christian Marschalek
Тема Strange SERIAL / Sequence error
Дата
Msg-id 000c01c0d341$8da7e720$0200a8c0@server
обсуждение исходный текст
Ответы Re: Strange SERIAL / Sequence error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I create a table with:
CREATE TABLE "tab" ("asdf" SERIAL, "asdf2" char (20) NOT NULL );

Then I try to insert some data:
INSERT INTO "tab" ("asdf", "asdf2") VALUES
(NEXTVAL('""tab_asdf_seq""'::text), 'asdf')

ERROR: Relation '"tab_asdf_seq"' does not exist

(done with phpPgAdmin 2.3)


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

Предыдущее
От: pgsql@itsbruce.uklinux.net
Дата:
Сообщение: Security and performance
Следующее
От: "Albertson, Chris"
Дата:
Сообщение: "group by" is quite expensive