Re: UUID generation problem - Mailing list pgsql-general

From Paul Förster
Subject Re: UUID generation problem
Date
Msg-id 631C38D6-2ABA-4142-A05F-32001CD25B3E@gmail.com
Whole thread Raw
In response to Re: UUID generation problem  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi Adrian,

> On 05. Oct, 2020, at 19:20, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
> Actually it does:
>
> From the prompt I'm guessing you are logging in as 'postgres' user. In that case "$user" will become postgres and you
willget: 
>
> postgres=# select current_schemas(false);
>  current_schemas
> -------------------
> {postgres,public}
>
> The current_schemas(true) case will include implicit schemas that are 'always'(as I'm sure that someone will come up
withthe exception) there. 

yes, I am. And I know about the false case. It did it just out of curiosity, not to cause confusion here, sorry.

Cheers,
Paul


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: UUID generation problem
Next
From: Adrian Klaver
Date:
Subject: Re: UUID generation problem