Home
last modified time | relevance | path

Searched refs:join_sql_i (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/postgresql-mysql_fdw/mysql_fdw-REL-2_6_0/
H A Ddeparse.c1941 StringInfoData join_sql_i; local
1948 initStringInfo(&join_sql_i);
1949 mysql_deparse_from_expr(&join_sql_i, root, rel_i, true, params_list);
1958 join_sql_i.data);
/dports/databases/postgresql13-server/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql13-client/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i;
1556 initStringInfo(&join_sql_i);
1557 deparseRangeTblRef(&join_sql_i, root, innerrel,
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len);
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data);
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/postgres_fdw/
H A Ddeparse.c1492 StringInfoData join_sql_i; in deparseFromExprForRel() local
1556 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1557 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1569 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1583 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/postgres_fdw/
H A Ddeparse.c1169 StringInfoData join_sql_i; in deparseFromExprForRel() local
1176 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1177 deparseFromExprForRel(&join_sql_i, root, rel_i, true, params_list); in deparseFromExprForRel()
1185 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/postgres_fdw/
H A Ddeparse.c1498 StringInfoData join_sql_i; in deparseFromExprForRel() local
1562 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1563 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1575 appendBinaryStringInfo(buf, join_sql_i.data, join_sql_i.len); in deparseFromExprForRel()
1589 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/postgres_fdw/
H A Ddeparse.c1505 StringInfoData join_sql_i;
1569 initStringInfo(&join_sql_i);
1570 deparseRangeTblRef(&join_sql_i, root, innerrel,
1582 appendStringInfo(buf, "%s", join_sql_i.data);
1596 get_jointype_name(fpinfo->jointype), join_sql_i.data);
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/postgres_fdw/
H A Ddeparse.c1505 StringInfoData join_sql_i; in deparseFromExprForRel() local
1569 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1570 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1582 appendStringInfo(buf, "%s", join_sql_i.data); in deparseFromExprForRel()
1596 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/postgres_fdw/
H A Ddeparse.c1505 StringInfoData join_sql_i; in deparseFromExprForRel() local
1569 initStringInfo(&join_sql_i); in deparseFromExprForRel()
1570 deparseRangeTblRef(&join_sql_i, root, innerrel, in deparseFromExprForRel()
1582 appendStringInfo(buf, "%s", join_sql_i.data); in deparseFromExprForRel()
1596 get_jointype_name(fpinfo->jointype), join_sql_i.data); in deparseFromExprForRel()

12