exploring data

From: Willie Northway <willn(at)diamondbullet(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: exploring data
Date: 2001-06-27 18:17:59
Message-ID: Pine.LNX.4.10.10106271414190.25110-100000@spiderman.diamondbullet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message harrold 2001-06-27 18:28:21 Re: exploring data
Previous Message Williams, Travis L, NPONS 2001-06-27 13:32:36 RE: requiring a password to connect