Re: psql for winxp?

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>
Subject: Re: psql for winxp?
Date: 2006-06-20 02:47:02
Message-ID: 238FB7CA-7503-4A45-BF76-EFC2D5E94C3F@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi John,

Is it possible to have the installer only emplace psql and the necessary
support libs?

Jerry

On Jun 19, 2006, at 8:36 PM, John DeSoi wrote:

> Hi Jerry,
>
> You can use psql directly and communicate with it using a pipe
> stream. On Windows I believe this is equivalent to calling
> CreateProcess and CreatePipe which results in a bidirectional
> stream. This is how pgEdit makes use of psql for the editor.
>
> I'm not familiar with Tcl or Python, but hopefully they have
> facilities to do this.
>
> BTW, the psql binary is part of the Windows PostgreSQL installer.
>
>
>
> On Jun 19, 2006, at 5:53 PM, Jerry LeVan wrote:
>
>> I would like to install a "psql" command line program on
>> my winxp box. ( something that acts like psql on a unix box.)
>>
>> I hope to embed such a program in my Tcl/Tk and Python
>> PostgreSQL browsers so I can more offer more functionality
>> in the browsers...
>>
>> My development environment on XP is restricted to
>> scripting languages ( tcl and python ).
>>
>> Any candidates/suggestions?
>
>
>
>
>
> John DeSoi, Ph.D.
> http://pgedit.com/
> Power Tools for PostgreSQL
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Jenkins 2006-06-20 02:51:46 Re: ERROR: there is no parameter $1
Previous Message Qingqing Zhou 2006-06-20 02:36:35 Re: problem connecting to server