Can Functions be written in C++ or only C?

From: "Phillip J(dot) Allen" <paallen(at)attglobal(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Can Functions be written in C++ or only C?
Date: 2001-08-07 12:49:06
Message-ID: 3B6FE3C2.B86D07EA@attglobal.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,

I was reading Bruce Momjian book on PostgreSQL and his chapter on user
created functions stated that functions can be written in SQL, PL/PGSQL,
PL/TCL, PL/Per, and C. But I have been studying C++ for linux. So can
I create a dynamically linked object file in C++ and reference it in a
function?

Thanks,

Phillip J. Allen
Consulting Geochemist/Geologist
Lima Peru
e-mail: paallen(at)attglobal(dot)net

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Einar Karttunen 2001-08-07 12:59:36 Re: Can Functions be written in C++ or only C?
Previous Message Sundararajan 2001-08-07 05:18:20 help on delete trigger.