Tom Lane schrieb:
Bear in mind that the DELETEs issued by the ON DELETE CASCADE trigger
will be rewritten by this same rule.
There has been debate in the past whether this behavior is a feature or
a bug, but it's unlikely to change soon.
Why postgres does not show this trigger for a better understa
Magnus Hagander schrieb:
This is a known issue on NT4 with the release. I have just submitted a
patch that will fix this. If you need it urgently, you can get new
binaries from http://www.hagander.net/pgsql/nt4bin.zip.
But *BEWARE*. These binaries carry *incorrect version numbers*. If you
install t
Tom Lane schrieb:
That means the statistics collector subprocess didn't start. Check the
postmaster log to find out why not. (In my experience the most common
reason why not is that your DNS configuration is broken to the point
that it won't resolve the name "localhost".)
Thank you for your help.
Kalitech schrieb:
Hello,
These tests are done with the 2 versions of the driver 7.3
Table User description : u_num int4 nextval( …), u_comm varchar(512)
In my table I have one row :
u_num 1
u_comm ‘hello world all is fine.’
Imagine I want