Re: Preserving the source code of views

Поиск
Список
Период
Сортировка
От Brian Crowell
Тема Re: Preserving the source code of views
Дата
Msg-id CAAQkdDo0O1V5+cKQuNDzuQ1vFmwR5SFYRFmSwPsL-0TaNdUZhQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Preserving the source code of views  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Preserving the source code of views  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
On Sat, Oct 19, 2013 at 11:37 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> For my work is very significant @a point - I wrote and I am writing usually
> database centric stored procedures centric applications and @a works
> perfect. For me a SQL code is code as any other - I use a my favourite
> editor, I use a GIT for versioning, I can simple distributed application to
> my customers.

What do you do to manage dependencies among the objects? How do you
have your scripts set up to handle deploying, say, an extra column to
an existing view?

Our databases tended to be SP-heavy before I came along. I'm big on
views because that allows my client code to do very specific queries
without having to write new SPs all the time.

--Brian


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

Предыдущее
От: Brian Crowell
Дата:
Сообщение: Re: Preserving the source code of views
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Preserving the source code of views