How to use PQfn() in libpq library?

From: Bruce YUAN <suanic(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to use PQfn() in libpq library?
Date: 2009-06-19 10:53:47
Message-ID: eca90e1a0906190353k67a74cb8r937faf751d5abb45@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

How to use PQfn() in libpq library?

#include <libpq-fe.h>
PGresult *PQfn(PGconn* conn,
int fnid,
int *result_buf,
int *result_len,
int result_is_int,
const PQArgBlock *args,
int nargs);
Who can share a detailed example source code? Which server functions can be
executed from client?
Many thanks!

Bruce

Responses

Browse pgsql-general by date

  From Date Subject
Next Message leif 2009-06-19 12:35:48 Re: Invalid statement name (null) in line ## - what am I doing wrong ?
Previous Message Albe Laurenz 2009-06-19 10:08:44 Re: Invalid statement name (null) in line ## - what am I doing wrong ?