Re: Currval function won't work

Поиск
Список
Период
Сортировка
От
Тема Re: Currval function won't work
Дата
Msg-id 20051007172657.79890.qmail@web33301.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Currval function won't work  ("Bluebottle" <luckychap@bluebottle.com>)
Ответы Re: Currval function won't work  (Sean Davis <sdavis2@mail.nih.gov>)
Список pgsql-novice

--- Bluebottle <luckychap@bluebottle.com> wrote:

> select currval('library.items_itemid_seq') as
> NextItemID;
> ERROR:  currval of sequence "items_itemid_seq" is
> not yet defined in
> this session
>
> Note that the nextval function works as expected
>
> select nextval('library.items_itemid_seq') as
> NextItemID;
> 2313
>
> Can somebody please tell me what simple mistake I am
> making?
>
> David

David, I don't know the answer, but this is how i
would troubleshoot...

what happens when you try...

1. select currval('library.items_itemid_seq');

2. select currval('library.items_itemid_seq');

3. select currval('library.items_itemid_seq') as
NextItemID;

4. select currval('items_itemid_seq') as NextItemID;

do any of these work?  do any break?

good luck.



__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

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

Предыдущее
От:
Дата:
Сообщение: Set Privileges on All Tables (and/or Sequences) at Once
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Set Privileges on All Tables (and/or Sequences) at