Re: Missing commands - Mailing list pgsql-admin

From John DeSoi
Subject Re: Missing commands
Date
Msg-id 0009AD35-B0DA-11D9-B27F-000A95B03262@pgedit.com
Whole thread Raw
In response to Missing commands  (Al-Amin Ali <a_alamin2000@yahoo.com>)
List pgsql-admin
On Apr 18, 2005, at 3:02 PM, Al-Amin Ali wrote:

> users? (y/n)y
> 10. CREATE USER
> 11. -bash-2.05b$ createdb vsbabu
> 12. CREATE DATABASE
> 13. -bash-2.05b$ exit
> 14. [root@toshiba root]# exit
>
> Now up to this point every thing was working fine.
> But it seems that there is some commands that are not
> there. every time I try to use:
>
> pg_passwd or alter user
>
> I get the following message:
>
> command not found

createdb and createuser are command line utilities. For executing other
SQL commands such as "ALTER USER" you want to use psql. Look in the
documentation index under "psql" for details.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-admin by date:

Previous
From: Pallav Kalva
Date:
Subject: Re: Postgres Log rotation not working in 8.0.2
Next
From: Tom Lane
Date:
Subject: Re: Postgres Log rotation not working in 8.0.2