Re: Recursive Arrays 101

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: David Blomstrom <david(dot)blomstrom(at)gmail(dot)com>
Cc: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, Rob Sargent <robjsargent(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Recursive Arrays 101
Date: 2015-10-26 23:36:30
Message-ID: 562EB8FE.30008@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/26/2015 04:21 PM, David Blomstrom wrote:
>
>
> On Mon, Oct 26, 2015 at 4:19 PM, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)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(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Blomstrom 2015-10-26 23:36:36 Re: Recursive Arrays 101
Previous Message David Blomstrom 2015-10-26 23:34:48 Re: Recursive Arrays 101