Thread: No -d option

No -d option

From
bowen zhao
Date:
Hi!
    When I want to backup data using ‘pg_dump ’ command, I found that there is no -d option
image.png
    
    Looking forward to your reply.
bowen
Attachment

Re: No -d option

From
Junwang Zhao
Date:

On Fri, Jun 16, 2023 at 3:55 PM bowen zhao <zwcbowen@gmail.com> wrote:
Hi!
    When I want to backup data using ‘pg_dump ’ command, I found that there is no -d option
image.png
    
you should add a database name after -d option, like

-d postgres

 
    Looking forward to your reply.
bowen


--
Regards
Junwang Zhao
Attachment

Re: No -d option

From
bowen zhao
Date:
Thank you for your answer. 

Junwang Zhao <zhjwpku@gmail.com> 于2023年6月16日周五 16:13写道:

On Fri, Jun 16, 2023 at 3:55 PM bowen zhao <zwcbowen@gmail.com> wrote:
Hi!
    When I want to backup data using ‘pg_dump ’ command, I found that there is no -d option
image.png
    
you should add a database name after -d option, like

-d postgres

 
    Looking forward to your reply.
bowen


--
Regards
Junwang Zhao
Attachment