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 too
I can search a one dimensional array with SELECT value = ANY(array), but
how do I search two dimensional array for a particular row? ANY seems
to flatten out a two dimensional array.
[local]:playpen=> select 2 = any (ARRAY[[1,7],[4,2]]);
?column?
--
t
(1 row)
Time: 52.451 ms
[local
Hello,
Is there a way to configure Oracle's SQL Developer to access a
PostgreSQL database?
Thanks,Jim
Thanks for all the dialog on this subject.
My "version" was derived from the postgreSQL's .jar file (specifically named
"postgresql-8.4-701.jdbc4.jar") that I'm using. When I do the following:
select version()
I get the following:
PostgreSQL 8.3.6
I'm going to check this out.
Thanks...Jim