On Tue, Nov 08, 2022 at 03:38:22PM +0900, Ian Lawrence Barwick wrote:
> CF entry updated accordingly.
Missed this part, thanks..
--
Michael
signature.asc
Description: PGP signature
2022年11月8日(火) 14:49 Michael Paquier :
>
> On Mon, Nov 07, 2022 at 01:43:22AM -0500, Tom Lane wrote:
> > WFM.
>
> Okay, applied as bd95816, then.
Thanks!
CF entry updated accordingly.
Regards
Ian Barwick
On Mon, Nov 07, 2022 at 01:43:22AM -0500, Tom Lane wrote:
> WFM.
Okay, applied as bd95816, then.
--
Michael
signature.asc
Description: PGP signature
Michael Paquier writes:
> On Sun, Nov 06, 2022 at 09:23:01PM +0900, Ian Lawrence Barwick wrote:
>> Fair enough, make sense.
> Fine by me and the patch looks OK. I'd like to apply this if there
> are no objections.
WFM.
regards, tom lane
On Sun, Nov 06, 2022 at 09:23:01PM +0900, Ian Lawrence Barwick wrote:
> Fair enough, make sense.
Fine by me and the patch looks OK. I'd like to apply this if there
are no objections.
--
Michael
signature.asc
Description: PGP signature
2022年11月6日(日) 1:39 Tom Lane :
>
> Michael Paquier writes:
> > On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
> >> Recently I have been working a lot with partitioned tables which contain a
> >> mix
> >> of local and foreign partitions, and find it would be very useful to be
Michael Paquier writes:
> On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
>> Recently I have been working a lot with partitioned tables which contain a
>> mix
>> of local and foreign partitions, and find it would be very useful to be able
>> to
>> easily obtain an overview
On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
> Recently I have been working a lot with partitioned tables which contain a mix
> of local and foreign partitions, and find it would be very useful to be able
> to
> easily obtain an overview of which partitions are foreign and
2022年10月27日(木) 16:12 Alvaro Herrera :
>
> On 2022-Oct-24, Justin Pryzby wrote:
>
> > On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
>
> > > + else if (child_relkind ==
> > > RELKIND_FOREIGN_TABLE && is_partitioned)
> > > +
On 2022-Oct-24, Justin Pryzby wrote:
> On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
> > + else if (child_relkind == RELKIND_FOREIGN_TABLE
> > && is_partitioned)
> > + appendPQExpBuffer(&buf, ", server:
> > \"%s
On Mon, Oct 24, 2022 at 09:44:18PM +0900, Ian Lawrence Barwick wrote:
> Recently I have been working a lot with partitioned tables which contain a mix
> of local and foreign partitions, and find it would be very useful to be able
> to
> easily obtain an overview of which partitions are foreign and
Hi
Recently I have been working a lot with partitioned tables which contain a mix
of local and foreign partitions, and find it would be very useful to be able to
easily obtain an overview of which partitions are foreign and where they are
located.
Currently, executing "\d+" on a partitioned table
12 matches
Mail list logo