--On Mittwoch, November 05, 2008 19:20:07 -0500 Tom Lane
<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> No, I think that should just be a no-op. We don't for instance throw
> error when you ALTER OWNER to the existing owner.
>
Hmm okay. When looking at this i was remembering the discussion we had for
SET SCHEMA a long time ago, which indeed throws an error message:
ALTER TABLE foo SET SCHEMA public;
ERROR: relation "foo" is already in schema "public"
--
Thanks
Bernd