[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 4/4] Make it easier to spot if psql fails



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 setup/README |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/setup/README b/setup/README
index 9d5103c..b3a08fb 100644
--- a/setup/README
+++ b/setup/README
@@ -41,8 +41,9 @@ Create the additional roles:
 Create an empty database with SQL_ASCII encoding:
 # createdb -T template0 -E SQL_ASCII -O dak projectb
 
-Import the schema:
-# psql -f current_schema.sql -d projectb
+Import the schema.  We redirect STDOUT to /dev/null as otherwise it's
+impossible to see if something fails.
+# psql -1 -f current_schema.sql -d projectb >/dev/null
 
 Set up some core data in projectb to get started (read the init_vars file if
 you wish to customise various aspects):
-- 
1.7.2.5


Reply to: