Wiki editor request - Mailing list pgsql-www

From Anton A. Melnikov
Subject Wiki editor request
Date
Msg-id 3ebe6062-064e-4242-9dc4-5cce5c8ccb41@postgrespro.ru
Whole thread Raw
Responses Re: Wiki editor request  (Joe Conway <mail@joeconway.com>)
List pgsql-www
Hi!

I would like editor access to the wiki, my username is Antonmel
and i would like to modify https://wiki.postgresql.org/wiki/CTEReadme.

Seems there should be:

SELECT d.*
FROM
     department AS d
JOIN
     WT AS sd
     ON d.parent_department = sd.id

instead of:

SELECT d.*
FROM
     WT AS d
JOIN
     subdepartment AS sd
     ON d.parent_department = sd.id



With the best regards,

-- 
Anton A. Melnikov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-www by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: my first name and my name are reverse in the blog list
Next
From: Joe Conway
Date:
Subject: Re: Wiki editor request