Re: How to keep format of views source code as entered?

Поиск
Список
Период
Сортировка
От raf
Тема Re: How to keep format of views source code as entered?
Дата
Msg-id 20210108211601.mo6wmxkrzahuoke4@raf.org
обсуждение исходный текст
Ответ на RE: How to keep format of views source code as entered?  ("Markhof, Ingolf" <ingolf.markhof@de.verizon.com>)
Список pgsql-general
On Fri, Jan 08, 2021 at 08:38:29AM +0000, "Markhof, Ingolf" <ingolf.markhof@de.verizon.com> wrote:

> Thanks for your comments and thoughts.
> [...]
> And you could not even store your source code on the UNIX
> system. Instead, you'd be forced to do so in a separate system, like
> GitHub. Stupid, isn't it? Right.
> [...] 
> Regards,
> Ingolf

I don't think your conclusions are correct. There is
nothing that can stop you from "storing your source
code on the UNIX system". You don't have to use github.
But even if you do you github, you would first need to
store your source code on a file system, so that a
local git repository could see it, and push it to
github. You don't even have to use git if you really
don't want to.

cheers,
raf




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Finding memory corruption in an extension
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Using more than one LDAP?