Re: Client SQL Tool

From: <bjoern(at)hillebrandar(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Client SQL Tool
Date: 2011-11-15 08:25:57
Message-ID: 7B8080F951864CC88011FA91BC43132A@neuromancer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't want to replace the other tools. It's just another client for
postgreSQL and there is a long road for a release. And yes, it uses .NET 4.0
and WPF.
The implementation is more than a little more than simply ADO.NET. The
ADO.NET objects only transfer the results to the view. In the backend the
sql query is handled
as a really SQL statement.

But it's ok, if you dont't interested in.

-----Ursprüngliche Nachricht-----
From: Brandon Phelps
Sent: Monday, November 14, 2011 11:48 PM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Client SQL Tool

On 11/14/2011 05:42 PM, John R Pierce wrote:
> On 11/14/11 2:32 PM, Josh Kupershmidt wrote:
>> How does this client compare to pgAdmin (as a graphical client) or
>> psql (as a client in general)?
>
> its a MS Windows only program using the .NET framework, and it just
> executes manually entered SQL commands, displaying the results in a ADO
> grid object.
>
>
> *YAWN*
>
>
>

Yeah no offense to the author but it looks like this app has a long way
to go before it even comes close to being a drop in replacement for
pgAdmin, Navicat, etc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yan Chunlu 2011-11-15 08:44:23 how to adjust auto increment id offset?
Previous Message Jerry Levan 2011-11-14 23:26:56 Re: Client SQL Tool