Re: proposal: possibility to read dumped table's name from file
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2020-05-29T18:25:15Z
Lists: pgsql-hackers
On Fri, May 29, 2020 at 04:21:00PM +0200, Pavel Stehule wrote: > one my customer has to specify dumped tables name by name. After years and > increasing database size and table numbers he has problem with too short > command line. He need to read the list of tables from file (or from stdin). +1 - we would use this. We put a regex (actually a pg_dump pattern) of tables to skip (timeseries partitions which are older than a few days and which are also dumped once not expected to change, and typically not redumped). We're nowhere near the execve() limit, but it'd be nice if the command was primarily a list of options and not a long regex. Please also support reading from file for --exclude-table=pattern. I'm drawing a parallel between this and rsync --include/--exclude and --filter. We'd be implementing a new --filter, which might have similar syntax to rsync (which I always forget). -- Justin
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix array subscript warnings
- 17935e1fdf0a 17.0 landed
-
Read include/exclude commands for dump/restore from file
- a5cf808be55b 17.0 landed
-
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
- 8f8154a503c7 14.0 cited