can I use standard template library in server-side C functions? - Mailing list pgsql-novice

From Zhenchang Xing
Subject can I use standard template library in server-side C functions?
Date
Msg-id Pine.SOL.4.44.0410061103010.11408-100000@stauffer.cs.ualberta.ca
Whole thread Raw
Responses Re: can I use standard template library in server-side C functions?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-novice by date:

Previous
From: Andreas
Date:
Subject: Re: Table locks
Next
From: Tom Lane
Date:
Subject: Re: can I use standard template library in server-side C functions?