prefixing - Search results in mailing lists
Mailing lists >> pgsql-general >> Thread >> Search in thread (3)
2025-04-28 16:30:02 | Re: Upsert error "column reference is ambiguous" (Peter Geoghegan)
require callers to prefix all field names with a generic table name alias? -- Peter Geoghegan
Mailing lists >> pgsql-general >> Thread
2025-04-23 23:59:28 | RE: segmentation fault (Zechman, Derek S)
prefix=/usr/pgsql-16' '--includedir=/usr/pgsql-16/include' '--mandir=/usr/pgsql-16/share/man' '--datadir=/usr/pgsql-16/share' '--libdir=/usr/pgsql-16/lib' '--with-lz4' '--with-zstd' '--enable
Mailing lists >> pgsql-general >> Thread
2025-04-10 19:33:39 | Re: Capturing both IP address and hostname in the log (David G. Johnston)
prefix %h / %r simply report the "identifier of the host making the connection". David J.
Mailing lists >> pgsql-general >> Thread
2025-04-02 20:12:35 | Re: Issue installing postgis on RHEL9 (Danny Im)
prefix ("*/") at the beginning. The only version of armadillo available to me is 12.6.6-2.el9 which
Mailing lists >> pgsql-general >> Thread
2025-03-29 12:15:28 | Re: Quesion about querying distributed databases (Kevin Stephenson)
prefixes, and that schema prefix is typically dbo (similar to public in PG) to resolve
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2025-03-20 20:24:01 | Re: After upgrading libpq, the same function(PQftype) call returns a different OID (Sebastien Flaesch)
prefix such as PG_TYPE_) We spelled PG_TYPE_ as OID and put it on the end. A boolean
Mailing lists >> pgsql-general >> Thread
2025-01-26 20:33:06 | Re: FATAL: could not send data to WAL stream: lost synchronization with server: got message (Adrian Klaver)
prefix timestamp was set to same precision on primary and standby. As of now it looks
Mailing lists >> pgsql-general >> Thread
2024-11-02 10:19:55 | Re: Random memory related errors on live postgres 14.13 instance on Ubuntu 22.04 LTS (Ian J Cottee)
prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var
Mailing lists >> pgsql-general >> Thread
2024-10-14 14:00:37 | how to use trace_lock_oidmin config correctly (Vijaykumar Jain)
prefix=/opt/postgresql' '--with-openssl' '--enable-debug' '--enable-profiling' '--enable-cassert' '--enable-tap-tests' 'CFLAGS=-ggdb
Mailing lists >> pgsql-general >> Thread
2024-09-24 14:14:38 | Issues with PostgreSQL Source Code Installation (Ayush Vatsa)
prefix=`pwd`/build make world-bin However, during the make world-bin process, I am encountering
Mailing lists >> pgsql-general >> Thread
2024-09-20 22:20:35 | Re: Why no pg_has_role(..., 'ADMIN')? (Tom Lane)
prefix on it?). So that led to MEMBER WITH GRANT OPTION, and then the other
Mailing lists >> pgsql-general >> Thread
2024-09-12 13:58:30 | post-bootstrap init : permission denied pg_description (François SIMON)
prefix=$instdir --without-icu make make install When I run initdb with -n option, I can see that
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2024-09-02 22:23:13 | Re: PG17 optimizations to vacuum (Melanie Plageman)
prefixed VACUUM with BTREE on master to indicate those records are from index vacuuming. By default
Mailing lists >> pgsql-general >> Thread
2024-06-26 23:22:57 | Issue with installing postgres extension (bhavani dba)
prefix=/home/postgres/bin/pgsql/15' CC = gcc CPPFLAGS = -D_GNU_SOURCE CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration
Mailing lists >> pgsql-general >> Thread >> Search in thread (3)
2024-06-13 19:26:00 | Reserving GUC prefixes from a non-preloaded DB extension is not always enforced (Narek Galstyan)
prefixes, which my extension uses to help avoid accidentally misspelled config-file entries. However, since