mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Like with pg_basebackup and pg_receivexlog, it's a bit strange to call the option -d/--dbname, when in fact you cannot pass a database name in it. Original patch by Amit Kapila, heavily modified by me.