Обсуждение: Wiki editor request

Поиск
Список
Период
Сортировка

Wiki editor request

От
"Anton A. Melnikov"
Дата:
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



Re: Wiki editor request

От
Joe Conway
Дата:
On 2/3/24 19:21, Anton A. Melnikov wrote:
> I would like editor access to the wiki

Done

-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com




Re: Wiki editor request

От
"Anton A. Melnikov"
Дата:
Hi!

On 04.02.2024 20:48, Joe Conway wrote:
> On 2/3/24 19:21, Anton A. Melnikov wrote:
>> I would like editor access to the wiki
> 
> Done
> 

Thanks a lot!

With the best wishes,

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