[ad_1]
I am new on programming C functions for PostgreSQL. I know there is a manual of C-language functions for PostgreSQL here.
But there are many important topics that were not specified. For instance: how to call a CREATE TABLE
command from C functions? Or how to execute a SELECT
statement?
I would like to know a detailed manual describing the functions and their parameters for this kind of programming.
Thanks in advance!
[ad_2]