exploring data - Mailing list pgsql-novice

From Willie Northway
Subject exploring data
Date
Msg-id Pine.LNX.4.10.10106271414190.25110-100000@spiderman.diamondbullet.com
Whole thread Raw
Responses Re: exploring data  (harrold@sage.che.pitt.edu)
Re: exploring data  (Willie Northway <willn@diamondbullet.com>)
List pgsql-novice
Hello, I'm a mysql user who's trying to learn postgres. How would I
explore which databases or tables are available for use?

If I were using mysql, I would try something like this:

mysql> show databases;
mysql> use test;
mysql> show tables;

How would I accomplish something like this in postgres?

- Willie

----
Willie Northway - Software Developer http://www.willienorthway.com/
Diamond Bullet Design - http://www.diamondbullet.com


pgsql-novice by date:

Previous
From: "Williams, Travis L, NPONS"
Date:
Subject: RE: requiring a password to connect
Next
From: harrold@sage.che.pitt.edu
Date:
Subject: Re: exploring data