Re: Non-text mode for pg_dumpall - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Non-text mode for pg_dumpall
Date
Msg-id 202501110844.5ztsym4vbflm@alvherre.pgsql
Whole thread Raw
In response to Non-text mode for pg_dumpall  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Non-text mode for pg_dumpall
List pgsql-hackers
Hmm, this patch adds a function connectDatabase() to pg_restore, but a
function that's almost identical already exists in pg_dumpall.  I
suggest they should be unified.  Maybe create a new file for connection
management routines? (since this clearly doesn't fit common.c nor
dumputils.c).

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"In Europe they call me Niklaus Wirth; in the US they call me Nickel's worth.
 That's because in Europe they call me by name, and in the US by value!"



pgsql-hackers by date:

Previous
From: Mahendra Singh Thalor
Date:
Subject: Re: Non-text mode for pg_dumpall
Next
From: Junwang Zhao
Date:
Subject: Re: Some ExecSeqScan optimizations