Re: Possible to dump/load a database from within psql?

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Possible to dump/load a database from within psql?
Дата
Msg-id 56A5FF41.1080205@iol.ie
обсуждение исходный текст
Ответ на Possible to dump/load a database from within psql?  (Brian Cardarella <brian@dockyard.com>)
Список pgsql-general
On 25/01/2016 10:16, Brian Cardarella wrote:
> Is it possible, and if so how, to dump and then load a database to/from
> a file from within a psql connection?

You can use the COPY command to do a table at a time, but you'll get
just the data - you won't get permissions etc.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: TABLESAMPLE usage
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: TABLESAMPLE usage