Re: Getting data from a record variable dynamically

2022-07-04 Thread David G. Johnston
On Mon, Jul 4, 2022 at 4:03 PM Rhys A.D. Stewart wrote: > > I have a trigger that is attached to several different tables. In the > trigger function I retrieve a single row and I want the info from a > specific column. This column is dependent on the table in question. > > The only workaround I c

Getting data from a record variable dynamically

2022-07-04 Thread Rhys A.D. Stewart
Greetings All, I have a trigger that is attached to several different tables. In the trigger function I retrieve a single row and I want the info from a specific column. This column is dependent on the table in question. and I have the column name stored in a variable as well. Without writing a co

Re: AIX and EAGAIN on open()

2022-07-04 Thread Christoph Berg
Re: Thomas Munro > > Does anything of that ring a bell for someone? Is that an AIX bug, a > > PG bug, or something else? > > No clue here. Anything unusual about the file system (NFS etc)? Can > you truss/strace the system calls, to sanity check the flags arriving > into open(), and see if there

Postgresql 13.7 hangs down

2022-07-04 Thread Bogdan Siara
Hi all, I have a postgresql cluster (13.7) with two nodes (master,slave) compiled in docker (alpine 3.15) with flags: ./configure --prefix=${PG_DIR} --exec-prefix=${PG_DIR} --enable-integer-datetimes --enable-thread-safety --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-sy