Re: Recursive Arrays 101 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Recursive Arrays 101
Date
Msg-id 562EB8FE.30008@aklaver.com
Whole thread Raw
In response to Re: Recursive Arrays 101  (David Blomstrom <david.blomstrom@gmail.com>)
List pgsql-general
On 10/26/2015 04:21 PM, David Blomstrom wrote:
>
>
> On Mon, Oct 26, 2015 at 4:19 PM, Adrian Klaver
> <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>> wrote:
>
>     On 10/26/2015 04:13 PM, David Blomstrom wrote:
>
>         Oops, let me try it again...
>
>
>     Still not making sense.
>
>     Show the exact command you are using to get the below and explain
>     where you are running it.
>
>
>         *Shell1*
>
>         Server [localhost]: \l
>
>         Database [postgres]:
>
>         * * * * *
>
>         Server [localhost]: \dt
>
>         Database [postgres]:
>
>
>         *Shell2*
>
>         Database [postgres]: \l
>
>         Port [5432]:
>
>         * * * * *
>
>         Port [5432]: \dt
>
>         Username [postgres]:
>
>
>
>
>     --
>     Adrian Klaver
>     adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>
>
>
>
> When I click on the SQL Shell (PSQL) icon, it opens two instances. This
> time, they both gave the same results when I typed in \l and \dt...
>
> Server [localhost]: \l
>
> Database [postgres]: \dt
>
> Port [5432]:
>

Alright so it is prompting for the connection information. Just hit
enter to each prompt, it might ask for a password after the above. At
that point you should actually be in psql and then can run the schema
creation commands.

--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: David Blomstrom
Date:
Subject: Re: Recursive Arrays 101
Next
From: David Blomstrom
Date:
Subject: Re: Recursive Arrays 101