我可以psql像这样调用:
psql
psql postgres://...
如何使用pg_dump格式的连接字符串postgres://...? 比将URI分为主机,帖子,用户名和密码更方便.
pg_dump
postgres://...
有这个语法吗?
postgresql connection-string
connection-string ×1
postgresql ×1