We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f726d1 commit 12ae947Copy full SHA for 12ae947
apps/studio/components/interfaces/Connect/DatabaseSettings.utils.ts
@@ -72,7 +72,7 @@ export const getConnectionStrings = (
72
// Pooler connection strings
73
const poolerPsqlString = isMd5
74
? `psql "postgresql://${poolerUser}:${password}@${poolerHost}:${poolerPort}/${poolerName}?options=reference%3D${projectRef}"`
75
- : `psql -h ${poolerHost} -p ${poolerPort} -d ${poolerName} -U ${poolerUser}.${projectRef}`
+ : `psql -h ${poolerHost} -p ${poolerPort} -d ${poolerName} -U ${poolerUser}`
76
77
const poolerUriString = poolingInfo.connectionString
78
0 commit comments