Re: doc: create table improvements

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: doc: create table improvements
Дата
Msg-id ec0bd3d2-3e15-4492-b93a-683c04ec345c@eisentraut.org
обсуждение исходный текст
Ответ на doc: create table improvements  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: doc: create table improvements  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
 > +   The reliability characteristics of a table are governed by its
 > +   persistence mode.  The default mode is described
 > +   <link linkend="wal-reliability">here</link>
 > +   There are two alternative modes that can be specified during
 > +   table creation:
 > +   <link linkend="sql-createtable-temporary">temporary</link> and
 > +   <link linkend="sql-createtable-unlogged">unlogged</link>.

Not sure reliability is the best word here.  I mean, a temporary table 
isn't any less reliable than any other table.  It just does different 
things.




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

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: Race condition in FetchTableStates() breaks synchronization of subscription tables
Следующее
От: Yugo NAGATA
Дата:
Сообщение: Re: Rename libpq trace internal functions