You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2023/01/11 09:35:27 UTC

[GitHub] [age-viewer] sarthak-19 commented on pull request #103: Update instruction to get into postgres shell from inside docker.

sarthak-19 commented on PR #103:
URL: https://github.com/apache/age-viewer/pull/103#issuecomment-1378472253

   Hi @AhmarZaidi thanks for correcting it, I have one more suggestion to add, we can get into postgreSQL shell from outside docker also using command `` psql -U postgresUser -d postgresDB -p 5455 -h localhost `` then a prompt will appear to type password, here we can give ``postgresPW`` to get into shell


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org