Re: pgsql: Add 'basebackup_to_shell' contrib module.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: pgsql: Add 'basebackup_to_shell' contrib module.
Date: 2022-03-30 00:48:25
Message-ID: CA+hUKGLUosJyfUBT+DAN8WzTi9eqaD6-rDwnWfvfsa6mfKUcvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Mar 30, 2022 at 11:25 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> Didn't immediate find a reference to a cat equivalent. Maybe just gzip the
> file? That can read from stdin across platforms afaict.

. o O ( gzip | gzip -d )

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-03-30 02:22:54 pgsql: Skip empty transactions for logical replication.
Previous Message Andres Freund 2022-03-29 22:58:19 Re: pgsql: Add function to pump IPC process until string match

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-03-30 00:50:08 Re: pg_stat_reset_single_*_counters vs pg_stat_database.stats_reset
Previous Message Andres Freund 2022-03-30 00:32:33 Re: Temporary tables versus wraparound... again