This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch PG13
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/PG13 by this push:
     new 0b1dbe54 docs: Add to Docker setup (#1204) (#1291)
0b1dbe54 is described below

commit 0b1dbe54707d8aded3117f0eef21d58637d5608f
Author: Marco Aurélio Silva de Souza Júnior 
<[email protected]>
AuthorDate: Fri Oct 27 16:28:00 2023 -0300

    docs: Add to Docker setup (#1204) (#1291)
    
    - 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 26fc400f..698d22b1 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,12 @@ docker run \
     apache/age
 ```
 
+<h5> Enter PostgreSQL's psql: </h5>
+
+```bash
+docker exec -it age psql -d postgresDB -U postgresUser
+```
+
 <h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>
 
 For every connection of AGE you start, you will need to load the AGE extension.

Reply via email to