Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA22437; Tue, 13 Oct 92 12:51:20 -0700
Message-Id: <9210131951.AA22437@postgres.Berkeley.EDU>
From: <mao@postgres.berkeley.edu>
Subject: Re: pg_relation
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Tue, 13 Oct 92 11:46:38 PST.
             <9210131846.AA21843@postgres.Berkeley.EDU> 
Date: Tue, 13 Oct 92 12:53:05 PDT

In message <9210131846.AA21843@postgres.Berkeley.EDU> you write:

> How can i get all relations of a database
> I tried this:
> 
> retrieve (pg_relation.all)\g

try
	retrieve (pg_class.all)\g
