From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ozan Kahramanogullari <ozan(dot)kah(at)gmail(dot)com> |
Cc: | Andrej Ricnik <andrej(dot)groups(at)gmail(dot)com>, Jeff Frost <jeff(dot)frost(at)gmail(dot)com>, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: psql on Mac |
Date: | 2018-10-24 10:24:32 |
Message-ID: | 19247.1540376672@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-novice |
Ozan Kahramanogullari <ozan(dot)kah(at)gmail(dot)com> writes:
> Well, I took the default settings when I was installing PostgreSQL. And,
> yes, I ran the "show" commands on the command line console; it gave an
> error. I ran the "show" commands on the psql prompt that delivered nothing,
> no error as well.
Nothing? That seems pretty unlikely. It should look something like this:
$ psql postgres
psql (12devel)
Type "help" for help.
postgres=# show hba_file;
hba_file
-----------------------------------------
/Users/tgl/testversion/data/pg_hba.conf
(1 row)
Maybe you forgot the command-ending semicolon, or something?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Ozan Kahramanogullari | 2018-10-24 10:33:43 | Re: psql on Mac |
Previous Message | Gerald Cheves | 2018-10-24 10:10:15 | Re: psql on Mac |
From | Date | Subject | |
---|---|---|---|
Next Message | Ozan Kahramanogullari | 2018-10-24 10:33:43 | Re: psql on Mac |
Previous Message | Gerald Cheves | 2018-10-24 10:10:15 | Re: psql on Mac |