فهرست منبع

Add how-to connect postgre SQL database in CLI

DricomDragon 4 سال پیش
والد
کامیت
ab30e50a98
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      Guides/postgres.md

+ 8 - 0
Guides/postgres.md

@@ -2,6 +2,14 @@
 
 
 Tips for using Postgres SQL.
 Tips for using Postgres SQL.
 
 
+## Use a database in a commandline
+
+```
+sudo service postgresql start ;
+sudo -u postgres psql <db name> ;
+sudo update-rc.d postgresql disable
+```
+
 ## Backup
 ## Backup
 
 
 Create backup profile :
 Create backup profile :