Error: could not find function

From: dawizz <wwwillem(at)zonnet(dot)nl>
To: pgsql-novice(at)postgresql(dot)org
Subject: Error: could not find function
Date: 2005-11-13 09:49:16
Message-ID: 200511131049.16621.wwwillem@zonnet.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear All,

Pfff... found my stupid error!!!! :-)
And because of the fact that this is the 'novice' list and I realy did not
find the answer on the inet, here it is... so we all can have a bit fun about
my error....

What I was overlooking was the pre-processing from c++ instead of c,
but I was thinking in the wrong direction e.q. I thought it had to do
with the syntax in my code-file, the answer from the man pages:

the actual file extension 'c'
tells the compiler/linker to compile from actual c-code instead of c++.

For any given input file, the file name suffix determines what kind of
compilation is done:

file.c
C source code which must be preprocessed.

And YES, I had a filename extension .cpp!!!!!!!!!!! Whoehaa!!

Thanks ALL for helping me out.

Greetz, dawizz.

Browse pgsql-novice by date

  From Date Subject
Next Message stig erikson 2005-11-13 10:30:33 formating a select from a timestamp column
Previous Message Andreas Kretschmer 2005-11-13 07:51:19 Re: connecting to linux server from windows xp