Re: Not sure how to use psql

Pat Wright <[email protected]> Wed, 12 Jun 2019 07:39:30 -0600
Newsgroups gmane.comp.db.postgresql.novice
Message-ID <CAO9W5TFC=2v3x3EL8USbijzCDjFYVa19MvN6Qh3phddzSnFpeA@mail.gmail.com>
I would suggest checking out this guide to get familiar with PSQL.

http://postgresguide.com/utilities/psql.html



On Wed, Jun 12, 2019 at 4:30 AM hubert depesz lubaczewski <[email protected]>
wrote:

> On Wed, Jun 12, 2019 at 05:49:59PM +0800, Cravan wrote:
> > I’m new to the sql language and recently learnt about psql, and have
> > some questions about it. Firstly, after typing psql (mydatabase) in
> > the shell, do I directly start coding? Next, when I create a table,
> > must my headings be necessarily lowercased? Lastly, can someone help
> > me figure out why I got this wrong?
>
> You forgot "," at the end of previous line.
>
> depesz
>
>
>