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