Re: PG Admin on the command line = pg_dump

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: PG Admin on the command line = pg_dump
Дата
Msg-id 45924EB6.17491.2D1801@rod.iol.ie
обсуждение исходный текст
Ответ на PG Admin on the command line = pg_dump  (Laurent ROCHE <laurent_roche@yahoo.com>)
Список pgadmin-support
On 26 Dec 2006 at 17:42, Laurent ROCHE wrote:

> pg_dump command: it does the job BUT not correctly for me as it does
> not create SERIAL column but INTEGER and then it creates SEQUENCES (I

This is correct - SERIAL isn't a "real" data type, but rather a 
shortcut that creates an integer column with a default which executes 
nextval() on a sequence which it also creates.

http://www.postgresql.org/docs/8.2/static/datatype-
numeric.html#DATATYPE-SERIAL

--Ray.


----------------------------------------------------------------------

Raymond O'Donnell
Director of Music, Galway Cathedral, Galway, Ireland
rod@iol.ie
----------------------------------------------------------------------




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

Предыдущее
От: Clodoaldo
Дата:
Сообщение: Re: 1.6.1 and 1.7.0 rendering bug
Следующее
От: Laurent ROCHE
Дата:
Сообщение: Re : PG Admin on the command line = pg_dump