Tardiba - The Tasmanian Devil Database Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
310 B

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