unsubscribe

From: tobias(dot)boes(at)freenet(dot)de
To: pgsql-admin(at)postgresql(dot)org
Subject: unsubscribe
Date: 2006-10-21 08:36:45
Message-ID: E1GbCLV-0005fW-LD@www5.emo.freenet-rz.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


----- original Nachricht --------

Betreff: Re: [ADMIN] Modifying Makefile
Gesendet: Sa 21 Okt 2006 05:50:59 CEST
Von: "Tom Lane"<tgl(at)sss(dot)pgh(dot)pa(dot)us>

> "Mohamed Yassin Eltabakh" <meltabak(at)cs(dot)purdue(dot)edu> writes:
> > I updated the src/backend/parser/Makefile and added "new.o" to the OBJS
> > list, but when I compile I receive error:
> > ....undefined reference to `PSQLexec'
> > ....undefined reference to `PQntuples'
> > ....undefined reference to `PQclear'
>
> You seem to be trying to use the libpq client from inside the backend.
> This is entirely inappropriate. If you need to run general-purpose SQL
> queries you can use SPI, but code that is doing that probably does not
> belong in /parser. Just about anything that makes sense to do during
> parse analysis should be adequately supported by the system catalog
> cache routines.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

--- original Nachricht Ende ----

"Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken"
http://www.klarmobil.de/index.html?pid=73025

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2006-10-21 09:09:59 Re: Version 7.3.8 Upgrade
Previous Message Tom Lane 2006-10-21 03:47:40 Re: Modifying Makefile