You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/10/25 14:50:41 UTC

incubator-griffin git commit: Update deploy-guide.md

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 0f9afce35 -> 253d44a3c


Update deploy-guide.md

Update for psql command -p option explaination.

Author: RichFy <43...@users.noreply.github.com>

Closes #445 from RichFy/master.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/253d44a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/253d44a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/253d44a3

Branch: refs/heads/master
Commit: 253d44a3c6d1f383535717b9c6dd639c6ca521c2
Parents: 0f9afce
Author: RichFy <43...@users.noreply.github.com>
Authored: Thu Oct 25 22:50:35 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Thu Oct 25 22:50:35 2018 +0800

----------------------------------------------------------------------
 griffin-doc/deploy/deploy-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/253d44a3/griffin-doc/deploy/deploy-guide.md
----------------------------------------------------------------------
diff --git a/griffin-doc/deploy/deploy-guide.md b/griffin-doc/deploy/deploy-guide.md
index de5d611..b60b36e 100644
--- a/griffin-doc/deploy/deploy-guide.md
+++ b/griffin-doc/deploy/deploy-guide.md
@@ -50,7 +50,7 @@ createdb -O <username> quartz
 ```
 Init quartz tables in PostgreSQL using [Init_quartz_postgres.sql](../../service/src/main/resources/Init_quartz_postgres.sql)
 ```
-psql -p <password> -h <host address> -U <username> -f Init_quartz_postgres.sql quartz
+psql -p <port> -h <host address> -U <username> -f Init_quartz_postgres.sql quartz
 ```
 
 #### MySQL