Re: [GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-21 Thread Martijn van Oosterhout
On Fri, Oct 21, 2005 at 11:41:15AM +0200, Janning Vygen wrote: > I really would like to start it! Two reasons for me not to do it: I don't > speak english very well, technical writing is even worse as my native > language is german. Second: i have experience with postgresql for 5 years, > but i

Re: [GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-21 Thread Janning Vygen
Am Donnerstag, 20. Oktober 2005 19:59 schrieb David Fetter: > On Thu, Oct 20, 2005 at 06:04:53PM +0200, Janning Vygen wrote: > > By the way: What i really miss is a troubleshooting document in the > > docs. > > > That's a great idea. Please post a doc patch with some of the > > > troubleshooting

Re: [GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-20 Thread David Fetter
On Thu, Oct 20, 2005 at 06:04:53PM +0200, Janning Vygen wrote: > By the way: What i really miss is a troubleshooting document in the > docs. I run postgresql for over 4 years now and i have come across > many situations where i really would need something like this. You > can find most solutions b

Re: [GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-20 Thread Janning Vygen
Am Donnerstag, 20. Oktober 2005 16:04 schrieb Tom Lane: > Janning Vygen <[EMAIL PROTECTED]> writes: > > it says: > > $ export PGOPTIONS="-P" > > $ psql broken_db > > > > It should be: > > $ export PGOPTIONS="-P" > > $ postgres broken_db > > No, it's correct as it stands. You us

Re: [GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-20 Thread Tom Lane
Janning Vygen <[EMAIL PROTECTED]> writes: > At > http://www.postgresql.org/docs/8.0/static/sql-reindex.html > it says: > Rebuild all system indexes in a particular database, > without trusting them to be valid already: > $ export PGOPTIONS="-P" > $ psql broken_db > It

[GENERAL] doc typo sql-reindex.html psql vs. postgres

2005-10-20 Thread Janning Vygen
At http://www.postgresql.org/docs/8.0/static/sql-reindex.html it says: Rebuild all system indexes in a particular database, without trusting them to be valid already: $ export PGOPTIONS="-P" $ psql broken_db It should be: Rebuild all system indexes in a particu