Re: Versioning Schema/Stored Procedures - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: Versioning Schema/Stored Procedures
Date
Msg-id 20051219222605.GT28771@pervasive.com
Whole thread Raw
In response to Re: Versioning Schema/Stored Procedures  (vishal saberwal <vishalsaberwal@gmail.com>)
List pgsql-general
On Mon, Dec 19, 2005 at 08:35:14AM -0800, vishal saberwal wrote:
> So, is there no way i can version the stored procedures or tables.
> Has anyone done anything similar.
> Does any system table have a description or any field i could store the
> version for the tables/stored procedures/views.

No, there's not. And I don't think there's enough demand to warrant
putting support for something like this in the backend.

> thanks jim, but i think, If its just 20% tables changing and that two in a
> sub-schema storing person details for example, i might not want to have
> downtime on other applications that are not using person sub-system.

Well, then setup a table so that you can store version info for specific
components/schemas/what-have-you.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Installation trouble - Solved
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Performance of batch COMMIT