From 4e2be7fe0402cf28b86fd667f63d697429a4fd5d Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Tue, 21 Nov 2006 22:46:25 +0000 Subject: [PATCH] * added an doc/issues.txt file git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@27 471cc25b-571d-0410-8e29-1f4f9b506cef --- doc/issues.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/issues.txt diff --git a/doc/issues.txt b/doc/issues.txt new file mode 100644 index 0000000..492437b --- /dev/null +++ b/doc/issues.txt @@ -0,0 +1,19 @@ +1. If we stick with the separate data partition which + i think is quite ok, we should be nice enough to create + a symlinc between the place where postgresql expects + to find its files (/var/opt/postgresql/data) and the actual + /data partition. +2. We should try to initialize the db cluster after install + issuing an `initdb -D /var/opt/postgresql/data` command + with user postgres. Since we have some env variables maybe + the `-D blah blah blah` is redundant, but it cannot hurt to be safe + +3. We might want to add a `-i -o -e` ending to the line that + starts the postgresql daemon meaning `i want inet connections + and please use european date formats`. Although PG guys advise + to use the new way to tel pg that (postmaster.opts or so), I + stick with the old way if possible. Anyway the `-o -e` must go + to the run line. + + + \ No newline at end of file