Re: How to change the ownership of the table?
От | Jie Liang |
---|---|
Тема | Re: How to change the ownership of the table? |
Дата | |
Msg-id | Pine.BSF.4.10.10101241000330.4625-100000@tidal.ipinc.com обсуждение исходный текст |
Ответ на | How to change the ownership of the table? (Ramesh H R <ramesh@easi.soft.net>) |
Список | 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 по дате отправления: