git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@26 471cc25b-571d-0410-8e29-1f4f9b506cef
@ -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.)