Re: Bug or limitation?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dean Gibson (DB Administrator)" <dba-sql(at)ultimeth(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bug or limitation?
Date: 2003-05-08 14:15:48
Message-ID: 20022.1052403348@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dean Gibson (DB Administrator)" <dba-sql(at)ultimeth(dot)net> writes:
> I'm using PostgreSQL 7.3.2 (from RPM on this site) on RH Linux 7. I'm investigating using "schemas", but after I create a schema, I try to rename an existing table into the new schema with:
> ALTER TABLE name RENAME TO schema.name;

There's no provision for moving things across schemas at the moment.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jon Earle 2003-05-08 14:18:03 Re: PostgreSQL Qs
Previous Message Bruno Wolff III 2003-05-08 13:51:20 Re: Bug or limitation?