Re: [GENERAL] Dump Database

2014-03-20 Thread José Pedro Santos
Hi Dennis, I already manage. The problem as because I wasn't in the right folder...rookie mistake. Thank you for your email. Regards, José Santos From: den...@kabonkulator.com To: pgsql-general@postgresql.org Subject: Re: [GENERAL] Dump Database Date: Mon, 17 Mar 2014 08:14:03

Re: [GENERAL] Dump Database

2014-03-17 Thread Dennis
José Pedro Santos Sent: Monday, March 17, 2014 7:50 AM To: Postgres Ajuda Subject: [GENERAL] Dump Database Dear all, I'm trying to dump my database using the following command after I enter as su postgres: pg_dump - U postgres mydb -f mydb.sql ... but I'm always having the followi

Re: [GENERAL] Dump Database

2014-03-17 Thread Martin French
pgsql-general-ow...@postgresql.org wrote on 17/03/2014 12:50:20: > From: José Pedro Santos > To: Postgres Ajuda , > Date: 17/03/2014 12:56 > Subject: [GENERAL] Dump Database > Sent by: pgsql-general-ow...@postgresql.org > > Dear all, > > I'm trying to dump

[GENERAL] Dump Database

2014-03-17 Thread José Pedro Santos
Dear all, I'm trying to dump my database using the following command after I enter as su postgres: pg_dump - U postgres mydb -f mydb.sql ... but I'm always having the following message: pg_dump [archiver] Could not open output file "mydb.sql" : Permission denied I try to use the same state

[GENERAL] Dump database roles for full restoration

2011-08-19 Thread Diego Augusto Molina
Short description: * Need: migration of database, with roles relevant to it. * "From" server: pg 8.1; no superuser access. * "To" server: pg 8.4; full access. * Database in question: depends on few roles, mainly group roles used to set permission; there are other roles (login roles) which are membe