backing up the data from a single table?

Поиск
Список
Период
Сортировка
От stan
Тема backing up the data from a single table?
Дата
Msg-id 20190913141351.GC27035@panix.com
обсуждение исходный текст
Ответы Re: backing up the data from a single table?  (Ray O'Donnell <ray@rodonnell.ie>)
Re: backing up the data from a single table?  (Ron <ronljohnsonjr@gmail.com>)
Re: backing up the data from a single table?  (Olivier Gautherot <ogautherot@gautherot.net>)
Re: backing up the data from a single table?  (Hans Schou <hans.schou@gmail.com>)
Список pgsql-general
My development methodology is to create scripts that init the db, and load
test data, as I make changes.

Now, I am starting to move toward a test instance with real data. The end
user has provided "real" test data, n spreadsheets. I have the inputing of
data from these working OK. (takes a bit of hand work). What I would like
to do, is  continue to init the "test" database. To make that easy, I would
like to be able to "export" individual tables, so I can use the scripts to
reload them. I prefer not to have to convert these to my load script
format.

Is there a way to "export" a single table, that can be easily re
"imported"?


-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



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

Предыдущее
От: George Neuner
Дата:
Сообщение: Re: Web GUI for PG table ?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: PG SQL and LIKE clause