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

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


The following commit(s) were added to refs/heads/PG14 by this push:
     new 4abf6eb6 docs: Add to Docker setup (#1204) (#1292)
4abf6eb6 is described below

commit 4abf6eb63b8986ba364b0c40220e867dcf2662ad
Author: Marco Aurélio Silva de Souza Júnior 
<[email protected]>
AuthorDate: Fri Oct 27 16:27:40 2023 -0300

    docs: Add to Docker setup (#1204) (#1292)
    
    - 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 78f59291..66bc44d9 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,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>

Reply via email to