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

From: raf <raf(at)raf(dot)org>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How to keep format of views source code as entered?
Date: 2021-01-08 21:16:01
Message-ID: 20210108211601.mo6wmxkrzahuoke4@raf.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 08, 2021 at 08:38:29AM +0000, "Markhof, Ingolf" <ingolf(dot)markhof(at)de(dot)verizon(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2021-01-08 21:59:26 Re: Using more than one LDAP?
Previous Message Tom Lane 2021-01-08 18:28:45 Re: Finding memory corruption in an extension