connects - Search results in mailing lists
Mailing lists >> pgsql-docs >> Thread
2025-02-18 00:38:32 | Threading issue / maybe just doc issue. (PG Doc comments form)
connect try to set those global variables. If those are the same value for all users
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2024-09-19 20:50:30 | Re: The option was not described: connection-option (David G. Johnston)
design of the system. You can only dump the database you connect to. David J.
Mailing lists >> pgsql-docs >> Thread
2024-09-05 12:45:02 | RE: pg_upgrade -c cannot be run if old cluster is running (Alain Bourgeois)
connect to source postmaster started with the command: "/usr/pgsql-10/bin/pg_ctl" -w -l "/mnt/pgdata/pgdirbc15/pg_upgrade_output.d/20240905T083735.457/log/pg_upgrade_server.log" -D "/var/lib/pgsql/10/data" -o "-p 5432 -b -c listen
Mailing lists >> pgsql-docs >> Thread
2024-07-22 05:16:53 | Correction in doc of failover ready steps (shveta malik)
connected to the database having the subscription(s). If we run the concerned query on any other
Mailing lists >> pgsql-docs >> Thread
2024-07-18 08:13:44 | Privileges to execute ALTER TABLE (Erki Eessaar)
CONNECT ON DATABASE test_database TO test_user; --in the database CREATE TABLE Test(test
Mailing lists >> pgsql-docs >> Thread
2024-07-17 01:20:49 | Re: Re: Mismatch for connection key/value pair between documentation and code? (周志勤)
connect_timeout Maximum time to wait while connecting, in seconds (write as a decimal integer
Mailing lists >> pgsql-docs >> Thread
2024-07-16 04:54:53 | Mismatch for connection key/value pair between documentation and code? (PG Doc comments form)
connect_timeout Maximum time to wait while connecting, in seconds (write as a decimal integer
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2024-03-13 14:33:28 | Re: What are the minimum required permissions for pg_isready (Tom Lane)
need a user with privilege to connect to the mentioned database. Otherwise, not. regards, tom lane
Mailing lists >> pgsql-docs >> Thread >> Search in thread (10)
2024-01-24 15:47:06 | Re: SQL command : ALTER DATABASE OWNER TO (David G. Johnston)
Connect. The permissions the old owner may have on any other objects in the database
Mailing lists >> pgsql-docs >> Thread
2023-10-25 18:31:54 | Re: Discrepancy between the documentation and the implementation (Tom Lane)
DISCONNECT claim that DEFAULT is a specially treated name, but I don't see anything
Mailing lists >> pgsql-docs >> Thread
2023-09-27 15:23:42 | Is CREATE INDEX dependent on the session? (Ilya Priven)
disconnected, assuming it's not in a transaction? - Ditto for CREATE INDEX CONCURRENTLY? - Whether CREATE
Mailing lists >> pgsql-docs >> Thread
2023-08-23 13:55:11 | There is no description about "Logical Replication also use or occupy max_wal_senders ", (PG Doc comments form)
disconnected clients can immediately reconnect. This parameter can only be set at server start. Also
Mailing lists >> pgsql-docs >> Thread
2023-08-19 03:49:21 | the description of max_wal_senders parameter does not include Logical Replication (yanliang lei)
disconnected clients can immediately reconnect. This parameter can only be set at server start. Also
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2023-07-18 18:27:06 | Re: CREATEROLE Inheritance (Tom Lane)
connected to database "regression" as user "alice". regression=> create user charlie; -- should succeed CREATE ROLE
Mailing lists >> pgsql-docs >> Thread >> Search in thread (2)
2023-03-13 09:00:36 | Re: Make SSPI documentation clearer (Tomas Pospisek)
connects to a non-Windows Postgresql server can either use SSPI > > (strongly encouraged) or GSS (much