Re: [SQL] shmget fails for min buffers of postmaster also on solaris 7 .....

2000-09-18 Thread Thomas Mack
0 set semsys:seminfo_semmnu=500 set semsys:seminfo_semume=100 set semsys:seminfo_semmni=200 Thomas Mack TU Braunschweig, Abt. Informationssysteme

Re: [SQL] transactions within stored procedures

2000-07-14 Thread Thomas Mack
ng program has to react on errors, as it should do in other situations as well. For example, select * from xyz fails with an error, when table xyz does not exist. If you have this statement inside of a transaction, you would normally react on the error (commit / rollback). Thomas Ma

Re: [SQL] postmaster: init.d/start

2000-06-13 Thread Thomas Mack
your /etc/inittab, if you like to have this behaviour. Actually, you will find (almost?) all scripts from /sbin/init.d/rc2.d doubled in /sbin/init.d/rc3.d for the reason, that runlevel 3 does NOT start the scripts for runlevel 2. Thomas Mack TU Braunschweig, Abt. Informationssysteme