Re: Avoid too prominent use of "backup" on pg_dump man page
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2024-05-30T06:21:16Z
Lists: pgsql-docs
> On 30 May 2024, at 01:11, Peter Eisentraut <peter@eisentraut.org> wrote: > Suggestions for word-smithing welcome. No objections to using export over backup, but it does make the use of "restore" feel awkward as that's generally an operation on a backup and not an export. - least one schema/table in the backup file. + least one schema/table in the file to be restored. Would it make sense to use "import" in some cases instead? -- Daniel Gustafsson
Commits
-
doc: Avoid too prominent use of "backup" on pg_dump man page
- 4f29394ea941 18.0 landed