Hello list.
I have difficulties starting the postmaster automatically at boot time
(everything I tried is done by 'root').
Can someone give me an example for LINUX (SUSE 8).
Many thanks.
Henk Sanders
---(end of broadcast)---
TIP 8: explain an
Hello list.
We are migrating from Informix to PSQL.
In Informix we used to do:
- BEGIN WORK
- INSERT ROW
- IF FAILED THEN UPDATE ROW
- COMMIT WORK
In PSQL this does not seem to work because after the first error (the
insert)
everything is omitted.
Has someone found a solution for this (w