[GENERAL] Latest /etc/rc.d/init.d/postgresql startup/shutdown script

2006-10-19 Thread Maurice Yarrow
there is an equivalent upgraded init.d/postgresql startup/shutdown script available for the postgres 8.1 tree. Please point me to this, as I could not find it by Googling around a bit, nor did I see it on the postgres.org site. Thanks Maurice Yarrow ---(end of broadcast

[GENERAL] CREATE TABLE initial value for PRIMARY KEY

2006-10-27 Thread Maurice Yarrow
(and then, presumably, deleting this bogus record) ? Maurice Yarrow ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [GENERAL] CREATE TABLE initial value for PRIMARY KEY

2006-10-27 Thread Maurice Yarrow
-+--- 100112 | SomeName 100113 | SomeOtherName (2 rows) Thanks again for the suggestion. Ultimately, for the exact syntaxes I went to Momjian's book: (7.4 Creating Sequences, 7.5 Using Sequences to Number Rows) Maurice Yarrow Richard Broersma Jr wrote: I thought about usi