Re: proposal: possibility to read dumped table's name from file - Mailing list pgsql-hackers

From Tom Lane
Subject Re: proposal: possibility to read dumped table's name from file
Date
Msg-id 10253.1590762527@sss.pgh.pa.us
Whole thread Raw
In response to proposal: possibility to read dumped table's name from file  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: possibility to read dumped table's name from file  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> 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).

I guess the question is why.  That seems like an enormously error-prone
approach.  Can't they switch to selecting schemas?  Or excluding the
hopefully-short list of tables they don't want?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: proposal: possibility to read dumped table's name from file
Next
From: Tom Lane
Date:
Subject: Re: pg_dump fail to not dump public schema orders