From 5e4cf19d34f5a44970a70101e834e43ba4871d77 Mon Sep 17 00:00:00 2001 From: Marco A S Date: Wed, 25 Oct 2023 10:35:58 -0300 Subject: [PATCH] docs: Add to Docker setup (#1204) - add command to enter psql interface from command line. (cherry picked from commit 25660e50d7fec058993e65bad46481392789ec79) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 26fc400f8..698d22b1e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,12 @@ docker run \ apache/age ``` +
Enter PostgreSQL's psql:
+ +```bash +docker exec -it age psql -d postgresDB -U postgresUser +``` +

  Post Installation

For every connection of AGE you start, you will need to load the AGE extension.