Re: Stored procedure version control

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Stored procedure version control
Дата
Msg-id f8984fcf-ba26-59f5-3e27-673f63ad0084@aklaver.com
обсуждение исходный текст
Ответ на Stored procedure version control  (Mark Morgan Lloyd <markMLl.pgsql-general@telemetry.co.uk>)
Ответы Re: Stored procedure version control  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Stored procedure version control  (Peter Devoy <peter@3xe.co.uk>)
Список pgsql-general
On 06/29/2016 09:37 AM, Mark Morgan Lloyd wrote:
> Elsewhere, somebody was asking how people implemented version control
> for stored procedures on (MS) SQL Server.
>
> The consensus was that this is probably best managed by using scripts or
> command files to generate stored procedures etc., but does anybody have
> any comment on that from the POV of PostgreSQL?

There is no mechanism internal to Postgres that will version control the
procedures, so the answer will be the same as above. In other words some
external mechanism to version control. A more complete answer will
depend on the workflow you are currently using.



--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Mark Morgan Lloyd
Дата:
Сообщение: Stored procedure version control
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Stored procedure version control