Re: export from views

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "Tomas Lanczos" <lanczos(at)t-zones(dot)sk>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: export from views
Date: 2006-04-13 15:09:28
Message-ID: 6D59D4DE-8738-4BEB-A959-E95A7B25EDB8@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Apr 13, 2006, at 23:58 , Tomas Lanczos wrote:

> Is there any convenient and simple method/tool to export data from
> views to
> file, something like COPY TO (file) from a table?

In psql, take a look at \o (and \? while you're at it).

Hope this helps.

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2006-04-13 15:19:05 Re: the integer type
Previous Message Tomas Lanczos 2006-04-13 14:58:04 export from views