Re: client tool

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Andre Truter <andre(dot)truter(at)intekom(dot)co(dot)za>
Cc: Hegyvari Krisztian <Hegyvari(dot)Krisztian(at)ardents(dot)hu>, pgsql-general(at)postgresql(dot)org
Subject: Re: client tool
Date: 2003-05-15 21:30:09
Message-ID: 3EC406E1.4090600@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You will have to write some of the queries yourself in that tool.

Also, you will have to escape the single quotes with another.

and don't put a ';' at the end. There are some other quirks, but otherwise, it's really good. It doens't do the latest pgsql as far as I know , though.

Andre Truter wrote:

> On Thu, 2003-05-15 at 19:33, Hegyvari Krisztian wrote:
>
>>Greetings,
>>
>>I am looking for a client side application to help me develop my queries for PostgreSQL. The client is Windows, the server is on Linux. I am thinking of something similar to TOAD, which we use to develop our Oracle based applications. So far I have used a web based solution, but I would need something to handle more complex queries and situations. If there is absolutely none for Windows, I can cope with tools running on Linux, but I would prefer something under Windows.
>>
>>Cheers,
>>
>>Hegyvari Krisztian
>>
>>
>
>
> pgAdmin II
> Very nice Windows tool.
>
> http://www.pgadmin.org/pgadmin2.php?ContentID=1
>
> HTH
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-05-15 21:31:51 Re: contrib rpm
Previous Message Marius Andreiana 2003-05-15 21:13:46 Re: client tool