Re: Noob Q: Is the PG database its own source code backup?

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: Kenneth Tilton <kentilton(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Noob Q: Is the PG database its own source code backup?
Date: 2009-04-27 19:11:07
Message-ID: 20090427151107.40a199f0.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Kenneth Tilton <kentilton(at)gmail(dot)com>:

> I find myself hacking away in pgAdmin most of the time now, after early
> on keeping PG source code in text files I could preserve in SVN. At this
> point I cannot point to anything other than the pg db itself that has a
> full description.
>
> Is this normal? Or do folks assiduously maintain an external set of
> scripts and always work from those, resisting the temptation to just
> hack at the db with pgAdmin or psql? Or_______?

That depends heavily on how you work and what your needs are.

Personally, I recommend still keeping things in SVN because:
a) provides some sense of backup
b) maintains history of all your work
c) allows multiple developers to work together more easily

However, if you have other ways to solve those problems, or if
they're not important to you, you may not need SVN.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mgazzo 2009-04-27 19:19:17 PostgreSQL Hibernate Problem
Previous Message Michael P. Soulier 2009-04-27 19:07:42 Re: how do you get there from here?