connects - Search results in mailing lists
Mailing lists >> pgsql-sql >> Thread >> Search in thread (6)
2025-04-07 17:27:41 | Aw: Re: Re: Revoke Connect Privilege from Database not working (Ing. Marijo Kristo)
connect on database testdb to test_admin with grant option; GRANT #create user and grant
Mailing lists >> pgsql-sql >> Thread
2024-12-08 18:26:43 | Re: What is the best way to do this in Postgres (David G. Johnston)
connect each is your best option. Many things can, so pick one you are familiar
Mailing lists >> pgsql-sql >> Thread
2024-06-25 17:28:11 | Re: struggling with GRANT while upgrading from 13 to 16 (Steve Midgley)
daemons and xtrole connected to these tables / data might be a problem more generally? Steve
Mailing lists >> pgsql-sql >> Thread
2024-04-02 09:19:36 | [MASSMAIL]postgres is slow on windows (Nazneen Mulani)
connect to PostgreSQL: DBeaver #Is there anything relevant or unusual in the PostgreSQL server logs
Mailing lists >> pgsql-sql >> Thread >> Search in thread (2)
2024-03-12 07:30:57 | Nested loop behaviour with pg_stat_activity (Sheryl Prabhu David)
connect by' line as outer table of a forced nested loop, and v$session(Oracles
Mailing lists >> pgsql-sql >> Thread
2023-12-20 10:26:05 | Re: Wich program generates "list index out of range" ? pgadmin or the server ? (hubert depesz lubaczewski)
Connect with psql, and generate the same problem (same inserts). And you will know if the server
Mailing lists >> pgsql-sql >> Thread >> Search in thread (2)
2023-09-18 06:49:01 | RE: no_data_found oracle vs pg (Jean-Marc Voillequin (MA))
Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production SQL> create or replace
Mailing lists >> pgsql-sql >> Thread >> Search in thread (2)
2023-09-10 17:43:18 | How to handle application connectivity change when moving from Oracle to Postgres in GCP (kunwar singh)
connects to APP1. Now when the database is switched from Oracle 19c onprem to CloudSQL
Mailing lists >> pgsql-sql >> Thread >> Search in thread (3)
2022-02-01 10:42:06 | How can i pass variable in dblink_connect_u ? (aditya desai)
connect_u ? Current code hardcoded DB name: perform * from dblink_connect_u('myconn','dbname=mydb
Mailing lists >> pgsql-sql >> Thread
2021-12-17 17:13:26 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Steve Midgley)
connect to a server, so that Pg passwords are never persisted on any local machine
Mailing lists >> pgsql-sql >> Thread
2021-10-11 16:59:06 | Re: LISTEN / NOTIFY (Erik Brandsberg)
connect (or reconnect) to the listen interface, you won't get any messages sent before
Mailing lists >> pgsql-sql >> Thread
2021-08-13 19:03:24 | Re: How to revoke access and list schema objects (Programadores cba)
CONNECT ON DATABASE nova FROM PUBLIC;GRANT CONNECT ON DATABASE nova TO user; --ACCESS SCHEMAREVOKE
Mailing lists >> pgsql-sql >> Thread
2020-12-21 01:35:32 | dblink_exists (ml@ft-c.de)
connect('updatesymbols', 'dbname=ftc') ; perform dblink_send_query('updatesymbols', sql) ; perform dblink_disconnect('updatesymbols') ; end; $$ language
Mailing lists >> pgsql-sql >> Thread >> Search in thread (5)
2020-10-08 20:56:28 | Re: libpq CREATE DATABASE operation from multiple treads (Tom Lane)
connected to the source database, it spits up. As I already said, routinely connecting to template1
Mailing lists >> pgsql-sql >> Thread
2020-10-04 14:40:54 | parallelisation of queries (Francesco De Angelis)
connected by ‘union all’ operators, but for the sake of clarity I will discard everything