Re: [SQL] Editor for pgsql

2002-07-23 Thread Josh Berkus
Folks, > This compiles and installes just fine to /usr/local/bin with > PostgreSQL > support. Thanks, I'll try it. -Josh Berkus ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [SQL] Editor for pgsql

2002-07-23 Thread Andreas Joseph Krogh
On Tuesday 23 July 2002 07:45, Roberto Mello wrote: > On Mon, Jul 22, 2002 at 05:41:39PM -0700, Josh Berkus wrote: > > I tried to install Tora, but the build blew up since I don't have Oracle > > installed. Any tips? > > I just use the Debian packages (/me hugs Debian). > > AFAIK, all you have to

Re: [SQL] Editor for pgsql

2002-07-22 Thread Roberto Mello
On Mon, Jul 22, 2002 at 05:41:39PM -0700, Josh Berkus wrote: > > I tried to install Tora, but the build blew up since I don't have Oracle > installed. Any tips? I just use the Debian packages (/me hugs Debian). AFAIK, all you have to do is compile with the appropriate flags so it doesn't try

Re: [SQL] Editor for pgsql

2002-07-22 Thread Josh Berkus
Roberto, > Tora (tora.sf.net) has PL/SQL editing and supports PostgreSQL. Since > Pl/pgSQL is very similar to PL/SQL, you can use Tora for PL/pgSQL editing > very nicely. > > Tora is an overall very nice database administration tool. I use it with > my Oracle and PostgreSQL installations all th

Re: [SQL] Editor for pgsql

2002-07-22 Thread Roberto Mello
On Mon, Jul 22, 2002 at 09:36:54AM -0300, Elielson Fontanezi wrote: > Hello Folks! > > > Maybe every DBA knows that there is a good shareware to editing > Oracle PL/SQL programs > named PL/SQL Developer. > I'd like to know if someone knows something near to this software > for Postgr

Re: [SQL] Editor for pgsql

2002-07-22 Thread Marc Spitzer
On Mon, Jul 22, 2002 at 04:09:21PM -0400, James Orr wrote: > On Monday 22 July 2002 12:27 pm, Josh Berkus wrote: > > > Me, I use Kate, an MDI text editor from the KDE crew, and CVS for > > version control. Thanks, KDE guys!But, after 3 years of Postgres, > > I'm pretty fluent in PL/pgSQL.

Re: [SQL] Editor for pgsql

2002-07-22 Thread Josh Berkus
James, > How do you use CVS on your database? I recently started doing this, and i'm > wondering how other people handle it. > > Basically I create a sql folder with three sub-folders tables, views and > functions. I have a file for each table in tables, each view in views and for > each t

Re: [SQL] Editor for pgsql

2002-07-22 Thread James Orr
On Monday 22 July 2002 12:27 pm, Josh Berkus wrote: > Me, I use Kate, an MDI text editor from the KDE crew, and CVS for > version control. Thanks, KDE guys!But, after 3 years of Postgres, > I'm pretty fluent in PL/pgSQL. I even double-quote without thinking > about it. How do you use CVS

Re: [SQL] Editor for pgsql

2002-07-22 Thread Josh Berkus
Elielson, > Maybe every DBA knows that there is a good shareware to editing > Oracle PL/SQL programs > named PL/SQL Developer. > I'd like to know if someone knows something near to this software > for Postgres pgSQL. No such program, currently. PGAccess, slated for re-release with a overhaul

[SQL] Editor for pgsql

2002-07-22 Thread Elielson Fontanezi
Hello Folks! Maybe every DBA knows that there is a good shareware to editing Oracle PL/SQL programs named PL/SQL Developer. I'd like to know if someone knows something near to this software for Postgres pgSQL. Thanks! Elielson, ---(end