Re: Windows default locale vs initdb

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows default locale vs initdb
Date: 2021-04-19 14:26:46
Message-ID: CA+OCxow6QamraRTUvqnmRv6smxqDuahRSaVtg_3YmDdXZf-XSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 19, 2021 at 11:52 AM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

>
> My understanding from Microsoft staff at conferences is that Azure's
> PostgreSQL SAS runs on linux, not WIndows.
>

This is from a regular Azure Database for PostgreSQL single server:

postgres=> select version();
version
------------------------------------------------------------
PostgreSQL 11.6, compiled by Visual C++ build 1800, 64-bit
(1 row)

And this is from the new Flexible Server preview:

postgres=> select version();
version

-----------------------------------------------------------------------------------------------------------------
PostgreSQL 12.6 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu
5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609, 64-bit
(1 row)

So I guess it's a case of "it depends".

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-04-19 14:34:00 Re: Commit 86dc90056 - Rework planning and execution of UPDATE and DELETE
Previous Message Andrew Dunstan 2021-04-19 13:54:47 Re: multi-install PostgresNode fails with older postgres versions