Re: Stored procedure version control - Mailing list pgsql-general

From Peter Devoy
Subject Re: Stored procedure version control
Date
Msg-id CABoFc_iMDjqhkV8CUD2EsxHNc=ob_vEMFZJXPNSbxVJR8Bh3cA@mail.gmail.com
Whole thread Raw
In response to Re: Stored procedure version control  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
>does anybody have any comment on that from the POV of PostgreSQL?

Might be overkill but you could deploy your procedure as an extension
because extensions come with version control:
https://www.postgresql.org/docs/current/static/sql-createextension.html

Another option might be to hack something together using COMMENT ON
FUNCTION [...]:
https://www.postgresql.org/docs/current/static/sql-comment.html

Kind regards


Peter


pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Stored procedure version control
Next
From: Neil Anderson
Date:
Subject: Re: Stored procedure version control