clients - Search results in mailing lists
Mailing lists >> pgsql-sql >> Thread
2024-09-14 02:06:11 | PostgreSQL implicitly double-quoting identifier name with umlaut (Michael Downey)
client encoding are UTF8. One of our internal users, using our tools, added a column
Mailing lists >> pgsql-sql >> Thread
2024-07-08 13:11:44 | Re: Trick to create alias/mirror table (David G. Johnston)
client applications aren’t fully exposing it to the user is unfortunate. There isn’t another
Mailing lists >> pgsql-sql >> Thread
2024-05-14 11:26:40 | Re: Small table selection extremely slow! (MichaelDBA)
client application stuff, locking/waiting, or other things may come into play here... Please provide more
Mailing lists >> pgsql-sql >> Thread
2024-03-14 07:29:03 | Re: Nested loop behaviour with pg_stat_activity (Sheryl Prabhu David)
client is one record with a count of 2000 if I use 2000 records from
Mailing lists >> pgsql-sql >> Thread
2024-03-13 04:38:09 | Can portals interleave with other portals (Evgeny Smirnov)
client issues a select 239 53111 5432 PGSQL 276 >P/B/D/E/H ———> select * from …; bind B_1; execute
Mailing lists >> pgsql-sql >> Thread >> Search in thread (3)
2024-01-09 08:23:49 | Problem with refcursor (Maximilian Tyrtania)
client_getCoachingsuccessrate(p_clients refcursor,out successrate numeric, out unclearrate numeric, out failrate numeric) AS $$ DECLARE
Mailing lists >> pgsql-sql >> Thread
2023-12-05 04:23:55 | Re: Overcoming Initcap Function limitations? (Tom Lane)
client-side display code to transform the casing anyway, I don't see any advantage
Mailing lists >> pgsql-sql >> Thread
2023-07-13 15:52:32 | Re: Can we set time exception? (Tom Lane)
client (application) side. IIRC we measure that as the total time to finish a client
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)
client machine, which you can use to then check out Pg credentials from Vault to connect
Mailing lists >> pgsql-sql >> Thread >> Search in thread (2)
2021-11-11 14:16:12 | Re: Constructing colum name as alias (David G. Johnston)
translate the concept to whatever programming language and database client interface you are using. David J.
Mailing lists >> pgsql-sql >> Thread
2021-10-09 18:29:27 | Re: How to capture error message and save to a table in PostgreSQL? (Rob Sargent)
client application involved you might be better off validating the input there rather than going
Mailing lists >> pgsql-sql >> Thread
2021-08-18 16:05:00 | RE: Backup Functions (Sridhar Parepalli)
client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path
Mailing lists >> pgsql-sql >> Thread
2021-07-09 16:32:21 | Re: Sort a table by a column value that is a column name? (Rob Sargent)
client is already doing) and formulate the request based on the clients choice of, in this
Mailing lists >> pgsql-sql >> Thread
2020-12-02 15:25:37 | parallel safe on user defined functions (Voillequin, Jean-Marc)
client connection state, cursors, prepared statements, or miscellaneous backend-local state which the system cannot
Mailing lists >> pgsql-sql >> Thread
2020-11-20 08:19:57 | Re: Get last generated serial sequence and set it up when explicit value is used (Sebastien FLAESCH)
clients doing the same query, and make sure that the SELECT last_value FROM sequence