patch review "split string to table"

Поиск
Список
Период
Сортировка
От Srinivas Bethi
Тема patch review "split string to table"
Дата
Msg-id BY5PR11MB4119F8D25E2779B00002F2C0DD6C0@BY5PR11MB4119.namprd11.prod.outlook.com
обсуждение исходный текст
Список pgadmin-hackers

Hi Pavel,

I and Taylor Vesely (Greenplum) reviewed the patch "split string to table". as part of the June patch review workshop.

Thanks

It looks like you removed some unrelated documentation:

 

| @@ -16717,21 +16738,6 @@ strict $.track.segments[*].location                                                                                                                            |         </para></entry>                                                                                                                                                                 |        </row>                                                                                                                                                                           |                                                                                                                                                                                         | -      <row>
| -       <entry role="func_table_entry"><para role="func_signature">
 
| -        <replaceable>string</replaceable> <literal>starts with</literal> <replaceable>string</replaceable>
 
| -        <returnvalue>boolean</returnvalue>
 
| -       </para>
 
| -       <para>
 
| -        Tests whether the second operand is an initial substring of the first
 
| -        operand.
 
| -       </para>
 
| -       <para>
 
| -        <literal>jsonb_path_query('["John Smith", "Mary Stone", "Bob Johnson"]', '$[*] ? (@ starts with "John")')</literal>
 
| -        <returnvalue>"John Smith"</returnvalue>
 
| -       </para></entry>
 
| -      </row>
 
| -




We didn't actually confirm the performance benefits with un_nest()

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed database connection issue, regression of SonarQ
Следующее
От: Pradip Parkale
Дата:
Сообщение: Re: [pgAdmin][RM5516]: Added support of Row Security Policies