Hi Brad
Thank you for pointing this out, my bad I was looking at the wrong version
readme file. It's working after removing misc_set.
On Sun, 8 Nov 2020 at 01:38, Brad Nicholson wrote:
> Dhinakaran R wrote on 2020/11/07 02:03:22
> PM:
>
>
> > > I had installed PostgreSQL 11.9 and pgaudit 1.3.
The first pass thru https://www.postgresql.org/docs/12/fdwhandler.html
does not tell me what I think I need to know, but I will digest this
more thoroughly. Maybe I need to understand more of the lingo re:
foreign data wrappers. I do understand that all fdw names must be unique
within a databas
Thx.
On Sun, Nov 8, 2020 at 12:15 AM Tom Lane wrote:
>
> Igor Korot writes:
> > I build libpq with the standard configure/dmake.
> > Now I realize I need t build it for a 64-bit platform.
>
> > My questions are:
> > Is it enough to ust do
>
> Do "make distclean" at the top level, then re-configu
Hi, ALL,
[code]
CC -m64 -std=c++11 -o
dist/Debug/OracleDeveloperStudio-Solaris-x86/liblibpostgres.so
build/Debug/OracleDeveloperStudio-Solaris-x86/database_postgres.o
-L../postgresql/src/interfaces/libpq -lpq -m64 -std=c++11 -G -KPIC
-norunpath -h liblibpostgres.so
ld: fatal: file ../postgresql
Igor Korot writes:
> ld: fatal: file ../postgresql/src/interfaces/libpq/libpq.so: wrong ELF
> class: ELFCLASS32
That path doesn't seem to quite agree with this one:
> igor@solaris:~/dbhandlerSol/libpq/src/interfaces/libpq$ file libpq.so
regards, tom lane
On 11/8/20 11:09 AM, Susan Hurst wrote:
The first pass thru https://www.postgresql.org/docs/12/fdwhandler.html
does not tell me what I think I need to know, but I will digest this
more thoroughly. Maybe I need to understand more of the lingo re:
foreign data wrappers. I do understand that all f
Thx, Tom.
On Sun, Nov 8, 2020 at 2:21 PM Tom Lane wrote:
>
> Igor Korot writes:
> > ld: fatal: file ../postgresql/src/interfaces/libpq/libpq.so: wrong ELF
> > class: ELFCLASS32
>
> That path doesn't seem to quite agree with this one:
>
> > igor@solaris:~/dbhandlerSol/libpq/src/interfaces/libpq$
In case someone is interested: there is a little discussion going on on Reddit
whether the new format of presenting functions in V13 is a step backwards:
https://www.reddit.com/r/PostgreSQL/comments/jpi0rp/does_anyone_else_feel_like_the_v13_docs_are_a/
Thomas
On 11/8/20 1:57 PM, Thomas Kellerer wrote:
In case someone is interested: there is a little discussion going on on
Reddit whether the new format of presenting functions in V13 is a step
backwards:
https://www.reddit.com/r/PostgreSQL/comments/jpi0rp/does_anyone_else_feel_like_the_v13_docs_a