Re: how to execute pgsql2shp exe in sql

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to execute pgsql2shp exe in sql
Date: 2019-07-15 04:13:07
Message-ID: edca8aca-0a9e-2d03-79e6-27184193ede6@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/14/19 10:54 PM, sunpeng wrote:
> Could I use the following in psql or in a sql :
> "D:\PostgreSQL\9.6\bin\pgsql2shp ...."

This *should* work, though you might have to fiddle with the quotes:

yourdb=> \! "D:\PostgreSQL\9.6\bin\pgsql2shp ...."

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-07-15 04:14:48 Re: how to execute pgsql2shp exe in sql
Previous Message sunpeng 2019-07-15 03:54:09 how to execute pgsql2shp exe in sql