Re: How to change database owner in PostgreSQL 7.4?

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to change database owner in PostgreSQL 7.4?
Date: 2005-11-26 12:25:49
Message-ID: 20051126122549.GA3312@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

frank church <pgsql(at)adontendev(dot)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°

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Colton A Smith 2005-11-26 17:18:16 MAX, MIN and arrays
Previous Message frank church 2005-11-26 12:16:47 How to change database owner in PostgreSQL 7.4?