clients - Search results in mailing lists
Mailing lists >> pgsql-docs >> Thread
2025-03-05 14:43:17 | Re: pg_basebackup restore (Laurenz Albe)
clients of the database, and can be used both for point-in-time recovery (see Section
Mailing lists >> pgsql-docs >> Thread
2025-02-18 00:38:32 | Threading issue / maybe just doc issue. (PG Doc comments form)
client_encoding, static_std_strings If multiple threads are creating connections at the same time
Mailing lists >> pgsql-docs >> Thread
2025-02-03 19:50:57 | Re: timestamp with time zone ~> GMT (Jonathan Stanley)
client handling (avoids forcing the client to stitch the data back together; simplicity preferred over
Mailing lists >> pgsql-docs >> Thread
2024-12-04 03:02:10 | Does NOTIFY leak information? (PG Doc comments form)
client application that has previously executed LISTEN channel for the specified channel name in the current
Mailing lists >> pgsql-docs >> Thread
2024-11-01 12:25:24 | Re: Tip box on Adding a Column (David Rowley)
client_min_messages=debug1; Only adding column "d" gives you: DEBUG: rewriting table "t1" David
Mailing lists >> pgsql-docs >> Thread
2024-10-07 12:33:27 | SET NAMES value value should be single quoted (jian he)
client_encoding TO value. it should be: SET NAMES 'value' is an alias for SET client
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2024-09-07 23:07:53 | Re: retrieving results of procedures with OUT params (David G. Johnston)
specific SQL commands being passed around. It is a client-server message passing protocol. David J.
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2024-09-01 06:48:33 | Re: suggestion about statement_timeout (David G. Johnston)
client connection default settings can be attached to either a role, a database, or both
Mailing lists >> pgsql-docs >> Thread
2024-08-08 09:44:51 | Documentation of .pgpass for Unix is incomplete (PG Doc comments form)
client as root by using su to change the user id, things will not work
Mailing lists >> pgsql-docs >> Thread
2024-08-08 08:42:33 | Managing SSL Connections (PG Doc comments form)
clients to do TLS connections. For example is there a way to load a new certificate
Mailing lists >> pgsql-docs >> Thread
2024-08-07 15:17:19 | Re: Tutorial clarify (David G. Johnston)
client tool of choice. Those third-parties, or the broader community, are expected to cater
Mailing lists >> pgsql-docs >> Thread
2024-05-21 08:42:12 | Fundamental Architecture of PostgreSQL (PG Doc comments form)
Client Process initiates a connection (or session) for the PostgreSQL instance. Client applications can be very
Mailing lists >> pgsql-docs >> Thread
2024-05-06 09:34:18 | Re: nchar is undocumented (Peter Eisentraut)
client (maybe historically ASCII) and the other is one you designate as the "national" one. Since
Mailing lists >> pgsql-docs >> Thread
2024-04-23 14:46:23 | Re: No documentation on how pg_ctl is installed (Tom Lane)
client-side Postgres programs (psql, libpq, etc) from server-side (which'd include pg_ctl as well
Mailing lists >> pgsql-docs >> Thread
2024-03-25 14:47:00 | Re: Non-blocking synchronization in libpq using pipeline mode (Jan Behrens)
client-side's output, while PQsendFlushRequest won't flush the client-side. So both commands