Re: Recursive Arrays 101

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Recursive Arrays 101
Date: 2015-10-26 23:38:25
Message-ID: 562EB971.6000309@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/26/2015 05:28 PM, David Blomstrom wrote:
> No, I'm on a Mac running OS X El Capitan.
>

I don't have my mac with me today so this is a little rough.

Cmd-Spacebar
Terminal

This should find the actual normal terminal.

Click on it.

at the prompt therein: psql --username davdi --host localhost

this should connect you to the db, I'm not sure what the prompt looks like

\l
will list the databases

\c <dbname>
\dt will list tables

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2015-10-26 23:41:58 Re: Recursive Arrays 101
Previous Message David Blomstrom 2015-10-26 23:36:36 Re: Recursive Arrays 101