Browse Source

* added some config options for postgresql 8

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@26 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Nagy Karoly Gabriel 18 years ago
parent
commit
4924ec5329
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      doc/tardiba.config.txt

+ 11
- 0
doc/tardiba.config.txt

@ -0,0 +1,11 @@
These options must be set as follows in postgresql.conf:
stats_command_string = on
We need this statement because we use an utility to see what is going
on that uses this commandstring.
default_with_oids = on
If you want to work with recordsets (especially for updating
through recordsets you need oids.)

Loading…
Cancel
Save