Re: C functions, arguments, and ssh oh my!

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Joel Dudley <Joel(dot)Dudley(at)DevelopOnline(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: C functions, arguments, and ssh oh my!
Date: 2001-03-27 19:31:28
Message-ID: 20010327113128.F9431@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Joel Dudley <Joel(dot)Dudley(at)DevelopOnline(dot)com> [010327 11:29] wrote:
> Hello All,
> I am writing my first C function for postgres and failing miserably. my C
> function needs to get passed a username (char) , uid(int), and gid(int) and

right, wrong and wrong.

char *, uid_t, gid_t.

--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-27 19:36:44 Re: Two tables for the price of one?
Previous Message Joel Dudley 2001-03-27 19:25:32 C functions, arguments, and ssh oh my!