execute sql commands in core

From: black light <blacklight1600(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: execute sql commands in core
Date: 2010-01-05 05:56:48
Message-ID: 41385acd1001042156y7d03d237oe9696d5d630bbf09@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I want to add some hard-wired extra authentication codes in my PG. The only
problem is how to access tables to get/change information from core
(auth.c)?
I have changed the SPI functions to use them but it was not effective (lots
of different errors!)
In fact, i want to add a table to system catalog and SELECT/UPDATE it from
auth.c.

Thanks - B. L.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2010-01-05 06:55:38 New XLOG record indicating WAL-skipping
Previous Message Fujii Masao 2010-01-05 05:32:58 Re: Backup history file should be replicated in Streaming Replication?