【问题标题】:What does `-Fp` mean for pg_dump option?`-Fp` 对 pg_dump 选项意味着什么?
【发布时间】:2019-05-09 03:17:03
【问题描述】:

当我查找 Moving a database with pg_dump and psql -U postgres db_name < ... results in "ERROR: relation "table_name" does not exist" 并从 @John P 的答案中找到 -Fp 选项时

我已经查找文档https://www.postgresql.org/docs/9.6/app-pgdump.html 但我找不到关于-Fp 的任何描述

那么-Fp 是什么意思?有什么说明吗?

【问题讨论】:

    标签: postgresql pgadmin


    【解决方案1】:

    意思是--format=plain:

    -F 格式 --format=格式

    Selects the format of the output. format can be one of the following:
    
    p
    plain
    
        Output a plain-text SQL script file (the default).
    

    【讨论】:

      猜你喜欢
      • 2015-09-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-28
      • 2020-10-12
      • 2011-06-11
      • 2010-10-02
      • 2013-01-16
      相关资源
      最近更新 更多