From: | Jie Liang <jliang(at)ipinc(dot)com> |
---|---|
To: | Ramesh H R <ramesh(at)easi(dot)soft(dot)net> |
Cc: | sqllist <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: How to change the ownership of the table? |
Date: | 2001-01-24 18:12:36 |
Message-ID: | Pine.BSF.4.10.10101241000330.4625-100000@tidal.ipinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)ipinc(dot)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
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mike D'Agosta | 2001-01-24 19:00:33 | Is there anything like DESCRIBE? |
Previous Message | Frank Joerdens | 2001-01-24 17:30:50 | Making a foreign key chain - good idea or bad idea? |