Re: Inaccurate comment for pg_get_partkeydef

2023-03-06 Thread David Rowley
On Mon, 6 Mar 2023 at 18:54, Japin Li wrote: > PSA patch to fix a comment inaccurate. Thanks. Pushed. David

Re: Inaccurate comment for pg_get_partkeydef

2023-03-06 Thread Ashutosh Bapat
Looks good to me. Fixed according to the actual output. select pg_get_partkeydef('prt1'::regclass); pg_get_partkeydef --- RANGE (a) (1 row) bdrdemo@342511=#\d+ prt1 Partitioned table "public.prt1" Column | Type | Collation | Nullable |

Inaccurate comment for pg_get_partkeydef

2023-03-05 Thread Japin Li
PSA patch to fix a comment inaccurate. -- Regrads, Japin Li. ChengDu WenWu Information Technology Co.,Ltd. diff --git a/src/backend/utils/adt/ruleutils.c b/src/backend/utils/adt/ruleutils.c index 6dc117dea8..bcb493b56c 100644 --- a/src/backend/utils/adt/ruleutils.c +++