From: | John DeSoi <desoi(at)pgedit(dot)com> |
---|---|
To: | Al-Amin Ali <a_alamin2000(at)yahoo(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Missing commands |
Date: | 2005-04-19 13:50:33 |
Message-ID: | 0009AD35-B0DA-11D9-B27F-000A95B03262@pgedit.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-04-19 14:23:16 | Re: Postgres Log rotation not working in 8.0.2 |
Previous Message | Pallav Kalva | 2005-04-19 13:42:28 | Re: Postgres Log rotation not working in 8.0.2 |