Re: [GENERAL] How to modify dump files created by pg_dump

2013-06-05 Thread
PU-0 -p 5433 -U_qnrnwdbman -d template1 -f whatever_name.sql > >> >> >> 在 2013-6-5,19:28,Raymond O'Donnell 写道: >> >>> On 05/06/2013 03:02, 任洪彩 wrote: >>>> Hi, >>>> Yes, you are right. >>>> But -d option not s

Re: [GENERAL] How to modify dump files created by pg_dump

2013-06-04 Thread
_qnrnwdbman -d template1 -e -v /root/horen/rnwdump/DBRNWHSB.pgdump 在 2013-06-04 23:40:50,"Raymond O'Donnell" 写道: >On 04/06/2013 09:44, 任洪彩 wrote: >> Hi, guys >> >> I have met a problem that do confused me. >> >> I created a dump fil

[GENERAL] How to modify dump files created by pg_dump

2013-06-04 Thread
Hi, guys I have met a problem that do confused me. I created a dump file by pg_dump from database named "DBRNWHSB" with parameters -b -o -Fc -Z 0. As you know, at the beginning of the dump file contains some SQL statements for create the database "DBRNWHSB". So here comes the question, I w