Re: How to change database owner in PostgreSQL 7.4? - Mailing list pgsql-sql

From Andreas Kretschmer
Subject Re: How to change database owner in PostgreSQL 7.4?
Date
Msg-id 20051126122549.GA3312@kaufbach.delug.de
Whole thread Raw
In response to How to change database owner in PostgreSQL 7.4?  (frank church <pgsql@adontendev.net>)
Responses Re: How to change database owner in PostgreSQL 7.4?
List pgsql-sql
frank church <pgsql@adontendev.net> schrieb:

> Hi guys,
> 
> What is the command change database owner in PostgreSQL 7.4?

ALTER DATABASE foo OWNER TO blob;

In general: start psql and type  '\h alter database', and, more general,
'\h' and '\?'


HTH, Andreas
-- 
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°


pgsql-sql by date:

Previous
From: frank church
Date:
Subject: How to change database owner in PostgreSQL 7.4?
Next
From: "JuanCri"
Date:
Subject: Re: Is it possible to redirect an update/insert/delete to a different table?