Re: How to keep format of views source code as entered? - Mailing list pgsql-general

From raf
Subject Re: How to keep format of views source code as entered?
Date
Msg-id 20210108211601.mo6wmxkrzahuoke4@raf.org
Whole thread Raw
In response to RE: How to keep format of views source code as entered?  ("Markhof, Ingolf" <ingolf.markhof@de.verizon.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Finding memory corruption in an extension
Next
From: Stephen Frost
Date:
Subject: Re: Using more than one LDAP?