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
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: 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
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