Обсуждение: SQL Developer accessing PostgreSQL

Поиск
Список
Период
Сортировка

SQL Developer accessing PostgreSQL

От
"Snyder, James"
Дата:
<p dir="LTR"><span lang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font
face="Calibri">Hello,</font></span><pdir="LTR"><span lang="en-us"><font face="Calibri">Is there a way to
co</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font face="Calibri">nfigure
Oracle</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font
face="Calibri">’</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font
face="Calibri">sSQL Developer to access a PostgreSQL database? </font></span><p dir="LTR"><span lang="en-us"><font
face="Calibri">Thanks,Jim</font></span><pdir="LTR"><span lang="en-us"></span><span lang="en-us"></span><span
lang="en-us"></span>

Re: SQL Developer accessing PostgreSQL

От
silly sad
Дата:
On 03/29/10 20:33, Snyder, James wrote:
> Hello,
>
> Is there a way to configure Oracle’s SQL Developer to access a
> PostgreSQL database?
>

IMHO, no.
And (even if it possible) it is completely useless,
since the Postgresql has the "psql" program far better than any oracle 
tool and than all oracle tools together.


Re: SQL Developer accessing PostgreSQL

От
"Hiltibidal, Rob"
Дата:

I recommend Aqua Data Studio

 

Just drop in the jdbc jar

 

 

 

From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org] On Behalf Of Snyder, James
Sent: Monday, March 29, 2010 11:34 AM
To: pgsql-sql@postgresql.org
Subject: [SQL] SQL Developer accessing PostgreSQL

 

Hello,

Is there a way to configure Oracle’s SQL Developer to access a PostgreSQL database?

Thanks,Jim

PRIVILEGED AND CONFIDENTIAL
This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above.  If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender.  If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster@argushealth.com.  Thank you.



Re: SQL Developer accessing PostgreSQL

От
Jose Alarcon
Дата:
Squirrel been tested. It is opensource, and is done in Java using JDBC to support many databases. It is a universal SQL client, see

http://www.squirrelsql.org/


El 29/03/10 18:22, Hiltibidal, Rob escribió:

I recommend Aqua Data Studio

 

Just drop in the jdbc jar

 

 

 

From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org] On Behalf Of Snyder, James
Sent: Monday, March 29, 2010 11:34 AM
To: pgsql-sql@postgresql.org
Subject: [SQL] SQL Developer accessing PostgreSQL

 

Hello,

Is there a way to configure Oracle’s SQL Developer to access a PostgreSQL database?

Thanks,Jim

PRIVILEGED AND CONFIDENTIAL
This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above.  If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender.  If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster@argushealth.com.  Thank you.


 

Re: SQL Developer accessing PostgreSQL

От
Thomas Kellerer
Дата:
Snyder, James, 29.03.2010 18:33:
> Hello,
>
> Is there a way to configure Oracle’s SQL Developer to access a
> PostgreSQL database?
>
> Thanks,Jim
>
As others have pointed out, it's not possible.

The Postgres Wiki contains a list of GUI Tools that work with Postgres:

http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

Thomas