Re: Client SQL Tool - Mailing list pgsql-general

From
Subject Re: Client SQL Tool
Date
Msg-id 7B8080F951864CC88011FA91BC43132A@neuromancer
Whole thread Raw
In response to Re: Client SQL Tool  (Brandon Phelps <bphelps@gls.com>)
Responses Re: Client SQL Tool  (Robins Tharakan <robins.tharakan@comodo.com>)
List 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@postgresql.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.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: Jerry Levan
Date:
Subject: Re: Client SQL Tool
Next
From: Yan Chunlu
Date:
Subject: how to adjust auto increment id offset?