can I use standard template library in server-side C functions?

From: Zhenchang Xing <xing(at)cs(dot)ualberta(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: can I use standard template library in server-side C functions?
Date: 2004-10-06 17:10:31
Message-ID: Pine.SOL.4.44.0410061103010.11408-100000@stauffer.cs.ualberta.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

The documentation says: User-defined functions can be written in C (or a
language that can be made compatible with C, such as C++). So I suppose it
should be ok to use STL or things like Boost Graph Library in server-side
C functions, right?

thanks
zhenchang

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-10-06 19:42:09 Re: can I use standard template library in server-side C functions?
Previous Message Michel Albert 2004-10-05 19:42:39 Re: Table locks