Re: How to dump data from database? - Mailing list pgsql-general

From John DeSoi
Subject Re: How to dump data from database?
Date
Msg-id 53167BC9-A537-11D9-8FA8-000A95B03262@pgedit.com
Whole thread Raw
In response to Re: How to dump data from database?  (go <go@ugnn.ru>)
List pgsql-general
On Apr 4, 2005, at 5:11 AM, go wrote:

>  And pls one small question - what query will return me a list
>  of tables in database ( \l - works only in psql)?

Startup of psql with the -E option (or use \set ECHO_HIDDEN 1). Then
psql will show you the query it uses for \l or any other \ command.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: "Chandra Sekhar Surapaneni"
Date:
Subject: Regarding niladic functions
Next
From: Robert Treat
Date:
Subject: Re: [HACKERS] plPHP in core?