pgplsql - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread
2019-06-06 08:07:06 | Use of reloptions by EXTENSIONs (Dent John)
pgplsql packages to admin. This also seems a bit hacky, especially as the way people
Mailing lists >> pgsql-hackers >> Thread
2018-05-11 19:00:18 | Re: Having query cache in core (CK Tan)
tables are modified without going thru pgpool, eg pgplsql or trigger or via psql directly? =cktan
Mailing lists >> pgsql-hackers >> Thread
2018-02-20 22:17:00 | Re: Option to ensure monotonic timestamps (Brent Kerby)
pgplsql, by Paolo Chiodi ( https:///blog/time-travel-with-postgresql-on-amazon-rds/). In these solutions, however, as well as in the SQL Server
Mailing lists >> pgsql-hackers >> Thread
2016-06-06 11:17:20 | OUT parameter and RETURN table/setof (Sridhar N Bamandlapally)
PGPLSQL which can RETURNS table or SETOF rows along with an OUT parameter? please Thanks
Mailing lists >> pgsql-hackers >> Thread
2011-10-06 11:05:25 | [REVIEW] Patch for cursor calling with named parameters (Royce Ausburn)
pgplsql functions using named parameters are correctly dumped. • Are there dangers? Potentially. See below. • Have
Mailing lists >> pgsql-hackers >> Thread
2009-10-15 22:13:58 | Re: Trigger with WHEN clause (WIP) (Itagaki Takahiro)
pgplsql is slow. http:///pgsql-hackers/2008-12/msg01221.php Also, to separate trigger bodies and conditions are useful when
Mailing lists >> pgsql-hackers >> Thread
2008-12-15 22:05:26 | Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1 (Emmanuel Cecchet)
pgplsql trigger (IF ... ELSE IF ... blocks) : 14.5 seconds. - C trigger: 4 seconds (actually the overhead
Mailing lists >> pgsql-hackers >> Thread
2008-01-26 14:03:12 | Re: Simple row serialization? (Ivan Voras)
pgplsql would be ideal. Is there a way to simply iterate over the fields of a row and retrieve
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (4)
2007-05-11 10:40:17 | Re: race condition in pgplsql call handler? (Zdenek Kotala)
Tom Lane wrote: I see. Each backend has own function cache and use_count is
Mailing lists >> pgsql-hackers >> Thread
2005-09-26 10:59:33 | Server process exited with unexpected status 128. (Андрей Репко)
pgplsql function, like EXECUTE st;. postgresql-2005-09-25_000000.log: 2005-09-26 15:45:52 LOG: server
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2005-09-15 11:57:07 | Re: pgplsql temporary tables (Merlin Moncure)
right >list. probably general. Have you considered that if the temp table is created outside
Mailing lists >> pgsql-hackers >> Thread
2005-05-05 10:36:49 | plpgsql SET OF functions in field list of select (falcon)
pgplsql setof ... function cannot be used in field list of select? It is possible to use C functions
Mailing lists >> pgsql-hackers >> Thread
2004-12-07 10:00:46 | Re: spi and other languages (Sibtay Abbas)
pgplsql statements. __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http:///mail_250
Mailing lists >> pgsql-hackers >> Thread
2004-05-06 10:37:05 | Re: Multiple "selects" returned from a single stored procedure (Shachar Shemesh)
pgplsql, that "call foo" translates to "select * from foo". psql doesn't seem to carry
Mailing lists >> pgsql-hackers >> Thread
2002-09-28 13:29:46 | How to convert (Tomasz Zdybicki)
columns x,y and... how to convert it to PATH data type using pgplsql ? Thanks for help Thomas