diff --git a/doc/tardiba.config.txt b/doc/tardiba.config.txt new file mode 100644 index 0000000..4cab598 --- /dev/null +++ b/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.) \ No newline at end of file