| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Bruno Boettcher <bboett(at)erm1(dot)u-strasbg(dot)fr> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: how to set ownership of tables? |
| Date: | 2001-05-22 11:42:08 |
| Message-ID: | 200105221142.f4MBg8S29036@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> Hello!
>
> how can i change the ownership of a table? i have the problem that i
> create table with CONSTRAINTS on other tables, those others have a
> different owner... and thus the creation of the table is refused....
>
> is it possible to make constraints on tables whithout having their
> ownership? is it possible to grant those rights?
>
> or otherwise, how can i change the owenership of the concerned table?
7.1.X has ALTER TABLE ... OWNER.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | chris Gnther | 2001-05-22 13:18:56 | query PostgreSQL from c++ |
| Previous Message | J.Fernando Moyano | 2001-05-22 09:56:38 | RULES |