Re: New "function tables" in V13 documentation

2020-11-08 Thread Adrian Klaver
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

New "function tables" in V13 documentation

2020-11-08 Thread Thomas Kellerer
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

Re: Different bitness

2020-11-08 Thread Igor Korot
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$

Re: Foreign Data Wrapper Handler

2020-11-08 Thread Adrian Klaver
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

Re: Different bitness

2020-11-08 Thread Tom Lane
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

Different bitness

2020-11-08 Thread Igor Korot
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

Re: Building for 64-bit platform

2020-11-08 Thread Igor Korot
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

Re: Foreign Data Wrapper Handler

2020-11-08 Thread Susan Hurst
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

Re: Not able to set pgaudit.log with pgaudit 1.3.2 in PostgreSQL 11.9

2020-11-08 Thread Dhinakaran R
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.