From: | "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca> |
---|---|
To: | "Guillaume Lelarge" <guillaume(at)lelarge(dot)info> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Set new owner on cloned database |
Date: | 2010-12-09 03:14:03 |
Message-ID: | 60224.70.50.88.137.1291864443.squirrel@webmail.harte-lyne.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)Harte-Lyne(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Raimon Fernandez | 2010-12-09 03:40:13 | use a variable name for an insert in a trigger for an audit |
Previous Message | Vincent Veyron | 2010-12-09 03:03:18 | Re: How to obtain the maximum value of a date, between 3 tables... |