Re: [PATCHES] AIX FAQ

2006-04-13 Thread Bruce Momjian
Patch applied. Thanks. Backpatched to 8.1.X. --- Chris Browne wrote: > Some of this may have already made it in; it's not totally clear... > > At any rate, here's a revision to CVS HEAD to reflect some changes by > mysel

Re: [PATCHES] [HACKERS] please actualize FAQ, broken urls

2006-04-13 Thread Bruce Momjian
I updated the tutorial list to be a bulleted list, and added the new URL you mentioned below. --- Robert Treat wrote: > On Friday 07 April 2006 16:10, Pavel Stehule wrote: > > Hello > > > > 1.11) How can I learn SQL? > > ...

[PATCHES] pg_ctl options checking

2006-04-13 Thread Simon Riggs
pg_ctl: Minor patch to implement option checking to prevent silently ignoring options and continuing with defaults. All of the following now cause errors: pg_ctl -D test -m logfile start pg_ctl -D test -U foo start pg_ctl -D test -W start pg_ctl -D test -w stop pg_ctl -D test -l fast stop etc.. (