Re: Help -
02-10-2004
, 10:48 AM
Are you opening the database you created? That is, at your command line
you will execute 'psql databasename' to load the database you just created.
By not specifying a database when you load psql you are opening a default
template.
--
KG Hagans Professional Services Group
Westerville, Ohio
ken (AT) kghagans (DOT) com
www.kghagans.com
""Arman Meltonyan"" <armelton (AT) onemain (DOT) com> wrote
I've just installed the beta version of PeerDirect's Postgres. According to
the instructions I am able to create a database with createdb comand, after
that I do psql and get a prompt (e.g default =#). When I try to execute any
of the SQL comannds I get a bad command error. If I do \h I get Help
available: message and that's it. Nothing else is coming up? I know I'm
doing something wrong I just need to know what is it.
Can anyone give me an advise on this?
Thanks! |