Clemens Eisserer writes:
> Program received signal SIGSEGV, Segmentation fault.
> 0x007fe5e6a9f0 in ?? () from /lib/aarch64-linux-gnu/libLLVM-14.so.1
> (gdb) bt full
> #0 0x007fe5e6a9f0 in ?? () from /lib/aarch64-linux-gnu/libLLVM-14.so.1
> No symbol table info available.
> #1 0x007f
On 12/25/23 13:51, Clemens Eisserer wrote:
Hi Adrian,
How did you upgrade?
A fresh install based on "Raspberry Pi OS Lite" image provided (based
on debian bookworm) with pgdump_all & plsql -f.
Did you install the 32 or 64 bit version from here?:
https://www.raspberrypi.com/software/opera
> Does that install Postgres as part of the image or did you get it from
> somewhere else?
I installed it via "apt-get install postgresql" and it downloaded
postgresql-15_15.5-0+deb12u1_arm64.deb - which seems to be the current
package shipped with debian bookworm for arm64:
https://packages.debia
On 12/25/23 13:51, Clemens Eisserer wrote:
Hi Adrian,
How did you upgrade?
A fresh install based on "Raspberry Pi OS Lite" image provided (based
Does that install Postgres as part of the image or did you get it from
somewhere else?
on debian bookworm) with pgdump_all & plsql -f.
--
Hi Adrian,
> How did you upgrade?
A fresh install based on "Raspberry Pi OS Lite" image provided (based
on debian bookworm) with pgdump_all & plsql -f.
On 12/25/23 13:01, Clemens Eisserer wrote:
Hi,
I've just updated my raspberry pi 3 from postgresql-13.3 on
bullseye/armv6 to postgresq-15.5 on debian-bookworm/armv8.
How did you upgrade?
--
Adrian Klaver
adrian.kla...@aklaver.com
Hi,
I've just updated my raspberry pi 3 from postgresql-13.3 on
bullseye/armv6 to postgresq-15.5 on debian-bookworm/armv8.
However after the upgrade, I experience reproducable crashes quering
the following table:
CREATE TABLE public.smartmeter (
leistungsfaktor real,
momentanleistung integ
> On Dec 25, 2023, at 10:44, Adrian Klaver wrote:
> Functions with same name in different schemas would need to be dealt with.
I think that's the primary use-case (at least, it would be for me), and I don't
see a convenient way of doing that. Even a "get OID of current function"
function wo
On 12/25/23 09:29, Wilma Wantren wrote:
Great that you have discussed this further! And sorry that what I wrote is
apparently still misleading.
Peter understood me correctly, "__function_schema__ always refers to the schema the
function actually is in".
I define:
1. create function my_schema.fu
Great that you have discussed this further! And sorry that what I wrote is
apparently still misleading.
Peter understood me correctly, "__function_schema__ always refers to the schema
the function actually is in".
I define:
1. create function my_schema.function1...
2. alter function function1 s
On 2023-12-24 14:27:19 -0800, Adrian Klaver wrote:
> On 12/24/23 13:43, Peter J. Holzer wrote:
> > I think you misunderstood Wilma. What she is asking for is a "keyword"
> > or "magic variable" (or whatever you want to call it) which you can
> > specify in CREATE|ALTER FUNCTION ... SET SEARCH_PATH
11 matches
Mail list logo