Re: Editor for pgsql

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: James Orr <james(at)lrgmail(dot)com>, pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Editor for pgsql
Date: 2002-07-22 20:53:20
Message-ID: 200207221353.20598.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql


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 trigger and/or function in functions.

Similar. I bundle my development scripts into related areas with a tabledef
and a couple of views or functions in each script, but otherwise I do the
same as you.

As for VIM, as an ex-Win32 developer with an art degree, I never mastered the
syntax of VI (or Emacs, for that matter). They're certainly powerful tools,
but I can never set aside the 2 weeks of downtime required to get up to speed
in either text editor.

So Kate and Joe are my friends. <grin>

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ratlhead 2002-07-22 22:35:01 Re: Shell Script help for backup
Previous Message Craig Sturman 2002-07-22 20:50:32 Re: Can I use row-level locks to sequence READ COMMITTED transactions?

Browse pgsql-sql by date

  From Date Subject
Next Message Marc Spitzer 2002-07-22 23:07:54 Re: Editor for pgsql
Previous Message James Orr 2002-07-22 20:09:21 Re: Editor for pgsql