Re: proposal: possibility to read dumped table's name from file
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Dean Rasheed <dean.a.rasheed@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>,
Pavel Stehule <pavel.stehule@gmail.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:09:32Z
Lists: pgsql-hackers
Greetings, On Fri, Sep 17, 2021 at 14:07 Daniel Gustafsson <daniel@yesql.se> wrote: > > On 17 Sep 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 > <mailto:daniel@yesql.se>> napsal: > > > On 17 Sep 2021, at 13:51, Pavel Stehule <pavel.stehule@gmail.com > <mailto:pavel.stehule@gmail.com>> wrote: > > > pá 17. 9. 2021 v 13:42 odesílatel Daniel Gustafsson <daniel@yesql.se > <mailto:daniel@yesql.se> <mailto: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? > > I didn't try as I don't see how that's relevant? Surely we're not > limiting the > capabilities of a filtering file format based on the quoting semantics of a > shell? Yeah, agreed. I would think that a DBA might specifically want to be able to use a config file to get away from having to deal with shell quoting, in fact… 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