This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93978 - Automatically detect and register Postgres database on Solaris
Summary: Automatically detect and register Postgres database on Solaris
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 12:36 UTC by Petr Jiricka
Modified: 2014-12-22 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2007-02-02 12:36:36 UTC
Postgres is now bundled with Solaris by default. It would be useful to detect
when Postgres is installed and register the driver in the IDE (assuming that
Postgres by default includes the JDBC driver - not sure about that).

Also, the ability to start/stop/create database/etc for Postgres would be useful
(similarly to what we have for Derby/JavaDB).
Comment 1 Jiri Rechtacek 2009-10-16 14:11:47 UTC
Reassigned to new owner.
Comment 2 matthias42 2014-12-22 14:09:45 UTC
I checked the official package from postgresql and they don't include the jdbc driver.