diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-04 23:07:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-04 23:07:15 +0000 |
commit | d95fad64d47a2145352c4b3b49199b43c7e82294 (patch) | |
tree | 2eda1e95f2a54d9e34c19052e90a5c93373b83d7 | |
parent | 249880ffae8c78f4ffacca90d490d42f1bbc4316 (diff) | |
download | postgresql-d95fad64d47a2145352c4b3b49199b43c7e82294.tar.gz postgresql-d95fad64d47a2145352c4b3b49199b43c7e82294.zip |
Add pg_dump TODO.detail for multiple -t / -n flags.
-rw-r--r-- | doc/TODO.detail/pg_dump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO.detail/pg_dump b/doc/TODO.detail/pg_dump index 5030ab60822..f68442774d2 100644 --- a/doc/TODO.detail/pg_dump +++ b/doc/TODO.detail/pg_dump @@ -1256,7 +1256,7 @@ a script to loop through the desired schema/table combinations and dumping each one at a time. Is command line quoting really that much of a hassle? And if so, what -are the major hurdles? +are the major hurdles? ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |