Re: verify checksums / CREATE DATABASE

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: verify checksums / CREATE DATABASE
Date: 2019-06-05 14:49:51
Message-ID: CABUevEw8c+5nW0mgFBjhbvefzyxFnFL77BrjTZMRQqRQ1pWBHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 5, 2019 at 4:47 PM Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
wrote:

> Dear all,
>
> I cannot find documentation on whether
>
> CREATE DATABASE ... TEMPLATE template_db;
>
> will verify checksums (if enabled) on template_db during
> reading.
>
> I would assume it does not, because very likely the copy
> process happens at the file level. Is that correct ?
>
>
That is correct, it does not verify checksums when copying the template.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2019-06-05 15:00:37 Re: granting right to create and delete just one database
Previous Message Pavan Kumar 2019-06-05 14:48:18 configure multiple repository path in pgbackrest