On Mon, 2022-09-19 at 07:35 +0300, misha1966 misha1966 wrote:
> > Четверг, 15 сентября 2022, 17:22 +09:00 от Laurenz Albe
> > :
> >
> > On Thu, 2022-09-15 at 07:24 +0300, misha1966 misha1966 wrote:
> > > > Четверг, 15 сентября 2022, 1:58 +09:00 от Laurenz Albe
> > > > :
> > > >
> > > > On Wed
How can I check this vulnerability. Which SQL to execute?
>Четверг, 15 сентября 2022, 17:22 +09:00 от Laurenz Albe
>:
>
>On Thu, 2022-09-15 at 07:24 +0300, misha1966 misha1966 wrote:
>> > Четверг, 15 сентября 2022, 1:58 +09:00 от Laurenz Albe <
>> > laurenz.a...@cybertec.at >:
>> >
>> > On
Bryn Llewellyn writes:
> Why is the "array()" constructor not found in "pg_proc"?
Because it isn't a function. Yeah, it kind of looks like one,
but its argument is a subquery. If SQL had first-class functions
and closures, maybe ARRAY() could be implemented as an ordinary
function. But I don't
On Sunday, September 18, 2022, Bryn Llewellyn wrote:
>
> Why is the "array()" constructor not found in "pg_proc"?
>
Because it isn’t a function.
>
> After all, section 4.2.12 refers to "array_agg()" as a constructor. And
> that *is* found in "pg_proc".
>
I do not see this 4.2.12 reference you
> adrian.kla...@aklaver.com wrote:
>
>> b...@yugabyte.com wrote:
>>
>> I noticed that "array()" is used in the query that implements the "\du" psql
>> meta-command. It has some similarity with "array_agg()" thus:
>>
>> create temporary view x(v) as (values (17), (42));
>> select array_agg(v) fr
On Sunday, September 18, 2022, Adrian Klaver
wrote:
> On 9/18/22 13:25, Bryn Llewellyn wrote:
>
>> I noticed that "array()" is used in the query that implements the "\du"
>> psql meta-command. It has some similarity with "array_agg()" thus:
>>
>> create temporary view x(v) as (values (17), (42));
On 9/18/22 13:25, Bryn Llewellyn wrote:
I noticed that "array()" is used in the query that implements the "\du"
psql meta-command. It has some similarity with "array_agg()" thus:
create temporary view x(v) as (values (17), (42));
select array_agg(v) from x;
select array(select v from x);
But t
On 9/18/22 13:25, Bryn Llewellyn wrote:
I noticed that "array()" is used in the query that implements the "\du"
psql meta-command. It has some similarity with "array_agg()" thus:
create temporary view x(v) as (values (17), (42));
select array_agg(v) from x;
select array(select v from x);
Any
I noticed that "array()" is used in the query that implements the "\du" psql
meta-command. It has some similarity with "array_agg()" thus:
create temporary view x(v) as (values (17), (42));
select array_agg(v) from x;
select array(select v from x);
But there are differences. The "array()" functi
On 9/18/22 09:36, Matthias Apitz wrote:
You can load auto_explain per session as shown here:
Every connect from the ILL forks a new 'app-server' session which
creates a new ESQL/C session, and all this occur randomly when the ILL
wants to search for a book title if this is available in that li
El día domingo, septiembre 18, 2022 a las 07:47:32a. m. -0700, Adrian Klaver
escribió:
> On 9/18/22 02:30, Matthias Apitz wrote:
> > El día jueves, septiembre 15, 2022 a las 08:40:24a. m. -0700, Adrian Klaver
> > escribió:
> >
> > > On 9/14/22 22:33, Matthias Apitz wrote:
> > > > El día miércol
On 9/18/22 02:30, Matthias Apitz wrote:
El día jueves, septiembre 15, 2022 a las 08:40:24a. m. -0700, Adrian Klaver
escribió:
On 9/14/22 22:33, Matthias Apitz wrote:
El día miércoles, septiembre 14, 2022 a las 07:19:31a. m. -0700, Adrian Klaver
escribió:
On 9/14/22 01:31, Matthias Apitz wr
El día jueves, septiembre 15, 2022 a las 08:40:24a. m. -0700, Adrian Klaver
escribió:
> On 9/14/22 22:33, Matthias Apitz wrote:
> > El día miércoles, septiembre 14, 2022 a las 07:19:31a. m. -0700, Adrian
> > Klaver escribió:
> >
> > > On 9/14/22 01:31, Matthias Apitz wrote:
>
> > > Where is th
Hi all,
I use logical replication to synchronize one big table + some small tables.
I know that if all tables are part of the same subscription it will be executed
in transactional order. In other words, as long as the transaction that updated
the big table is not synchronized and executed on t
14 matches
Mail list logo