Re: Inquiries about PostgreSQL's system catalog development——from a student developer of Nanjing University

From: Japin Li <japinli(at)hotmail(dot)com>
To: 杨逸存 <1057206466(at)qq(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Inquiries about PostgreSQL's system catalog development——from a student developer of Nanjing University
Date: 2021-03-07 05:31:54
Message-ID: MEYP282MB1669D34E3288412CC8DA46BEB6949@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sat, 06 Mar 2021 at 17:01, 杨逸存 <1057206466(at)qq(dot)com> wrote:
> Dear hacker:
> &nbsp; &nbsp; I am a Nanjing University student, Yang. I have forked a newly version of PostgreSQL source code to develop for my own use. Her is my question: I am trying to add a new system catalog to the system backend, how can I reach it? Is there any code or interface demonstration to show me?
> &nbsp; &nbsp; I am looking forward to your prompt reply. Heartfelt thanks.

Here is a document on how to create a new system catalog for PostgreSQL 11.

https://blog.japinli.top/2019/08/postgresql-new-catalog/

--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2021-03-07 06:19:03 Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW
Previous Message Zhihong Yu 2021-03-07 04:49:58 Re: Parallel INSERT (INTO ... SELECT ...)