repeated - Search results in mailing lists

2025-06-19 18:11:53 | Re: Document if width_bucket's low and high are inclusive/exclusive (Tom Lane)

repeat it, for the second form of width_bucket. Another thing I just remembered (think

2025-04-07 12:07:10 | Re[2]: Suggestion for docs, section "4.2.3 Subscripts": bounds and base (Stefan Schmiedl)

repeated on another one, especially if it's already cross-referenced. However, with

2025-03-29 17:56:48 | Re: Creating first database (Gurjeet Singh)

repeat how to deal with different types of installations. Best regards, Gurjeet https://Gurje.et

2024-11-05 18:05:22 | Serializable Transaction Anomoly (PG Doc comments form)

Repeatable Read except that it also monitors for conditions which could make execution of a concurrent

2024-10-17 05:41:42 | Re: Limitation relates to memory allocation (David Rowley)

repeat('a',600*1024*1024)::bytea); INSERT 0 1 Time: 9725.320 ms (00:09.725) postgres

2024-09-03 04:57:19 | Re: Table rewrite supporting functions for event triggers (Laurenz Albe)

repeat that information. If you feel that "The exact meaning of the codes is release

2024-08-22 02:59:19 | Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents (David Rowley)

repeat this information each time we document a function which has a regclass parameter, (or any other reg* type). Doing so would bloat the documentation quite a lot. In any case, if we were

2024-08-20 03:42:33 | Re: Documentation of .pgpass for Unix is incomplete (David G. Johnston)

repeat that in: https:///docs/16/libpq-connect.html#LIBPQ-CONNECT-PASSFILE passfile Specifies the name of the file used to store

2024-07-19 03:55:40 | Re: A minor bug in the doc of "SQL Functions Returning Sets" in xfunc.sgml (David G. Johnston)

repeatedly expects tab.x to exist; and for these queries to be executable. This seems like

2024-07-17 06:17:08 | Re: 13.2.1. Read Committed Isolation Level (Василий Лебедев)

Repeatable Read and Serializable isolation levels. вт, 16 июл. 2024 г. в 20:38, David

2024-07-14 06:47:03 | 13.2.2. Repeatable Read Isolation Level # (PG Doc comments form)

repeatable read transaction will wait for the first updating transaction to commit or roll

2024-03-16 13:48:32 | Re: Locking (Laurenz Albe)

shows how to avoid it using the REPEATABLE READ isolation level? Yours, Laurenz Albe

2024-03-03 19:24:20 | documentation issue: listen_addresses does NOT take a comma-separated list of host names (PG Doc comments form)

repeats the (imho) misinformation. #listen_addresses = 'localhost' # what IP address(es) to listen on; # comma

2024-01-30 20:49:42 | Re: CREATE ROLE inheritance details (David G. Johnston)

Repeating it seemed a poor choice and upon thinking further it really makes sense

2024-01-25 04:46:56 | It would be nice to clarify is there any point in select queries pipelining (PG Doc comments form)

REPEATABLE_READ } ) val users = Flux.defer { Flux.create { it.next(1) it.next(2) it.next