Re: win cmd line query tool

From: Tony Caduto <tony(dot)caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: win cmd line query tool
Date: 2006-02-21 14:52:59
Message-ID: 43FB294B.20008@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

uuZZuuZZ (sent by Nabble.com) wrote:
> I need a windows command line tool that will allow me to retrieve a row from
> a postgresql database

What's wrong with the one that comes with Postgresql?
if you install the win32 server it's in the bin directory and called
psql.exe, and you can install it seperate from the server and call it
from batch files etc, or if you need something more specialized you
could create a console application with C,Delphi,C#,VB.net etc.

Thanks,

--
Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql
http://www.amsoftwaredesign.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message uuZZuuZZ (sent by Nabble.com) 2006-02-21 14:54:57 Re: win cmd line query tool
Previous Message Martijn van Oosterhout 2006-02-21 14:43:00 Re: win cmd line query tool