Thank you! I used that. The segmentation fault came from a later code in my
hook. But that helped.
> On Oct 27, 2021, at 12:47 PM, Peter Geoghegan wrote:
>
> On Wed, Oct 27, 2021 at 12:39 PM Louise Grandjonc
> wrote:
>> I'm creating my first ever extension. The function that I'm trying to writ
On Wed, Oct 27, 2021 at 12:39 PM Louise Grandjonc
wrote:
> I'm creating my first ever extension. The function that I'm trying to write
> takes the schema and name of a table, and adds it in a table with all the
> tables the extension follows.
> In that table I want the schema, name and oid of th
Hi,
I'm creating my first ever extension. The function that I'm trying to write
takes the schema and name of a table, and adds it in a table with all the
tables the extension follows.
In that table I want the schema, name and oid of the table.
I created a C function for that. Here is the code