Re: Set new owner on cloned database - Mailing list pgsql-general

From James B. Byrne
Subject Re: Set new owner on cloned database
Date
Msg-id 60224.70.50.88.137.1291864443.squirrel@webmail.harte-lyne.ca
Whole thread Raw
In response to Re: Set new owner on cloned database  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgsql-general
On Wed, December 8, 2010 17:46, Guillaume Lelarge wrote:

>
> You should try REASSIGN OWNED BY. See
> http://www.postgresql.org/docs/9.0/interactive/sql-reassign-owned.html

Thanks for that.  I ended up doing a pg_dump followed by a sed
followed by a psql < which sufficed for my purposes, even it it did
seem a bit convoluted.  The REASSIGN OWNED BY seems the more
sensible approach.

--
***          E-Mail is NOT a SECURE channel          ***
James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3


pgsql-general by date:

Previous
From: Vincent Veyron
Date:
Subject: Re: How to obtain the maximum value of a date, between 3 tables...
Next
From: Allan Kamau
Date:
Subject: Error handling in PL/PgSQL (without execution termination)