Re: Where to execute the compiled psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "John" <xiaoqianjiang(at)hotmail(dot)com>
Subject: Re: Where to execute the compiled psql
Date: 2006-02-03 06:26:24
Message-ID: 200602030726.25118.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

John wrote:
> I am writing some plugin for pq. After running ./configure and make,
> shall I just go to /src/bin/psql to execute my executable psql -U
> (usrname) dbname? It seems that my updates in the file parse_expr.c
> is not reflect in this executable?

Evidently you're not (only) writing a plugin but changing the source
code. In that case, follow the normal installation instructions.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tino Wildenhain 2006-02-03 07:09:10 Re: Passing arguments to views
Previous Message Tom Lane 2006-02-03 05:01:15 Re: Persistent error

Browse pgsql-patches by date

  From Date Subject
Next Message Tino Wildenhain 2006-02-03 07:16:46 Re: Multiple logical databases
Previous Message Bruce Momjian 2006-02-03 05:58:02 Re: [BUGS] BUG #2171: Differences compiling plpgsql in ecpg and psql