Skip to content

Commit 638f870

Browse files
authored
Specify database name in psql command
Updated the command to include the database name 'pem' for the psql query.
1 parent 71f71c6 commit 638f870

File tree

1 file changed

+1
-1
lines changed
  • product_docs/docs/pem/10/certificates

1 file changed

+1
-1
lines changed

product_docs/docs/pem/10/certificates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ PGSSLMODE=require
405405

406406
export PGHOST PGPORT PGUSER PGSSLCERT PGSSLKEY PGSSLMODE
407407

408-
<psql_path> -A -t -c "SELECT version()"
408+
<psql_path> -A -t -d pem -c "SELECT version()"
409409
```
410410

411411
Where:

0 commit comments

Comments
 (0)