On Tue, Oct 18, 2011 at 5:47 PM, Scott Swank <scott.sw...@gmail.com> wrote:
> I have a postgres 9.1 database up & running, no problem. Purely in > terms of writing sql (ddl, dml & pg/plsql), what tools are > recommended? > > Coming from an Oracle world, I'm thinking of toad, sql developer, etc. > > 1. psql & text editor of choice (if so, which one?) > 2. navicat > 3. textmate with pgedit > 4. eclipse plugin > 5. other? > > Thank you, > Scott > > -- > Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-sql > psql + editor is the basic tool set, certainly the most flexible. Also be sure to check out pgadmin: http://www.pgadmin.org/download/macosx.php -Adam