Re: How to add a new pg oid? - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: How to add a new pg oid?
Date
Msg-id CAKFQuwY+a9RiUNdJ00zyocvt6sJnt7uJ78XrzvWWwX_UF2_a3A@mail.gmail.com
Whole thread Raw
In response to Re: How to add a new pg oid?  (jacktby jacktby <jacktby@gmail.com>)
List pgsql-hackers
On Tue, Sep 5, 2023, 11:17 jacktby jacktby <jacktby@gmail.com> wrote:

> 2023年9月5日 22:29,jacktby jacktby <jacktby@gmail.com> 写道:
>
I’m trying to add a new data type for my pg. How to do that? Can you give me more details or an example

Use create type and let the system deal with it.  Otherwise, no, I don't have that knowledge.

David J.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Unlogged relation copy is not fsync'd
Next
From: Andres Freund
Date:
Subject: Re: Improve heapgetpage() performance, overhead from serializable