Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Baji Shaik <baji(dot)pgdev(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility
Date: 2026-06-17 15:27:35
Message-ID: ajK85yBHh_RK7x4T@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[RMT hat]

On Mon, May 11, 2026 at 05:21:57PM -0500, Baji Shaik wrote:
> Commit 45762084 [1] forced standard_conforming_strings to always be ON in
> PostgreSQL 19. The release notes mention this change, but neither the
> pg_dump/pg_restore reference pages nor the migration section note the
> implications for restoring older dump files.

There's an open item for this with Tom listed as the owner. Tom, have you
had a chance to take a look at this?

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ZizhuanLiu X-MAN 2026-06-17 15:28:02 Re: Improving psql autocompletion for SET LOCAL / SET SESSION
Previous Message Tom Lane 2026-06-17 15:05:30 Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython}