Re: [ADMIN] pg_dump question

2007-12-07 Thread Scott Marlowe
On Dec 7, 2007 2:18 PM, Carol Walter <[EMAIL PROTECTED]> wrote: > Hello- > > I'm trying to do an upgrade of version 8.1 to 8.2.3. The restore is > failing because of some code that is in some views. If I dump the > just the schema and then dump just the data, will the views be included? Well, th

[ADMIN] pg_dump question

2007-12-07 Thread Carol Walter
Hello- I'm trying to do an upgrade of version 8.1 to 8.2.3. The restore is failing because of some code that is in some views. If I dump the just the schema and then dump just the data, will the views be included? Carol ---(end of broadcast)---

Re: [ADMIN] pg_dump question -- did I delete my database -- please help -- urgent

2006-08-07 Thread Thusitha Kodikara
Hello,Simply looking from the point of recovering the deleted files, why not try something like http://recover.sourceforge.net/linux/ ?Obviously you Postgres error may have to be solved separately.Regards,-ThusithaSrinivas Iyyer <[EMAIL PROTECTED]> wrote: Dear Group, Please help me if you can. I am

Re: [ADMIN] pg_dump question -- did I delete my database -- please help -- urgent

2006-08-07 Thread Srinivas Iyyer
Dear Group, Please help me if you can. I am in a the most gravest situation. here I read the bug report : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143208 reason: I got error when i tried \dt relation "pg_catalog.pg_user" does not exist. After reading some responses Comment#21 and

[ADMIN] pg_dump question

2006-08-07 Thread Srinivas Iyyer
*** Apologies for re-posting this e-mail Dear group, I have a strange problem. apologies if this is the wrong place, however as a first option i am posting here. I have to subscribe to other special mailing lists. I have two databases in my system. In firstdb i am having the following p

Re: [ADMIN] pg_dump question

2004-11-03 Thread Tom Lane
"Andrei Bintintan" <[EMAIL PROTECTED]> writes: > If I create a table with create table and after that I modify the = > table(add some columns) in the dump the table is saved in the same way, = > I mean, in the dump first the table is created and after that the column = > is added.=20 I don't actua

[ADMIN] pg_dump question

2004-11-02 Thread Andrei Bintintan
Hi to all,   If I create a table with create table and after that I modify the table(add some columns) in the dump the table is saved in the same way, I mean, in the dump first the table is created and after that the column is added.   Is there a possibility to dump the database and the ta

[ADMIN] PG_DUMP Question

2003-10-31 Thread Alex
Hi, I have a test system that is setup the same as a production system and would like to frequently copy the database over. pg_dump takes a few hours and even sometimes hangs. Are there any reasons not to simply just copy the entire data directory over to the test system? I could not find any p

Re: [ADMIN] pg_dump question

2002-10-28 Thread Bhuvan A
> I need to set up a daily cron job that performs a pg_dump on a remote > database. I can't figure out how to pass a password to it. How do I do > this. Everything I've tried still comes up with asking me for a password > when I test it. > $ export PGPASSWORD=user_pass $ echo -e "Would do the tr

Re: [ADMIN] pg_dump question

2002-10-28 Thread Aaron Spiteri
One way is to do this is by configuring the remote server to trust the host that is going to be doing the back up. This can be done in the pg_hba.conf file which is located in "/var/lib/pgsql/data" on my server. If the Server that is going to be doing the back up has the IP address of say 192.16

[ADMIN] pg_dump question

2002-10-28 Thread Tom Haddon
Hi Folks, Fairly basic question here, I think. I've looked through the archives, but can't seem to find anything. I need to set up a daily cron job that performs a pg_dump on a remote database. I can't figure out how to pass a password to it. How do I do this. Everything I've tried still comes up

[ADMIN] pg_dump question...

2000-01-29 Thread Brad Bonkoski
Hello.. I have password authentication going on my DB, and everything works quite well except for this command: pg_dump -u > dumpfile it just hangs but when I run pg_dump -u it will print all the stuff out to me, so I assume it must be with putting it into a file. Does anyone have any sug