N
N
Nikita Kit2016-06-06 00:47:27
PostgreSQL
Nikita Kit, 2016-06-06 00:47:27

How to dump a PostgreSQL table?

You need to dump a table from a remote database server.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
terrier, 2016-06-06
@terrier

pg_dump -t table_name

S
sim3x, 2016-06-06
@sim3x

https://wiki.postgresql.org/wiki/First_steps
su - postgres pg_dump -t table_name

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question