Wiki editor request - Mailing list pgsql-www

From Dave Compton
Subject Wiki editor request
Date
Msg-id CALPP4xZe5+PYnOwE9-ZJLFqya5sEapbLfQkoRborJ3OBpWd+7Q@mail.gmail.com
Whole thread Raw
Responses Re: Wiki editor request
List pgsql-www
I would like editor access to the wiki, my username is sircompo and I would like to modify "Locale data changes".

I believe there's a comma where it shouldn't be;
SELECT indrelid::regclass::text, indexrelid::regclass::text, collname, pg_get_indexdef(indexrelid) 
should be :
SELECT indrelid::regclass::text, indexrelid::regclass::text collname, pg_get_indexdef(indexrelid) 

Regards,
Dave.

pgsql-www by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Community events and badges
Next
From: Dave Compton
Date:
Subject: Re: Wiki editor request