> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1/postgresl.md).

# Postgresl

#### Login to a remote Postgresl Database

```
psql -h 10.10.10.10 -U postgres

Default creds: 
postgresl:postgresl

\list : Shows you a list of databases. 
```
