Re: generating dynamic queries using pl/pgsql

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: generating dynamic queries using pl/pgsql
Дата
Msg-id 3D144E30-6BF5-11D9-A9C8-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на Re: generating dynamic queries using pl/pgsql  (sarlav kumar <sarlavk@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Keith Worthington"
Дата:
Сообщение: Upgrade from v8rc5 to 8.0.0 fails
Следующее
От:
Дата:
Сообщение: SQL and DB Connection Question (Interfacing with PHP)