Re: dumb question - Mailing list pgsql-general

From Craig White
Subject Re: dumb question
Date
Msg-id 1139797621.20169.59.camel@lin-workstation.azapple.com
Whole thread Raw
In response to Re: dumb question  (Michael Glaesemann <grzm@myrealbox.com>)
Responses Re: dumb question  (Michael Glaesemann <grzm@myrealbox.com>)
List pgsql-general
On Mon, 2006-02-13 at 11:07 +0900, Michael Glaesemann wrote:
> On Feb 13, 2006, at 10:29 , Craig White wrote:
>
> > How do I change the owner of a schema?
> >
> > ALTER SCHEMA "public" OWNER to "some_user";   #?
>
> http://www.postgresql.org/docs/current/interactive/sql-alterschema.html
>
> The docs explain this very situation. HTML documentation ships with
> the PostgreSQL distribution and can also be found online.
----
seeing as how the above line seems to me to be exactly like the page
that you just referred me to, I have included some clips of my terminal
transactions because quite clearly I am too stupid to understand this...

th-db_test=> ALTER SCHEMA "public" OWNER TO tobyhouse;
ERROR:  syntax error at or near "OWNER" at character 23

th-db_test=> ALTER SCHEMA public OWNER TO tobyhouse;
ERROR:  syntax error at or near "OWNER" at character 21

# rpm -q postgresql-server
postgresql-server-7.4.8-1.RHEL4.1

Craig


pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: Why does an ON SELECT rule have to be named "_RETURN"?
Next
From: Michael Glaesemann
Date:
Subject: Re: dumb question