Ruslan A Dautkhanov writes:
> Is this mean, that PostgreSQL not C++-ready for compiling server-side
> functions, doesn't it?
PostgreSQL is written in C and does not claim to be compilable by a C++
compiler. That includes the header files.
> Is any methods exists for compiling procedure in
> C++ (namespace modifications etc)?? Thanks for your help.
Make a small wrapper that you compile with a C compiler and put the actual
C++ implementation into a separate file. Maybe you could make a complete
C++ language handler out of that.
--
Peter Eisentraut peter_e@gmx.net