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/