Tom Lane wrote:
>
> I'm still wondering if you are actually invoking a 7.3 server, and not
> an old pre-7.1 one. 'psql -c "select version()"' would tell the tale.
[postgres@localhost work]$ psql JC -c "select version()"
version
--------------------------------------------------------------
PostgreSQL 7.3rc2 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)
> Barring that, try adding some debug printouts to
> expand_dynamic_library_name() in src/backend/utils/fmgr/dfmgr.c
> to see what file names it's actually trying (or just step through it
> with a debugger).
I'll try but that's a bit over my head ... I don't know much C or shell
programming.
Jc
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
- [BUGS] createdb script bug in 7.3RC2? Jean-Christian Imbeault
- Re: [BUGS] createdb script bug in 7.3RC2? Tom Lane
- Re: [BUGS] createdb script bug in 7.3RC2? Jean-Christian Imbeault
- Re: [BUGS] createdb script bug in 7.3... Tom Lane
- Re: [BUGS] createdb script bug in... Jean-Christian Imbeault
- Re: [BUGS] createdb script bug in... Jean-Christian Imbeault
- Re: [BUGS] createdb script b... Tom Lane
- Re: [BUGS] createdb scri... Tom Lane
- Re: [BUGS] createdb script bug in... Jean-Christian Imbeault
- Re: [BUGS] createdb script bug in 7.3RC2? Peter Eisentraut