You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/14 00:48:19 UTC

[GitHub] [pulsar] labuladong commented on a diff in pull request #17601: [improve][doc] improve pulsar I/O document

labuladong commented on code in PR #17601:
URL: https://github.com/apache/pulsar/pull/17601#discussion_r970196267


##########
site2/docs/io-quickstart.md:
##########
@@ -473,18 +460,22 @@ This example uses the PostgreSQL 12 docker image to start a single-node PostgreS
    2020-05-11 20:09:24.533 UTC [1] LOG:  database system is ready to accept connections
    ```
 
-4. Access to PostgreSQL.
+4. Access to PostgreSQL container.
 
    ```bash
    docker exec -it pulsar-postgres /bin/bash
    ```
 
-5. Create a PostgreSQL table _pulsar_postgres_jdbc_sink_.
+5. Login PostgreSQL with default username and password:
 
    ```bash
    psql -U postgres postgres
+   ```
+
+6. Input following commands to create `pulsar_postgres_jdbc_sink` table:

Review Comment:
   Got it, thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org