Skip to content

Password with Special Character #90

Answered by fbrendel
LalunaFish asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Steve,

I'm not a Tcl expert. I simply wanted to use a more or less secure password.

The good news is that I got it to work.
I simply changed the connection string in the lines 1313 and 1320 from a list to an URI.
pg_connect -conninfo "postgresql://$user:$password@$host:$port/$dbname"
Then I used the URL encoded $ sign (%24) in the password (e.g. change pass$word to pass%24word).

Regards,
Frank

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by abondvt89
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #90 on December 16, 2020 18:12.