Re: The option was not described: connection-option
От | Eugen Konkov |
---|---|
Тема | Re: The option was not described: connection-option |
Дата | |
Msg-id | CAAwmOLxqOTTLrr2kHcKHjyEyAnMuubpV7ah8nd3z9z5FL2xPcg@mail.gmail.com обсуждение исходный текст |
Ответ на | The option was not described: connection-option (PG Doc comments form <noreply@postgresql.org>) |
Ответы |
Re: The option was not described: connection-option
|
Список | pgsql-docs |
Also I have issue with this command:
pg_dump -d 'postgresql://postgres@host.internal?sslmode=require' --create --clean --if-exists mydb
pg_dump: error: too many command-line arguments (first is "userdb")
pg_dump: hint: Try "pg_dump --help" for more information.
pg_dump: error: too many command-line arguments (first is "userdb")
pg_dump: hint: Try "pg_dump --help" for more information.
I want to connect to 'postgres' database and dump 'mydb', because database was turned to readonly mode and does not accept connections:
pg_dump -d 'postgresql://postgres@host.internal/userdb?sslmode=require' --create --clean --if-exists
pg_dump: error: connection to server at "host.internal" (172.31.x.x), port 5432 failed: FATAL: database "mydb" is not currently accepting connections
pg_dump: error: connection to server at "host.internal" (172.31.x.x), port 5432 failed: FATAL: database "mydb" is not currently accepting connections
Please note, this is not the question and I am not looking for help. Here I want to share my use case which is not covered in doc. Eg `-d XXX` option with `dbname` parameter.
On Thu, Sep 19, 2024 at 12:47 PM PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/app-pgdump.html
Description:
Hi.
The option `connection-option` is mentioned but is not described.
Please describe it.
Thanks.
В списке pgsql-docs по дате отправления: