Re: proposal: possibility to read dumped table's name from file
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Daniel Gustafsson <daniel@yesql.se>, Dean Rasheed <dean.a.rasheed@gmail.com>,
Justin Pryzby <pryzby@telsasoft.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Surafel Temesgen <surafel3000@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Tomas Vondra <tomas.vondra@enterprisedb.com>, vignesh C <vignesh21@gmail.com>
Date: 2021-09-17T12:06:48Z
Lists: pgsql-hackers
Greetings, On Fri, Sep 17, 2021 at 13:59 Pavel Stehule <pavel.stehule@gmail.com> wrote: > > > pá 17. 9. 2021 v 13:56 odesílatel Daniel Gustafsson <daniel@yesql.se> > napsal: > >> > On 17 Sep 2021, at 13:51, Pavel Stehule <pavel.stehule@gmail.com> >> wrote: >> > pá 17. 9. 2021 v 13:42 odesílatel Daniel Gustafsson <daniel@yesql.se >> <mailto:daniel@yesql.se>> napsal: >> >> > I am unable to write a filter statement which can >> > handle this relname: >> > >> > CREATE TABLE "a"" >> > ""b" (a integer); >> > >> > Are you able to craft one for that? >> > >> > I am not able to dump this directly in pg_dump. Is it possible? >> >> Sure, see below: >> >> $ ./bin/psql filter >> psql (15devel) >> Type "help" for help. >> >> > I didn't ask on this > > I asked if you can use -t and some for filtering this name > > ? > For my part, at least, I don’t see that this particularly matters.. for a new feature that’s being developed to allow users to export specific tables, I would think we’d want to support any table names which can exist. Thanks, Stephen
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