foo> - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread
2025-05-07 07:03:14 | Re: regdatabase (Tom Lane)
foo WHERE fooname = 'whatever')". As an example, regprocedure would be somewhere between seriously painful and impossible
Mailing lists >> pgsql-hackers >> Thread
2025-04-28 11:40:53 | Re: using index to speedup add not null constraints to a table (Álvaro Herrera)
foo (col1 int, col2 int, col3 int); ... create indexes on col1 and col2 ... alter table
Mailing lists >> pgsql-hackers >> Thread
2025-04-26 21:55:51 | Re: Avoid circular header file dependency (Tom Lane)
foo.h files, so let's stop doing so. The attached patch therefore boils down
Mailing lists >> pgsql-hackers >> Thread
2025-04-26 00:44:05 | Sanding down some edge cases for PL/pgSQL reserved words (Tom Lane)
foo%rowtype; begin end $$; ERROR: relation "public.foo" does not exist CONTEXT: compilation of PL/pgSQL
Mailing lists >> pgsql-hackers >> Thread
2025-04-24 20:40:05 | Re: Does RENAME TABLE rename associated identity sequence? (Tom Lane)
foo (i int primary key); CREATE TABLE regression=# \d+ foo Table "public.foo" Column | Type
Mailing lists >> pgsql-hackers >> Thread
2025-04-21 17:16:31 | Re: Changing shared_buffers without restart (Thomas Munro)
foo", MFD_CLOEXEC | huge_pages_flags); #else /* Standard POSIX insists on a name, which we unlink
Mailing lists >> pgsql-hackers >> Thread
2025-04-21 07:13:47 | Re: Allow database owners to CREATE EVENT TRIGGER (David G. Johnston)
foo” from the nosuper script without any loss of test coverage. Or member2 trigger2 table
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (4)
2025-04-18 21:43:35 | Re: [BUG] temporary file usage report with extended protocol and unnamed portals (Sami Imseih)
foo ORDER BY a 2025-04-18 13:31:45.575 CDT [95918] LOG: duration: 0.278 ms bind
Mailing lists >> pgsql-hackers >> Thread
2025-04-17 16:58:41 | Re: Unicode full case mapping: PG_UNICODE_FAST, and standard-compliant UCS_BASIC (Noah Misch)
foo\0661bar baz')) AS str_t(str), (VALUES ('[[:digit:]]')) AS re_t(re) ORDER BY 1, 2; str │ foo١bar
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (8)
2025-04-16 05:10:59 | transforms [was Re: FmgrInfo allocation patterns (and PL handling as staged programming)] (Chapman Flack)
FOO, then either: 1. There is no transform declared for (trftype foo, trflang bar). CREATE
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-04-15 22:51:14 | Re: not null constraints, again (Tom Lane)
foo and nothing else; and it has already taken care of making foo's PK column
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-04-15 15:31:50 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Peter Eisentraut)
FOO means enable all the features that require library FOO. For example, --with-ldap enables
Mailing lists >> pgsql-hackers >> Thread
2025-04-13 06:53:36 | Re: Adding error messages to a few slash commands (Abhishek Chanda)
foo List of data types Schema | Name | Description --------+------+------------- (0 rows) postgres => \du foo List of roles
Mailing lists >> pgsql-hackers >> Thread
2025-04-11 16:45:18 | Re: Improve a few appendStringInfo calls new to v18 (Tom Lane)
foo%%bar"). Maybe we'd never hit those, but on the whole I'm not in love
Mailing lists >> pgsql-hackers >> Thread
2025-04-09 17:23:00 | Re: Consistently use macro HeapTupleIsValid to check the validity of tuples in tablecmds.c (Tom Lane)
foo != NULL)" or just "if (foo)". I'm not sure it's worth trying to standardize