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.)
|