Home
last modified time | relevance | path

Searched refs:row_ref (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plperl/sql/
H A Dplperl_array.sql72 for my $row_ref (@$array_arg) {
74 $result .= $row_ref->{bar}." items of ".$row_ref->{baz}.";";
85 my $row_ref = shift;
88 if (ref $row_ref ne 'HASH') {
92 $result = $row_ref->{bar};
94 unless (is_array_ref($row_ref->{baz}));
96 foreach my $elem (@{$row_ref->{baz}}) {
116 foreach my $row_ref (@{$row_array_ref}) {
117 if (ref $row_ref eq 'HASH') {
118 $result += $row_ref->{bar};
[all …]

12345678