Re: How to change the ownership of the table? - Mailing list pgsql-sql

From Jie Liang
Subject Re: How to change the ownership of the table?
Date
Msg-id Pine.BSF.4.10.10101241000330.4625-100000@tidal.ipinc.com
Whole thread Raw
In response to How to change the ownership of the table?  (Ramesh H R <ramesh@easi.soft.net>)
List pgsql-sql
Hi, there,

I believe that you can use iat least:
pg_dump -t table -f out dbname
then vi out
change the owner (first line -- connnect ...)
then drop the old table and reload new table by
psql dbname < out

If your table have no index or any constraint, 
you can use SELECT * into newtable
then if you have the previlage.

Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com

On Wed, 24 Jan 2001, Ramesh H R wrote:

> Hai
> 
> Please, any one guide me how to change the ownership of the table?
> 
> Regards,
> 
> --
> Ramesh HR
> Trainee Engineer
> EASi Technologies
> 213, 3rd Main, 4th Cross
> Chamrajpet, Bangalore - 560 018
> India
> Ph.: 660 1086 / 660 2365 / 667 2984 Extn.: 155
> Facsimile: 667 5274
> www.easi.soft.net
> 
> 
> 



pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pl/pgsql Limits
Next
From: "Albert REINER"
Date:
Subject: Re: plpgsql language