public inbox for [email protected]
help / color / mirror / Atom feedFrom: Anton A. Melnikov <[email protected]>
To: [email protected]
Subject: Wiki editor request
Date: Sat, 3 Feb 2024 21:21:33 +0300
Message-ID: <[email protected]> (raw)
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
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Wiki editor request
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox