Re: generating dynamic queries using pl/pgsql - Mailing list pgsql-novice

From John DeSoi
Subject Re: generating dynamic queries using pl/pgsql
Date
Msg-id 3D144E30-6BF5-11D9-A9C8-000A95B03262@pgedit.com
Whole thread Raw
In response to Re: generating dynamic queries using pl/pgsql  (sarlav kumar <sarlavk@yahoo.com>)
List pgsql-novice
On Jan 21, 2005, at 11:44 AM, sarlav kumar wrote:

> The problem is that I dont have permission to create directories as a
> postgres user.
> If I can get the \copy command or the \! pg_dump command to work, that
> would be great.
>  

The commands starting with \ are psql commands. They are only executed
on the client side by psql. Stored procedures of course run on the
server, and don't know anything about psql \commands. What you can do
is setup a script for psql that first calls your stored procedure and
then uses \copy or \!pg_dump. But you can't put these commands in the
stored procedure.

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


pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: Upgrade from v8rc5 to 8.0.0 fails
Next
From:
Date:
Subject: SQL and DB Connection Question (Interfacing with PHP)