Re: pg_dump/restore --no-tableam
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@postgresql.org
Date: 2022-01-10T02:48:12Z
Lists: pgsql-hackers
Hi, On 2022-01-03 15:44:24 -0600, Justin Pryzby wrote: > @cfbot: rebased > From 69ae2ed5d00a97d351e1f6c45a9e406f33032898 Mon Sep 17 00:00:00 2001 > From: Justin Pryzby <pryzbyj@telsasoft.com> > Date: Sun, 7 Mar 2021 19:35:37 -0600 > Subject: [PATCH] Add pg_dump/restore --no-table-am.. > > This was for some reason omitted from 3b925e905. Seems the docs changes aren't quite right? https://cirrus-ci.com/task/5864769860141056?logs=docs_build#L344 [02:43:01.356] ref/pg_dump.sgml:1162: parser error : Opening and ending tag mismatch: varlistentry line 934 and variablelist [02:43:01.356] </variablelist> [02:43:01.356] ^ .... > + <varlistentry> > + <varlistentry> Yup... Greetings, Andres Freund
Commits
-
Fix typo in pg_dumpall.c
- ca86a63d207a 15.0 landed
-
Add support for --no-table-access-method in pg_{dump,dumpall,restore}
- 2158628864cf 15.0 landed