Re: is PG able to handle a >500 GB Database?

Поиск
Список
Период
Сортировка
От Florent Guillaume
Тема Re: is PG able to handle a >500 GB Database?
Дата
Msg-id 20010120143253.A17788@twin.efge.org
обсуждение исходный текст
Ответ на Re: Re: is PG able to handle a >500 GB Database?  ("rob" <rob@cabrion.com>)
Список pgsql-general
> currval returns error unless nextval has been called at least once in the
> session.

But in my example, which is

> > > create table t1 (recordid SERIAL PRIMARY KEY, val INT4, name TEXT);
> > > ... much later ...
> > > insert into t1 (val, name) values (3465, 'blah');
> > > -- now we want the recordid just created

it's ok because a NULL insert into a SERIAL implicitly calls nextval.


Florent

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

Предыдущее
От: "Joseph"
Дата:
Сообщение: Re: Can't set MAX_CONNECTIONS over 32
Следующее
От: Richard Seymour
Дата:
Сообщение: Re: couple of general questions