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.

10 lines
310 B

  1. These options must be set as follows in postgresql.conf:
  2. stats_command_string = on
  3. We need this statement because we use an utility to see what is going
  4. on that uses this commandstring.
  5. default_with_oids = on
  6. If you want to work with recordsets (especially for updating
  7. through recordsets you need oids.)