foo> - Search results in mailing lists

2022-09-29 08:28:29 | PostgreSQL Anonymizer 1.1: Privacy By Default For Postgres (Dalibo via PostgreSQL Announce)

foo SET anon.privacy_by_default = True; Now all the columns of the `foo` database

2022-05-21 07:39:34 | PostgreSQL Anonymizer 1.0: Privacy By Design For Postgres (Dalibo via PostgreSQL Announce)

foo SET session_preload_libraries = 'anon'; Create the extension inside the database: CREATE EXTENSION anon

2022-03-15 20:18:52 | PostgreSQL Anonymizer 0.10: An improved engine and a brand new tutorial (Dalibo via PostgreSQL Announce)

foo SET session_preload_libraries = 'anon'; Create the extension inside the database: CREATE EXTENSION anon

2022-01-02 21:25:11 | pg_builder 2.0.0 and pg_wrapper 2.0.0 packages for PHP released (Alexey Borzov via PostgreSQL Announce)

foo')` rather than `pg_catalog.rtrim('foo', 'o')`. This follows the changes done in Postgres

2021-11-23 08:49:07 | PostgreSQL Weekly News - November 21, 2021 (PWN via PostgreSQL Announce)

foo%'".) * "starts_with(textcol, constant)" can be optimized the same as "textcol ^@ constant". * Fixed-prefix

2021-11-15 20:16:03 | PostgreSQL Weekly News - November 14, 2021 (PWN via PostgreSQL Announce)

foo'::text", which blows up on the remote side because there's no enum = text

2021-11-01 08:47:52 | PostgreSQL Weekly News - October 31, 2021 (PWN via PostgreSQL Announce)

foo %d") with a 9-digit value showed about a 2X speedup for me (tgl). Most

2021-10-24 23:19:49 | PostgreSQL Weekly News - October 24, 2021 (PWN via PostgreSQL Announce)

foo -F d dump pg_restore: error: invalid line in large object TOC file "": .. ..instead

2021-10-11 22:25:11 | PostgreSQL Weekly News - October 10, 2021 (PWN via PostgreSQL Announce)

foo declarations. Dagfinn Ilmari Mannsåker Discussion: [https:///m/87y278s6iq.fsf@wibble.ilmari.org](https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.org)

2021-08-10 00:35:07 | PostgreSQL Weekly News - August 8, 2021 (PWN via PostgreSQL Announce)

foo"" when inserting into the foreign tables, as it tried to insert values into the generated

2021-08-02 01:43:13 | PostgreSQL Weekly News - August 1, 2021 (PWN via PostgreSQL Announce)

foo() function descriptions in 9.7.3. For no visible reason (other than historical accident no doubt

2021-06-28 11:45:22 | PostgreSQL Weekly News - June 27, 2021 (PWN via PostgreSQL Announce)

foo""bar" with no space, that used to be taken as two identifiers, but now it's just

2021-05-17 15:58:49 | PostgreSQL Weekly News - May 16, 2021 (PWN via PostgreSQL Announce)

foo() macros instead of empty macros that totally elide the original probe statement. This fixes

2021-04-19 16:15:06 | PostgreSQL Weekly News - April 18, 2021 (PWN via PostgreSQL Announce)

foo" when the "foo" configuration hasn't been created yet. Without this, we have problems

2021-04-12 01:09:07 | PostgreSQL Weekly News - April 11, 2021 (PWN via PostgreSQL Announce)

foo[]" for "the array type over foo", and to handle the special abbreviations allowed by the backend