> ## Documentation Index
> Fetch the complete documentation index at: https://cockroachlabs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SQL Grammar

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

<Tip>
  This page describes the full CockroachDB SQL grammar. However, as a starting point, it's best to reference our <InternalLink path="sql-statements">SQL statements pages</InternalLink> first, which provide detailed explanations and examples.
</Tip>

<a id="col_label" />

<a id="column_constraints" />

<a id="database_option" />

<a id="column_name" />

<a id="count" />

<a id="fk_column_name" />

<a id="limit_val" />

<a id="offset_val" />

<a id="ref_column_name" />

<a id="simple_" />

<a id="table_alias_name" />

<a id="target_name" />

<a id="timestamp" />

<a id="query" />

<div className="sql-grammar">
  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="stmt_block" href="#stmt_block">stmt\_block:</a></p><svg width="107" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#stmt" title="stmt"> <rect x="31" y="3" width="48" height="32" /> <rect x="29" y="1" width="48" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m3 0 h-3" /> <polygon points="97 17 105 13 105 21" /> <polygon points="97 17 89 13 89 21" /></svg><p>no references</p><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="stmt" href="#stmt">stmt:</a></p><svg width="331" height="145"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="102" height="32" rx="10" /> <rect x="49" y="21" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">HELPTOKEN</text><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction"> <rect x="51" y="67" width="232" height="32" /> <rect x="49" y="65" width="232" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="85">stmt\_without\_legacy\_transaction</text></a><a href="#legacy_transaction_stmt" title="legacy_transaction_stmt"> <rect x="51" y="111" width="176" height="32" /> <rect x="49" y="109" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="129">legacy\_transaction\_stmt</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h242 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v12 m272 0 v-12 m-272 12 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m102 0 h10 m0 0 h130 m-262 -10 v20 m272 0 v-20 m-272 20 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m232 0 h10 m-262 -10 v20 m272 0 v-20 m-272 20 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m176 0 h10 m0 0 h56 m23 -120 h-3" /> <polygon points="321 5 329 1 329 9" /> <polygon points="321 5 313 1 313 9" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_block" title="stmt_block">stmt\_block</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="stmt_without_legacy_transaction" href="#stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction:</a></p><svg width="317" height="1093"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#preparable_stmt" title="preparable_stmt"> <rect x="51" y="3" width="126" height="32" /> <rect x="49" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">preparable\_stmt</text></a><a href="#analyze_stmt" title="analyze_stmt"> <rect x="51" y="47" width="106" height="32" /> <rect x="49" y="45" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">analyze\_stmt</text></a><a href="#call_stmt" title="call_stmt"> <rect x="51" y="91" width="76" height="32" /> <rect x="49" y="89" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">call\_stmt</text></a><a href="#copy_stmt" title="copy_stmt"> <rect x="51" y="135" width="86" height="32" /> <rect x="49" y="133" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">copy\_stmt</text></a><a href="#comment_stmt" title="comment_stmt"> <rect x="51" y="179" width="114" height="32" /> <rect x="49" y="177" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">comment\_stmt</text></a><a href="#execute_stmt" title="execute_stmt"> <rect x="51" y="223" width="106" height="32" /> <rect x="49" y="221" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">execute\_stmt</text></a><a href="#deallocate_stmt" title="deallocate_stmt"> <rect x="51" y="267" width="122" height="32" /> <rect x="49" y="265" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">deallocate\_stmt</text></a><a href="#discard_stmt" title="discard_stmt"> <rect x="51" y="311" width="102" height="32" /> <rect x="49" y="309" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">discard\_stmt</text></a><a href="#do_stmt" title="do_stmt"> <rect x="51" y="355" width="72" height="32" /> <rect x="49" y="353" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">do\_stmt</text></a><a href="#grant_stmt" title="grant_stmt"> <rect x="51" y="399" width="90" height="32" /> <rect x="49" y="397" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">grant\_stmt</text></a><a href="#prepare_stmt" title="prepare_stmt"> <rect x="51" y="443" width="106" height="32" /> <rect x="49" y="441" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">prepare\_stmt</text></a><a href="#revoke_stmt" title="revoke_stmt"> <rect x="51" y="487" width="100" height="32" /> <rect x="49" y="485" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">revoke\_stmt</text></a><a href="#savepoint_stmt" title="savepoint_stmt"> <rect x="51" y="531" width="118" height="32" /> <rect x="49" y="529" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="549">savepoint\_stmt</text></a><a href="#reassign_owned_by_stmt" title="reassign_owned_by_stmt"> <rect x="51" y="575" width="184" height="32" /> <rect x="49" y="573" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="593">reassign\_owned\_by\_stmt</text></a><a href="#drop_owned_by_stmt" title="drop_owned_by_stmt"> <rect x="51" y="619" width="158" height="32" /> <rect x="49" y="617" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="637">drop\_owned\_by\_stmt</text></a><a href="#release_stmt" title="release_stmt"> <rect x="51" y="663" width="104" height="32" /> <rect x="49" y="661" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="681">release\_stmt</text></a><a href="#refresh_stmt" title="refresh_stmt"> <rect x="51" y="707" width="102" height="32" /> <rect x="49" y="705" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="725">refresh\_stmt</text></a><a href="#nonpreparable_set_stmt" title="nonpreparable_set_stmt"> <rect x="51" y="751" width="178" height="32" /> <rect x="49" y="749" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="769">nonpreparable\_set\_stmt</text></a><a href="#transaction_stmt" title="transaction_stmt"> <rect x="51" y="795" width="128" height="32" /> <rect x="49" y="793" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="813">transaction\_stmt</text></a><a href="#close_cursor_stmt" title="close_cursor_stmt"> <rect x="51" y="839" width="136" height="32" /> <rect x="49" y="837" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="857">close\_cursor\_stmt</text></a><a href="#declare_cursor_stmt" title="declare_cursor_stmt"> <rect x="51" y="883" width="150" height="32" /> <rect x="49" y="881" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="901">declare\_cursor\_stmt</text></a><a href="#fetch_cursor_stmt" title="fetch_cursor_stmt"> <rect x="51" y="927" width="134" height="32" /> <rect x="49" y="925" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="945">fetch\_cursor\_stmt</text></a><a href="#move_cursor_stmt" title="move_cursor_stmt"> <rect x="51" y="971" width="138" height="32" /> <rect x="49" y="969" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="989">move\_cursor\_stmt</text></a><a href="#unlisten_stmt" title="unlisten_stmt"> <rect x="51" y="1015" width="106" height="32" /> <rect x="49" y="1013" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1033">unlisten\_stmt</text></a><a href="#show_commit_timestamp_stmt" title="show_commit_timestamp_stmt"> <rect x="51" y="1059" width="218" height="32" /> <rect x="49" y="1057" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1077">show\_commit\_timestamp\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m126 0 h10 m0 0 h92 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m106 0 h10 m0 0 h112 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m76 0 h10 m0 0 h142 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m86 0 h10 m0 0 h132 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m114 0 h10 m0 0 h104 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m106 0 h10 m0 0 h112 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m122 0 h10 m0 0 h96 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m102 0 h10 m0 0 h116 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m72 0 h10 m0 0 h146 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m90 0 h10 m0 0 h128 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m106 0 h10 m0 0 h112 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m100 0 h10 m0 0 h118 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m118 0 h10 m0 0 h100 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m184 0 h10 m0 0 h34 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m158 0 h10 m0 0 h60 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m104 0 h10 m0 0 h114 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m102 0 h10 m0 0 h116 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m178 0 h10 m0 0 h40 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m128 0 h10 m0 0 h90 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m136 0 h10 m0 0 h82 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m150 0 h10 m0 0 h68 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m134 0 h10 m0 0 h84 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m138 0 h10 m0 0 h80 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m106 0 h10 m0 0 h112 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m218 0 h10 m23 -1056 h-3" /> <polygon points="307 17 315 13 315 21" /> <polygon points="307 17 299 13 299 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_body_stmt" title="routine_body_stmt">routine\_body\_stmt</a></li> <li><a href="#stmt" title="stmt">stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="legacy_transaction_stmt" href="#legacy_transaction_stmt">legacy\_transaction\_stmt:</a></p><svg width="239" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#legacy_begin_stmt" title="legacy_begin_stmt"> <rect x="51" y="3" width="140" height="32" /> <rect x="49" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">legacy\_begin\_stmt</text></a><a href="#legacy_end_stmt" title="legacy_end_stmt"> <rect x="51" y="47" width="128" height="32" /> <rect x="49" y="45" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">legacy\_end\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m140 0 h10 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m128 0 h10 m0 0 h12 m23 -44 h-3" /> <polygon points="229 17 237 13 237 21" /> <polygon points="229 17 221 13 221 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt" title="stmt">stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="preparable_stmt" href="#preparable_stmt">preparable\_stmt:</a></p><svg width="253" height="1005"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_stmt" title="alter_stmt"> <rect x="51" y="3" width="86" height="32" /> <rect x="49" y="1" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_stmt</text></a><a href="#backup_stmt" title="backup_stmt"> <rect x="51" y="47" width="102" height="32" /> <rect x="49" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">backup\_stmt</text></a><a href="#cancel_stmt" title="cancel_stmt"> <rect x="51" y="91" width="96" height="32" /> <rect x="49" y="89" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">cancel\_stmt</text></a><a href="#create_stmt" title="create_stmt"> <rect x="51" y="135" width="96" height="32" /> <rect x="49" y="133" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">create\_stmt</text></a><a href="#check_stmt" title="check_stmt"> <rect x="51" y="179" width="92" height="32" /> <rect x="49" y="177" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">check\_stmt</text></a><a href="#delete_stmt" title="delete_stmt"> <rect x="51" y="223" width="96" height="32" /> <rect x="49" y="221" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">delete\_stmt</text></a><a href="#drop_stmt" title="drop_stmt"> <rect x="51" y="267" width="86" height="32" /> <rect x="49" y="265" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">drop\_stmt</text></a><a href="#explain_stmt" title="explain_stmt"> <rect x="51" y="311" width="102" height="32" /> <rect x="49" y="309" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">explain\_stmt</text></a><a href="#import_stmt" title="import_stmt"> <rect x="51" y="355" width="98" height="32" /> <rect x="49" y="353" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">import\_stmt</text></a><a href="#insert_stmt" title="insert_stmt"> <rect x="51" y="399" width="92" height="32" /> <rect x="49" y="397" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">insert\_stmt</text></a><a href="#inspect_stmt" title="inspect_stmt"> <rect x="51" y="443" width="102" height="32" /> <rect x="49" y="441" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">inspect\_stmt</text></a><a href="#pause_stmt" title="pause_stmt"> <rect x="51" y="487" width="96" height="32" /> <rect x="49" y="485" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">pause\_stmt</text></a><a href="#reset_stmt" title="reset_stmt"> <rect x="51" y="531" width="90" height="32" /> <rect x="49" y="529" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="549">reset\_stmt</text></a><a href="#restore_stmt" title="restore_stmt"> <rect x="51" y="575" width="102" height="32" /> <rect x="49" y="573" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="593">restore\_stmt</text></a><a href="#resume_stmt" title="resume_stmt"> <rect x="51" y="619" width="104" height="32" /> <rect x="49" y="617" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="637">resume\_stmt</text></a><a href="#export_stmt" title="export_stmt"> <rect x="51" y="663" width="98" height="32" /> <rect x="49" y="661" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="681">export\_stmt</text></a><a href="#scrub_stmt" title="scrub_stmt"> <rect x="51" y="707" width="90" height="32" /> <rect x="49" y="705" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="725">scrub\_stmt</text></a><a href="#select_stmt" title="select_stmt"> <rect x="51" y="751" width="94" height="32" /> <rect x="49" y="749" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="769">select\_stmt</text></a><a href="#preparable_set_stmt" title="preparable_set_stmt"> <rect x="51" y="795" width="154" height="32" /> <rect x="49" y="793" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="813">preparable\_set\_stmt</text></a><a href="#show_stmt" title="show_stmt"> <rect x="51" y="839" width="88" height="32" /> <rect x="49" y="837" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="857">show\_stmt</text></a><a href="#truncate_stmt" title="truncate_stmt"> <rect x="51" y="883" width="110" height="32" /> <rect x="49" y="881" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="901">truncate\_stmt</text></a><a href="#update_stmt" title="update_stmt"> <rect x="51" y="927" width="102" height="32" /> <rect x="49" y="925" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="945">update\_stmt</text></a><a href="#upsert_stmt" title="upsert_stmt"> <rect x="51" y="971" width="98" height="32" /> <rect x="49" y="969" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="989">upsert\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m86 0 h10 m0 0 h68 m-194 0 h20 m174 0 h20 m-214 0 q10 0 10 10 m194 0 q0 -10 10 -10 m-204 10 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m102 0 h10 m0 0 h52 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m96 0 h10 m0 0 h58 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m96 0 h10 m0 0 h58 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m92 0 h10 m0 0 h62 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m96 0 h10 m0 0 h58 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m86 0 h10 m0 0 h68 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m102 0 h10 m0 0 h52 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m98 0 h10 m0 0 h56 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m92 0 h10 m0 0 h62 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m102 0 h10 m0 0 h52 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m96 0 h10 m0 0 h58 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m90 0 h10 m0 0 h64 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m102 0 h10 m0 0 h52 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m104 0 h10 m0 0 h50 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m98 0 h10 m0 0 h56 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m90 0 h10 m0 0 h64 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m94 0 h10 m0 0 h60 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m154 0 h10 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m88 0 h10 m0 0 h66 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m110 0 h10 m0 0 h44 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m102 0 h10 m0 0 h52 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m98 0 h10 m0 0 h56 m23 -968 h-3" /> <polygon points="243 17 251 13 251 21" /> <polygon points="243 17 235 13 235 21" /></svg><p>referenced by: </p><ul> <li><a href="#common_table_expr" title="common_table_expr">common\_table\_expr</a></li> <li><a href="#explainable_stmt" title="explainable_stmt">explainable\_stmt</a></li> <li><a href="#prepare_stmt" title="prepare_stmt">prepare\_stmt</a></li> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="analyze_stmt" href="#analyze_stmt">analyze\_stmt:</a></p><svg width="317" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ANALYZE</text> <rect x="51" y="47" width="82" height="32" rx="10" /> <rect x="49" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ANALYSE</text><a href="#analyze_target" title="analyze_target"> <rect x="173" y="3" width="116" height="32" /> <rect x="171" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="181" y="21">analyze\_target</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m20 -44 h10 m116 0 h10 m3 0 h-3" /> <polygon points="307 17 315 13 315 21" /> <polygon points="307 17 299 13 299 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="call_stmt" href="#call_stmt">call\_stmt:</a></p><svg width="257" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="54" height="32" rx="10" /> <rect x="29" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CALL</text><a href="#func_application" title="func_application"> <rect x="105" y="3" width="124" height="32" /> <rect x="103" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="113" y="21">func\_application</text></a><path className="line" d="m17 17 h2 m0 0 h10 m54 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="247 17 255 13 255 21" /> <polygon points="247 17 239 13 239 21" /></svg><p>referenced by: </p><ul> <li><a href="#explainable_stmt" title="explainable_stmt">explainable\_stmt</a></li> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_stmt" href="#copy_stmt">copy\_stmt:</a></p><svg width="877" height="191"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="58" height="32" rx="10" /> <rect x="31" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">COPY</text><a href="#table_name" title="table_name"> <rect x="45" y="69" width="96" height="32" /> <rect x="43" y="67" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">table\_name</text></a><a href="#opt_column_list" title="opt_column_list"> <rect x="161" y="69" width="120" height="32" /> <rect x="159" y="67" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="169" y="87">opt\_column\_list</text></a><rect x="321" y="69" width="60" height="32" rx="10" /> <rect x="319" y="67" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="87">FROM</text> <rect x="401" y="69" width="64" height="32" rx="10" /> <rect x="399" y="67" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="87">STDIN</text><a href="#opt_with_copy_options" title="opt_with_copy_options"> <rect x="485" y="69" width="168" height="32" /> <rect x="483" y="67" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="493" y="87">opt\_with\_copy\_options</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="673" y="69" width="136" height="32" /> <rect x="671" y="67" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="681" y="87">opt\_where\_clause</text></a><rect x="321" y="113" width="38" height="32" rx="10" /> <rect x="319" y="111" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="131">TO</text> <rect x="379" y="113" width="76" height="32" rx="10" /> <rect x="377" y="111" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="387" y="131">STDOUT</text><a href="#opt_with_copy_options" title="opt_with_copy_options"> <rect x="475" y="113" width="168" height="32" /> <rect x="473" y="111" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="483" y="131">opt\_with\_copy\_options</text></a><rect x="45" y="157" width="26" height="32" rx="10" /> <rect x="43" y="155" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="175">(</text><a href="#copy_to_stmt" title="copy_to_stmt"> <rect x="91" y="157" width="106" height="32" /> <rect x="89" y="155" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="99" y="175">copy\_to\_stmt</text></a><rect x="217" y="157" width="26" height="32" rx="10" /> <rect x="215" y="155" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="175">)</text> <rect x="263" y="157" width="38" height="32" rx="10" /> <rect x="261" y="155" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="175">TO</text> <rect x="321" y="157" width="76" height="32" rx="10" /> <rect x="319" y="155" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="175">STDOUT</text><a href="#opt_with_copy_options" title="opt_with_copy_options"> <rect x="417" y="157" width="168" height="32" /> <rect x="415" y="155" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="425" y="175">opt\_with\_copy\_options</text></a><path className="line" d="m19 17 h2 m0 0 h10 m58 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-110 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m96 0 h10 m0 0 h10 m120 0 h10 m20 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m136 0 h10 m-528 0 h20 m508 0 h20 m-548 0 q10 0 10 10 m528 0 q0 -10 10 -10 m-538 10 v24 m528 0 v-24 m-528 24 q0 10 10 10 m508 0 q10 0 10 -10 m-518 10 h10 m38 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m168 0 h10 m0 0 h166 m-804 -44 h20 m804 0 h20 m-844 0 q10 0 10 10 m824 0 q0 -10 10 -10 m-834 10 v68 m824 0 v-68 m-824 68 q0 10 10 10 m804 0 q10 0 10 -10 m-814 10 h10 m26 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m168 0 h10 m0 0 h244 m23 -88 h-3" /> <polygon points="867 83 875 79 875 87" /> <polygon points="867 83 859 79 859 87" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="comment_stmt" href="#comment_stmt">comment\_stmt:</a></p><svg width="733" height="367"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="88" height="32" rx="10" /> <rect x="29" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">COMMENT</text> <rect x="139" y="3" width="40" height="32" rx="10" /> <rect x="137" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="21">ON</text> <rect x="219" y="3" width="92" height="32" rx="10" /> <rect x="217" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="331" y="3" width="124" height="32" /> <rect x="329" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="339" y="21">database\_name</text></a><rect x="219" y="47" width="76" height="32" rx="10" /> <rect x="217" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="65">SCHEMA</text><a href="#qualifiable_schema_name" title="qualifiable_schema_name"> <rect x="315" y="47" width="186" height="32" /> <rect x="313" y="45" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="323" y="65">qualifiable\_schema\_name</text></a><rect x="219" y="91" width="54" height="32" rx="10" /> <rect x="217" y="89" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="109">TYPE</text><a href="#type_name" title="type_name"> <rect x="293" y="91" width="92" height="32" /> <rect x="291" y="89" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="301" y="109">type\_name</text></a><rect x="239" y="135" width="62" height="32" rx="10" /> <rect x="237" y="133" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="247" y="153">TABLE</text> <rect x="239" y="179" width="110" height="32" rx="10" /> <rect x="237" y="177" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="247" y="197">CONSTRAINT</text><a href="#constraint_name" title="constraint_name"> <rect x="369" y="179" width="126" height="32" /> <rect x="367" y="177" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="197">constraint\_name</text></a><rect x="515" y="179" width="40" height="32" rx="10" /> <rect x="513" y="177" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="197">ON</text><a href="#table_name" title="table_name"> <rect x="595" y="135" width="96" height="32" /> <rect x="593" y="133" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="153">table\_name</text></a><rect x="219" y="223" width="78" height="32" rx="10" /> <rect x="217" y="221" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="241">COLUMN</text><a href="#column_path" title="column_path"> <rect x="317" y="223" width="102" height="32" /> <rect x="315" y="221" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="325" y="241">column\_path</text></a><rect x="219" y="267" width="64" height="32" rx="10" /> <rect x="217" y="265" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="285">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="303" y="267" width="138" height="32" /> <rect x="301" y="265" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="285">table\_index\_name</text></a><rect x="537" y="333" width="36" height="32" rx="10" /> <rect x="535" y="331" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="545" y="351">IS</text><a href="#comment_text" title="comment_text"> <rect x="593" y="333" width="112" height="32" /> <rect x="591" y="331" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="601" y="351">comment\_text</text></a><path className="line" d="m17 17 h2 m0 0 h10 m88 0 h10 m0 0 h10 m40 0 h10 m20 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h236 m-512 0 h20 m492 0 h20 m-532 0 q10 0 10 10 m512 0 q0 -10 10 -10 m-522 10 v24 m512 0 v-24 m-512 24 q0 10 10 10 m492 0 q10 0 10 -10 m-502 10 h10 m76 0 h10 m0 0 h10 m186 0 h10 m0 0 h190 m-502 -10 v20 m512 0 v-20 m-512 20 v24 m512 0 v-24 m-512 24 q0 10 10 10 m492 0 q10 0 10 -10 m-502 10 h10 m54 0 h10 m0 0 h10 m92 0 h10 m0 0 h306 m-502 -10 v20 m512 0 v-20 m-512 20 v24 m512 0 v-24 m-512 24 q0 10 10 10 m492 0 q10 0 10 -10 m-482 10 h10 m62 0 h10 m0 0 h254 m-356 0 h20 m336 0 h20 m-376 0 q10 0 10 10 m356 0 q0 -10 10 -10 m-366 10 v24 m356 0 v-24 m-356 24 q0 10 10 10 m336 0 q10 0 10 -10 m-346 10 h10 m110 0 h10 m0 0 h10 m126 0 h10 m0 0 h10 m40 0 h10 m20 -44 h10 m96 0 h10 m-502 -10 v20 m512 0 v-20 m-512 20 v68 m512 0 v-68 m-512 68 q0 10 10 10 m492 0 q10 0 10 -10 m-502 10 h10 m78 0 h10 m0 0 h10 m102 0 h10 m0 0 h272 m-502 -10 v20 m512 0 v-20 m-512 20 v24 m512 0 v-24 m-512 24 q0 10 10 10 m492 0 q10 0 10 -10 m-502 10 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h250 m22 -264 l2 0 m2 0 l2 0 m2 0 l2 0 m-218 330 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m36 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="723 347 731 343 731 351" /> <polygon points="723 347 715 343 715 351" /></svg><p>referenced by: </p><ul> <li><a href="#explainable_stmt" title="explainable_stmt">explainable\_stmt</a></li> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="execute_stmt" href="#execute_stmt">execute\_stmt:</a></p><svg width="481" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXECUTE</text><a href="#table_alias_name" title="table_alias_name"> <rect x="131" y="3" width="134" height="32" /> <rect x="129" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="21">table\_alias\_name</text></a><a href="#execute_param_clause" title="execute_param_clause"> <rect x="285" y="3" width="168" height="32" /> <rect x="283" y="1" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="293" y="21">execute\_param\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m134 0 h10 m0 0 h10 m168 0 h10 m3 0 h-3" /> <polygon points="471 17 479 13 479 21" /> <polygon points="471 17 463 13 463 21" /></svg><p>referenced by: </p><ul> <li><a href="#explainable_stmt" title="explainable_stmt">explainable\_stmt</a></li> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="deallocate_stmt" href="#deallocate_stmt">deallocate\_stmt:</a></p><svg width="425" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="108" height="32" rx="10" /> <rect x="29" y="1" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DEALLOCATE</text> <rect x="179" y="35" width="82" height="32" rx="10" /> <rect x="177" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="187" y="53">PREPARE</text><a href="#name" title="name"> <rect x="321" y="3" width="56" height="32" /> <rect x="319" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="329" y="21">name</text></a><rect x="321" y="47" width="44" height="32" rx="10" /> <rect x="319" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="65">ALL</text> <path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m40 -32 h10 m56 0 h10 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v24 m96 0 v-24 m-96 24 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m44 0 h10 m0 0 h12 m23 -44 h-3" /> <polygon points="415 17 423 13 423 21" /> <polygon points="415 17 407 13 407 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="discard_stmt" href="#discard_stmt">discard\_stmt:</a></p><svg width="305" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DISCARD</text> <rect x="153" y="3" width="44" height="32" rx="10" /> <rect x="151" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="21">ALL</text> <rect x="153" y="47" width="102" height="32" rx="10" /> <rect x="151" y="45" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="65">SEQUENCES</text> <rect x="153" y="91" width="56" height="32" rx="10" /> <rect x="151" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="109">TEMP</text> <rect x="153" y="135" width="104" height="32" rx="10" /> <rect x="151" y="133" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="153">TEMPORARY</text> <path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m20 0 h10 m44 0 h10 m0 0 h60 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m102 0 h10 m0 0 h2 m-134 -10 v20 m144 0 v-20 m-144 20 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m56 0 h10 m0 0 h48 m-134 -10 v20 m144 0 v-20 m-144 20 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m23 -132 h-3" /> <polygon points="295 17 303 13 303 21" /> <polygon points="295 17 287 13 287 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="do_stmt" href="#do_stmt">do\_stmt:</a></p><svg width="247" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="40" height="32" rx="10" /> <rect x="29" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DO</text><a href="#do_stmt_opt_list" title="do_stmt_opt_list"> <rect x="91" y="3" width="128" height="32" /> <rect x="89" y="1" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="99" y="21">do\_stmt\_opt\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m40 0 h10 m0 0 h10 m128 0 h10 m3 0 h-3" /> <polygon points="237 17 245 13 245 21" /> <polygon points="237 17 229 13 229 21" /></svg><p>referenced by: </p><ul> <li><a href="#explainable_stmt" title="explainable_stmt">explainable\_stmt</a></li> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="grant_stmt" href="#grant_stmt">grant\_stmt:</a></p><svg width="1271" height="519"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="66" height="32" rx="10" /> <rect x="31" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">GRANT</text><a href="#privileges" title="privileges"> <rect x="65" y="69" width="80" height="32" /> <rect x="63" y="67" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="73" y="87">privileges</text></a><rect x="165" y="69" width="40" height="32" rx="10" /> <rect x="163" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="87">ON</text><a href="#grant_targets" title="grant_targets"> <rect x="245" y="69" width="108" height="32" /> <rect x="243" y="67" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="87">grant\_targets</text></a><rect x="245" y="113" width="54" height="32" rx="10" /> <rect x="243" y="111" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="131">TYPE</text><a href="#target_types" title="target_types"> <rect x="319" y="113" width="102" height="32" /> <rect x="317" y="111" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="327" y="131">target\_types</text></a><rect x="265" y="189" width="44" height="32" rx="10" /> <rect x="263" y="187" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="207">ALL</text> <rect x="349" y="189" width="102" height="32" rx="10" /> <rect x="347" y="187" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="207">SEQUENCES</text> <rect x="349" y="233" width="72" height="32" rx="10" /> <rect x="347" y="231" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="251">TABLES</text> <rect x="349" y="277" width="102" height="32" rx="10" /> <rect x="347" y="275" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="295">FUNCTIONS</text> <rect x="349" y="321" width="112" height="32" rx="10" /> <rect x="347" y="319" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="339">PROCEDURES</text> <rect x="349" y="365" width="92" height="32" rx="10" /> <rect x="347" y="363" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="383">ROUTINES</text> <rect x="501" y="189" width="36" height="32" rx="10" /> <rect x="499" y="187" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="509" y="207">IN</text> <rect x="577" y="157" width="76" height="32" rx="10" /> <rect x="575" y="155" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="585" y="175">SCHEMA</text><a href="#schema_name_list" title="schema_name_list"> <rect x="673" y="157" width="138" height="32" /> <rect x="671" y="155" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="681" y="175">schema\_name\_list</text></a><rect x="65" y="409" width="74" height="32" rx="10" /> <rect x="63" y="407" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="427">SYSTEM</text><a href="#privileges" title="privileges"> <rect x="159" y="409" width="80" height="32" /> <rect x="157" y="407" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="167" y="427">privileges</text></a><rect x="871" y="69" width="38" height="32" rx="10" /> <rect x="869" y="67" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="879" y="87">TO</text><a href="#role_spec_list" title="role_spec_list"> <rect x="929" y="69" width="108" height="32" /> <rect x="927" y="67" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="937" y="87">role\_spec\_list</text></a><a href="#opt_with_grant_option" title="opt_with_grant_option"> <rect x="1057" y="69" width="166" height="32" /> <rect x="1055" y="67" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="1065" y="87">opt\_with\_grant\_option</text></a><a href="#privilege_list" title="privilege_list"> <rect x="45" y="453" width="100" height="32" /> <rect x="43" y="451" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="471">privilege\_list</text></a><rect x="165" y="453" width="38" height="32" rx="10" /> <rect x="163" y="451" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="471">TO</text><a href="#role_spec_list" title="role_spec_list"> <rect x="223" y="453" width="108" height="32" /> <rect x="221" y="451" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="231" y="471">role\_spec\_list</text></a><rect x="371" y="485" width="58" height="32" rx="10" /> <rect x="369" y="483" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="503">WITH</text> <rect x="449" y="485" width="66" height="32" rx="10" /> <rect x="447" y="483" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="503">ADMIN</text> <rect x="535" y="485" width="76" height="32" rx="10" /> <rect x="533" y="483" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="543" y="503">OPTION</text> <path className="line" d="m19 17 h2 m0 0 h10 m66 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-118 66 l2 0 m2 0 l2 0 m2 0 l2 0 m42 0 h10 m80 0 h10 m0 0 h10 m40 0 h10 m20 0 h10 m108 0 h10 m0 0 h458 m-606 0 h20 m586 0 h20 m-626 0 q10 0 10 10 m606 0 q0 -10 10 -10 m-616 10 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-596 10 h10 m54 0 h10 m0 0 h10 m102 0 h10 m0 0 h390 m-596 -10 v20 m606 0 v-20 m-606 20 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-576 10 h10 m0 0 h282 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v12 m312 0 v-12 m-312 12 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m44 0 h10 m20 0 h10 m102 0 h10 m0 0 h10 m-152 0 h20 m132 0 h20 m-172 0 q10 0 10 10 m152 0 q0 -10 10 -10 m-162 10 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m72 0 h10 m0 0 h40 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m102 0 h10 m0 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m112 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m92 0 h10 m0 0 h20 m20 -176 h10 m36 0 h10 m20 -32 h10 m76 0 h10 m0 0 h10 m138 0 h10 m-786 -88 h20 m786 0 h20 m-826 0 q10 0 10 10 m806 0 q0 -10 10 -10 m-816 10 v320 m806 0 v-320 m-806 320 q0 10 10 10 m786 0 q10 0 10 -10 m-796 10 h10 m74 0 h10 m0 0 h10 m80 0 h10 m0 0 h592 m20 -340 h10 m38 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m166 0 h10 m-1218 0 h20 m1198 0 h20 m-1238 0 q10 0 10 10 m1218 0 q0 -10 10 -10 m-1228 10 v364 m1218 0 v-364 m-1218 364 q0 10 10 10 m1198 0 q10 0 10 -10 m-1208 10 h10 m100 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m108 0 h10 m20 0 h10 m0 0 h250 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v12 m280 0 v-12 m-280 12 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m58 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m76 0 h10 m20 -32 h592 m23 -384 h-3" /> <polygon points="1261 83 1269 79 1269 87" /> <polygon points="1261 83 1253 79 1253 87" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="prepare_stmt" href="#prepare_stmt">prepare\_stmt:</a></p><svg width="653" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PREPARE</text><a href="#table_alias_name" title="table_alias_name"> <rect x="133" y="3" width="134" height="32" /> <rect x="131" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="21">table\_alias\_name</text></a><a href="#prep_type_clause" title="prep_type_clause"> <rect x="287" y="3" width="134" height="32" /> <rect x="285" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="295" y="21">prep\_type\_clause</text></a><rect x="441" y="3" width="38" height="32" rx="10" /> <rect x="439" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="449" y="21">AS</text><a href="#preparable_stmt" title="preparable_stmt"> <rect x="499" y="3" width="126" height="32" /> <rect x="497" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="507" y="21">preparable\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m0 0 h10 m134 0 h10 m0 0 h10 m134 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="643 17 651 13 651 21" /> <polygon points="643 17 635 13 635 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="revoke_stmt" href="#revoke_stmt">revoke\_stmt:</a></p><svg width="1143" height="925"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">REVOKE</text><a href="#privileges" title="privileges"> <rect x="45" y="69" width="80" height="32" /> <rect x="43" y="67" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">privileges</text></a><rect x="145" y="69" width="40" height="32" rx="10" /> <rect x="143" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="87">ON</text><a href="#grant_targets" title="grant_targets"> <rect x="225" y="69" width="108" height="32" /> <rect x="223" y="67" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="87">grant\_targets</text></a><rect x="225" y="113" width="54" height="32" rx="10" /> <rect x="223" y="111" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="131">TYPE</text><a href="#target_types" title="target_types"> <rect x="299" y="113" width="102" height="32" /> <rect x="297" y="111" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="131">target\_types</text></a><rect x="245" y="189" width="44" height="32" rx="10" /> <rect x="243" y="187" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="207">ALL</text> <rect x="329" y="189" width="72" height="32" rx="10" /> <rect x="327" y="187" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="207">TABLES</text> <rect x="329" y="233" width="102" height="32" rx="10" /> <rect x="327" y="231" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="251">SEQUENCES</text> <rect x="329" y="277" width="102" height="32" rx="10" /> <rect x="327" y="275" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="295">FUNCTIONS</text> <rect x="329" y="321" width="112" height="32" rx="10" /> <rect x="327" y="319" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="339">PROCEDURES</text> <rect x="329" y="365" width="92" height="32" rx="10" /> <rect x="327" y="363" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="383">ROUTINES</text> <rect x="481" y="189" width="36" height="32" rx="10" /> <rect x="479" y="187" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="489" y="207">IN</text> <rect x="557" y="157" width="76" height="32" rx="10" /> <rect x="555" y="155" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="565" y="175">SCHEMA</text><a href="#schema_name_list" title="schema_name_list"> <rect x="653" y="157" width="138" height="32" /> <rect x="651" y="155" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="661" y="175">schema\_name\_list</text></a><rect x="65" y="441" width="66" height="32" rx="10" /> <rect x="63" y="439" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="459">ADMIN</text> <rect x="151" y="441" width="76" height="32" rx="10" /> <rect x="149" y="439" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="459">OPTION</text> <rect x="247" y="441" width="48" height="32" rx="10" /> <rect x="245" y="439" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="459">FOR</text><a href="#privilege_list" title="privilege_list"> <rect x="335" y="409" width="100" height="32" /> <rect x="333" y="407" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="343" y="427">privilege\_list</text></a><rect x="45" y="485" width="74" height="32" rx="10" /> <rect x="43" y="483" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="503">SYSTEM</text><a href="#privileges" title="privileges"> <rect x="139" y="485" width="80" height="32" /> <rect x="137" y="483" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="147" y="503">privileges</text></a><rect x="45" y="529" width="66" height="32" rx="10" /> <rect x="43" y="527" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="547">GRANT</text> <rect x="131" y="529" width="76" height="32" rx="10" /> <rect x="129" y="527" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="547">OPTION</text> <rect x="227" y="529" width="48" height="32" rx="10" /> <rect x="225" y="527" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="547">FOR</text><a href="#privileges" title="privileges"> <rect x="315" y="529" width="80" height="32" /> <rect x="313" y="527" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="323" y="547">privileges</text></a><rect x="415" y="529" width="40" height="32" rx="10" /> <rect x="413" y="527" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="423" y="547">ON</text><a href="#grant_targets" title="grant_targets"> <rect x="495" y="529" width="108" height="32" /> <rect x="493" y="527" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="547">grant\_targets</text></a><rect x="495" y="573" width="54" height="32" rx="10" /> <rect x="493" y="571" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="503" y="591">TYPE</text><a href="#target_types" title="target_types"> <rect x="569" y="573" width="102" height="32" /> <rect x="567" y="571" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="577" y="591">target\_types</text></a><rect x="515" y="649" width="44" height="32" rx="10" /> <rect x="513" y="647" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="667">ALL</text> <rect x="599" y="649" width="72" height="32" rx="10" /> <rect x="597" y="647" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="607" y="667">TABLES</text> <rect x="599" y="693" width="102" height="32" rx="10" /> <rect x="597" y="691" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="607" y="711">FUNCTIONS</text> <rect x="599" y="737" width="112" height="32" rx="10" /> <rect x="597" y="735" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="607" y="755">PROCEDURES</text> <rect x="599" y="781" width="92" height="32" rx="10" /> <rect x="597" y="779" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="607" y="799">ROUTINES</text> <rect x="751" y="649" width="36" height="32" rx="10" /> <rect x="749" y="647" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="759" y="667">IN</text> <rect x="827" y="617" width="76" height="32" rx="10" /> <rect x="825" y="615" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="835" y="635">SCHEMA</text><a href="#schema_name_list" title="schema_name_list"> <rect x="923" y="617" width="138" height="32" /> <rect x="921" y="615" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="931" y="635">schema\_name\_list</text></a><rect x="315" y="825" width="74" height="32" rx="10" /> <rect x="313" y="823" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="323" y="843">SYSTEM</text><a href="#privileges" title="privileges"> <rect x="409" y="825" width="80" height="32" /> <rect x="407" y="823" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="843">privileges</text></a><rect x="927" y="891" width="60" height="32" rx="10" /> <rect x="925" y="889" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="935" y="909">FROM</text><a href="#role_spec_list" title="role_spec_list"> <rect x="1007" y="891" width="108" height="32" /> <rect x="1005" y="889" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="1015" y="909">role\_spec\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-124 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m80 0 h10 m0 0 h10 m40 0 h10 m20 0 h10 m108 0 h10 m0 0 h458 m-606 0 h20 m586 0 h20 m-626 0 q10 0 10 10 m606 0 q0 -10 10 -10 m-616 10 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-596 10 h10 m54 0 h10 m0 0 h10 m102 0 h10 m0 0 h390 m-596 -10 v20 m606 0 v-20 m-606 20 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-576 10 h10 m0 0 h282 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v12 m312 0 v-12 m-312 12 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m44 0 h10 m20 0 h10 m72 0 h10 m0 0 h40 m-152 0 h20 m132 0 h20 m-172 0 q10 0 10 10 m152 0 q0 -10 10 -10 m-162 10 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m102 0 h10 m0 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m102 0 h10 m0 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m112 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m92 0 h10 m0 0 h20 m20 -176 h10 m36 0 h10 m20 -32 h10 m76 0 h10 m0 0 h10 m138 0 h10 m20 -88 h290 m-1096 0 h20 m1076 0 h20 m-1116 0 q10 0 10 10 m1096 0 q0 -10 10 -10 m-1106 10 v320 m1096 0 v-320 m-1096 320 q0 10 10 10 m1076 0 q10 0 10 -10 m-1066 10 h10 m0 0 h240 m-270 0 h20 m250 0 h20 m-290 0 q10 0 10 10 m270 0 q0 -10 10 -10 m-280 10 v12 m270 0 v-12 m-270 12 q0 10 10 10 m250 0 q10 0 10 -10 m-260 10 h10 m66 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m48 0 h10 m20 -32 h10 m100 0 h10 m0 0 h666 m-1086 -10 v20 m1096 0 v-20 m-1096 20 v56 m1096 0 v-56 m-1096 56 q0 10 10 10 m1076 0 q10 0 10 -10 m-1086 10 h10 m74 0 h10 m0 0 h10 m80 0 h10 m0 0 h882 m-1086 -10 v20 m1096 0 v-20 m-1096 20 v24 m1096 0 v-24 m-1096 24 q0 10 10 10 m1076 0 q10 0 10 -10 m-1086 10 h10 m66 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m48 0 h10 m20 0 h10 m80 0 h10 m0 0 h10 m40 0 h10 m20 0 h10 m108 0 h10 m0 0 h458 m-606 0 h20 m586 0 h20 m-626 0 q10 0 10 10 m606 0 q0 -10 10 -10 m-616 10 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-596 10 h10 m54 0 h10 m0 0 h10 m102 0 h10 m0 0 h390 m-596 -10 v20 m606 0 v-20 m-606 20 v24 m606 0 v-24 m-606 24 q0 10 10 10 m586 0 q10 0 10 -10 m-576 10 h10 m0 0 h282 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v12 m312 0 v-12 m-312 12 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m44 0 h10 m20 0 h10 m72 0 h10 m0 0 h40 m-152 0 h20 m132 0 h20 m-172 0 q10 0 10 10 m152 0 q0 -10 10 -10 m-162 10 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m102 0 h10 m0 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m112 0 h10 m-142 -10 v20 m152 0 v-20 m-152 20 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m92 0 h10 m0 0 h20 m20 -132 h10 m36 0 h10 m20 -32 h10 m76 0 h10 m0 0 h10 m138 0 h10 m-786 -88 h20 m786 0 h20 m-826 0 q10 0 10 10 m806 0 q0 -10 10 -10 m-816 10 v276 m806 0 v-276 m-806 276 q0 10 10 10 m786 0 q10 0 10 -10 m-796 10 h10 m74 0 h10 m0 0 h10 m80 0 h10 m0 0 h592 m42 -756 l2 0 m2 0 l2 0 m2 0 l2 0 m-238 822 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m60 0 h10 m0 0 h10 m108 0 h10 m3 0 h-3" /> <polygon points="1133 905 1141 901 1141 909" /> <polygon points="1133 905 1125 901 1125 909" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="savepoint_stmt" href="#savepoint_stmt">savepoint\_stmt:</a></p><svg width="235" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="100" height="32" rx="10" /> <rect x="29" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SAVEPOINT</text><a href="#name" title="name"> <rect x="151" y="3" width="56" height="32" /> <rect x="149" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="159" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m100 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="225 17 233 13 233 21" /> <polygon points="225 17 217 13 217 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reassign_owned_by_stmt" href="#reassign_owned_by_stmt">reassign\_owned\_by\_stmt:</a></p><svg width="587" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="90" height="32" rx="10" /> <rect x="29" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">REASSIGN</text> <rect x="141" y="3" width="72" height="32" rx="10" /> <rect x="139" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="21">OWNED</text> <rect x="233" y="3" width="38" height="32" rx="10" /> <rect x="231" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="21">BY</text><a href="#role_spec_list" title="role_spec_list"> <rect x="291" y="3" width="108" height="32" /> <rect x="289" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="21">role\_spec\_list</text></a><rect x="419" y="3" width="38" height="32" rx="10" /> <rect x="417" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="427" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="477" y="3" width="82" height="32" /> <rect x="475" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="485" y="21">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m90 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="577 17 585 13 585 21" /> <polygon points="577 17 569 13 569 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_owned_by_stmt" href="#drop_owned_by_stmt">drop\_owned\_by\_stmt:</a></p><svg width="557" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="72" height="32" rx="10" /> <rect x="107" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">OWNED</text> <rect x="201" y="3" width="38" height="32" rx="10" /> <rect x="199" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="21">BY</text><a href="#role_spec_list" title="role_spec_list"> <rect x="259" y="3" width="108" height="32" /> <rect x="257" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="21">role\_spec\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="387" y="3" width="142" height="32" /> <rect x="385" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="395" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="547 17 555 13 555 21" /> <polygon points="547 17 539 13 539 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="release_stmt" href="#release_stmt">release\_stmt:</a></p><svg width="285" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RELEASE</text><a href="#savepoint_name" title="savepoint_name"> <rect x="131" y="3" width="126" height="32" /> <rect x="129" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="21">savepoint\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="refresh_stmt" href="#refresh_stmt">refresh\_stmt:</a></p><svg width="613" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">REFRESH</text> <rect x="133" y="3" width="122" height="32" rx="10" /> <rect x="131" y="1" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="21">MATERIALIZED</text> <rect x="275" y="3" width="58" height="32" rx="10" /> <rect x="273" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="21">VIEW</text><a href="#opt_concurrently" title="opt_concurrently"> <rect x="353" y="3" width="126" height="32" /> <rect x="351" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="361" y="21">opt\_concurrently</text></a><a href="#view_name" title="view_name"> <rect x="499" y="3" width="92" height="32" /> <rect x="497" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="507" y="21">view\_name</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="317" y="69" width="132" height="32" /> <rect x="315" y="67" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="325" y="87">opt\_as\_of\_clause</text></a><a href="#opt_clear_data" title="opt_clear_data"> <rect x="469" y="69" width="116" height="32" /> <rect x="467" y="67" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="477" y="87">opt\_clear\_data</text></a><path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m126 0 h10 m0 0 h10 m92 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-318 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m132 0 h10 m0 0 h10 m116 0 h10 m3 0 h-3" /> <polygon points="603 83 611 79 611 87" /> <polygon points="603 83 595 79 595 87" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="nonpreparable_set_stmt" href="#nonpreparable_set_stmt">nonpreparable\_set\_stmt:</a></p><svg width="215" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#set_transaction_stmt" title="set_transaction_stmt"> <rect x="31" y="3" width="156" height="32" /> <rect x="29" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">set\_transaction\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m156 0 h10 m3 0 h-3" /> <polygon points="205 17 213 13 213 21" /> <polygon points="205 17 197 13 197 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_stmt" href="#transaction_stmt">transaction\_stmt:</a></p><svg width="285" height="301"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#begin_stmt" title="begin_stmt"> <rect x="51" y="3" width="92" height="32" /> <rect x="49" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">begin\_stmt</text></a><a href="#commit_stmt" title="commit_stmt"> <rect x="51" y="47" width="102" height="32" /> <rect x="49" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">commit\_stmt</text></a><a href="#rollback_stmt" title="rollback_stmt"> <rect x="51" y="91" width="106" height="32" /> <rect x="49" y="89" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">rollback\_stmt</text></a><a href="#abort_stmt" title="abort_stmt"> <rect x="51" y="135" width="90" height="32" /> <rect x="49" y="133" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">abort\_stmt</text></a><a href="#prepare_transaction_stmt" title="prepare_transaction_stmt"> <rect x="51" y="179" width="186" height="32" /> <rect x="49" y="177" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">prepare\_transaction\_stmt</text></a><a href="#commit_prepared_stmt" title="commit_prepared_stmt"> <rect x="51" y="223" width="168" height="32" /> <rect x="49" y="221" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">commit\_prepared\_stmt</text></a><a href="#rollback_prepared_stmt" title="rollback_prepared_stmt"> <rect x="51" y="267" width="172" height="32" /> <rect x="49" y="265" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">rollback\_prepared\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m92 0 h10 m0 0 h94 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m102 0 h10 m0 0 h84 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m106 0 h10 m0 0 h80 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m90 0 h10 m0 0 h96 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m168 0 h10 m0 0 h18 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m172 0 h10 m0 0 h14 m23 -264 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="close_cursor_stmt" href="#close_cursor_stmt">close\_cursor\_stmt:</a></p><svg width="285" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CLOSE</text> <rect x="135" y="3" width="44" height="32" rx="10" /> <rect x="133" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">ALL</text><a href="#cursor_name" title="cursor_name"> <rect x="135" y="47" width="102" height="32" /> <rect x="133" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="65">cursor\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m44 0 h10 m0 0 h58 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m23 -44 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="declare_cursor_stmt" href="#declare_cursor_stmt">declare\_cursor\_stmt:</a></p><svg width="697" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DECLARE</text><a href="#cursor_name" title="cursor_name"> <rect x="133" y="3" width="102" height="32" /> <rect x="131" y="1" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="21">cursor\_name</text></a><a href="#opt_binary" title="opt_binary"> <rect x="255" y="3" width="88" height="32" /> <rect x="253" y="1" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="21">opt\_binary</text></a><a href="#opt_sensitivity" title="opt_sensitivity"> <rect x="363" y="3" width="112" height="32" /> <rect x="361" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="371" y="21">opt\_sensitivity</text></a><a href="#opt_scroll" title="opt_scroll"> <rect x="495" y="3" width="82" height="32" /> <rect x="493" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="21">opt\_scroll</text></a><rect x="597" y="3" width="78" height="32" rx="10" /> <rect x="595" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="605" y="21">CURSOR</text><a href="#opt_hold" title="opt_hold"> <rect x="255" y="69" width="76" height="32" /> <rect x="253" y="67" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="87">opt\_hold</text></a><a href="#for_with_lookahead_variants" title="for_with_lookahead_variants"> <rect x="351" y="69" width="204" height="32" /> <rect x="349" y="67" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="359" y="87">for\_with\_lookahead\_variants</text></a><a href="#select_stmt" title="select_stmt"> <rect x="575" y="69" width="94" height="32" /> <rect x="573" y="67" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="87">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m112 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m78 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-464 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m76 0 h10 m0 0 h10 m204 0 h10 m0 0 h10 m94 0 h10 m3 0 h-3" /> <polygon points="687 83 695 79 695 87" /> <polygon points="687 83 679 79 679 87" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="fetch_cursor_stmt" href="#fetch_cursor_stmt">fetch\_cursor\_stmt:</a></p><svg width="337" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FETCH</text><a href="#cursor_movement_specifier" title="cursor_movement_specifier"> <rect x="113" y="3" width="196" height="32" /> <rect x="111" y="1" width="196" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">cursor\_movement\_specifier</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m196 0 h10 m3 0 h-3" /> <polygon points="327 17 335 13 335 21" /> <polygon points="327 17 319 13 319 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="move_cursor_stmt" href="#move_cursor_stmt">move\_cursor\_stmt:</a></p><svg width="335" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="60" height="32" rx="10" /> <rect x="29" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">MOVE</text><a href="#cursor_movement_specifier" title="cursor_movement_specifier"> <rect x="111" y="3" width="196" height="32" /> <rect x="109" y="1" width="196" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="21">cursor\_movement\_specifier</text></a><path className="line" d="m17 17 h2 m0 0 h10 m60 0 h10 m0 0 h10 m196 0 h10 m3 0 h-3" /> <polygon points="325 17 333 13 333 21" /> <polygon points="325 17 317 13 317 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="unlisten_stmt" href="#unlisten_stmt">unlisten\_stmt:</a></p><svg width="301" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="90" height="32" rx="10" /> <rect x="29" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">UNLISTEN</text><a href="#type_name" title="type_name"> <rect x="161" y="3" width="92" height="32" /> <rect x="159" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="169" y="21">type\_name</text></a><rect x="161" y="47" width="28" height="32" rx="10" /> <rect x="159" y="45" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="65">\*</text> <path className="line" d="m17 17 h2 m0 0 h10 m90 0 h10 m20 0 h10 m92 0 h10 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m28 0 h10 m0 0 h64 m23 -44 h-3" /> <polygon points="291 17 299 13 299 21" /> <polygon points="291 17 283 13 283 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_commit_timestamp_stmt" href="#show_commit_timestamp_stmt">show\_commit\_timestamp\_stmt:</a></p><svg width="341" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="78" height="32" rx="10" /> <rect x="113" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">COMMIT</text> <rect x="213" y="3" width="100" height="32" rx="10" /> <rect x="211" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="21">TIMESTAMP</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m100 0 h10 m3 0 h-3" /> <polygon points="331 17 339 13 339 21" /> <polygon points="331 17 323 13 323 21" /></svg><p>referenced by: </p><ul> <li><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction">stmt\_without\_legacy\_transaction</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="legacy_begin_stmt" href="#legacy_begin_stmt">legacy\_begin\_stmt:</a></p><svg width="417" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">BEGIN</text><a href="#opt_transaction" title="opt_transaction"> <rect x="115" y="3" width="120" height="32" /> <rect x="113" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">opt\_transaction</text></a><a href="#begin_transaction" title="begin_transaction"> <rect x="255" y="3" width="134" height="32" /> <rect x="253" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="21">begin\_transaction</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="407 17 415 13 415 21" /> <polygon points="407 17 399 13 399 21" /></svg><p>referenced by: </p><ul> <li><a href="#legacy_transaction_stmt" title="legacy_transaction_stmt">legacy\_transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="legacy_end_stmt" href="#legacy_end_stmt">legacy\_end\_stmt:</a></p><svg width="247" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">END</text><a href="#opt_transaction" title="opt_transaction"> <rect x="99" y="3" width="120" height="32" /> <rect x="97" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="107" y="21">opt\_transaction</text></a><path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m0 0 h10 m120 0 h10 m3 0 h-3" /> <polygon points="237 17 245 13 245 21" /> <polygon points="237 17 229 13 229 21" /></svg><p>referenced by: </p><ul> <li><a href="#legacy_transaction_stmt" title="legacy_transaction_stmt">legacy\_transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_stmt" href="#alter_stmt">alter\_stmt:</a></p><svg width="321" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_ddl_stmt" title="alter_ddl_stmt"> <rect x="51" y="3" width="112" height="32" /> <rect x="49" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_ddl\_stmt</text></a><a href="#alter_external_connection_stmt" title="alter_external_connection_stmt"> <rect x="51" y="47" width="222" height="32" /> <rect x="49" y="45" width="222" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_external\_connection\_stmt</text></a><a href="#alter_role_stmt" title="alter_role_stmt"> <rect x="51" y="91" width="118" height="32" /> <rect x="49" y="89" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_role\_stmt</text></a><a href="#alter_virtual_cluster_stmt" title="alter_virtual_cluster_stmt"> <rect x="51" y="135" width="184" height="32" /> <rect x="49" y="133" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_virtual\_cluster\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m112 0 h10 m0 0 h110 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m222 0 h10 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m118 0 h10 m0 0 h104 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m184 0 h10 m0 0 h38 m23 -132 h-3" /> <polygon points="311 17 319 13 319 21" /> <polygon points="311 17 303 13 303 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="backup_stmt" href="#backup_stmt">backup\_stmt:</a></p><svg width="691" height="179"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">BACKUP</text><a href="#opt_backup_targets" title="opt_backup_targets"> <rect x="125" y="3" width="148" height="32" /> <rect x="123" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="133" y="21">opt\_backup\_targets</text></a><rect x="293" y="3" width="56" height="32" rx="10" /> <rect x="291" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="301" y="21">INTO</text><a href="#sconst_or_placeholder" title="sconst_or_placeholder"> <rect x="409" y="35" width="164" height="32" /> <rect x="407" y="33" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="53">sconst\_or\_placeholder</text></a><rect x="409" y="79" width="70" height="32" rx="10" /> <rect x="407" y="77" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="417" y="97">LATEST</text> <rect x="613" y="35" width="36" height="32" rx="10" /> <rect x="611" y="33" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="621" y="53">IN</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="93" y="145" width="214" height="32" /> <rect x="91" y="143" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="101" y="163">string\_or\_placeholder\_opt\_list</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="327" y="145" width="132" height="32" /> <rect x="325" y="143" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="335" y="163">opt\_as\_of\_clause</text></a><a href="#opt_with_backup_options" title="opt_with_backup_options"> <rect x="479" y="145" width="184" height="32" /> <rect x="477" y="143" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="487" y="163">opt\_with\_backup\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m148 0 h10 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h270 m-300 0 h20 m280 0 h20 m-320 0 q10 0 10 10 m300 0 q0 -10 10 -10 m-310 10 v12 m300 0 v-12 m-300 12 q0 10 10 10 m280 0 q10 0 10 -10 m-270 10 h10 m164 0 h10 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m20 -44 h10 m36 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-620 142 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m214 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m184 0 h10 m3 0 h-3" /> <polygon points="681 159 689 155 689 163" /> <polygon points="681 159 673 155 673 163" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cancel_stmt" href="#cancel_stmt">cancel\_stmt:</a></p><svg width="259" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#cancel_jobs_stmt" title="cancel_jobs_stmt"> <rect x="51" y="3" width="130" height="32" /> <rect x="49" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">cancel\_jobs\_stmt</text></a><a href="#cancel_queries_stmt" title="cancel_queries_stmt"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">cancel\_queries\_stmt</text></a><a href="#cancel_sessions_stmt" title="cancel_sessions_stmt"> <rect x="51" y="91" width="160" height="32" /> <rect x="49" y="89" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">cancel\_sessions\_stmt</text></a><a href="#cancel_all_jobs_stmt" title="cancel_all_jobs_stmt"> <rect x="51" y="135" width="154" height="32" /> <rect x="49" y="133" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">cancel\_all\_jobs\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m130 0 h10 m0 0 h30 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m152 0 h10 m0 0 h8 m-190 -10 v20 m200 0 v-20 m-200 20 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m160 0 h10 m-190 -10 v20 m200 0 v-20 m-200 20 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m154 0 h10 m0 0 h6 m23 -132 h-3" /> <polygon points="249 17 257 13 257 21" /> <polygon points="249 17 241 13 241 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_stmt" href="#create_stmt">create\_stmt:</a></p><svg width="371" height="345"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#create_role_stmt" title="create_role_stmt"> <rect x="51" y="3" width="128" height="32" /> <rect x="49" y="1" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">create\_role\_stmt</text></a><a href="#create_ddl_stmt" title="create_ddl_stmt"> <rect x="51" y="47" width="124" height="32" /> <rect x="49" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">create\_ddl\_stmt</text></a><a href="#create_stats_stmt" title="create_stats_stmt"> <rect x="51" y="91" width="136" height="32" /> <rect x="49" y="89" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">create\_stats\_stmt</text></a><a href="#create_changefeed_stmt" title="create_changefeed_stmt"> <rect x="51" y="135" width="178" height="32" /> <rect x="49" y="133" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">create\_changefeed\_stmt</text></a><a href="#create_extension_stmt" title="create_extension_stmt"> <rect x="51" y="179" width="166" height="32" /> <rect x="49" y="177" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">create\_extension\_stmt</text></a><a href="#create_external_connection_stmt" title="create_external_connection_stmt"> <rect x="51" y="223" width="234" height="32" /> <rect x="49" y="221" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">create\_external\_connection\_stmt</text></a><a href="#create_logical_replication_stream_stmt" title="create_logical_replication_stream_stmt"> <rect x="51" y="267" width="272" height="32" /> <rect x="49" y="265" width="272" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">create\_logical\_replication\_stream\_stmt</text></a><a href="#create_schedule_stmt" title="create_schedule_stmt"> <rect x="51" y="311" width="160" height="32" /> <rect x="49" y="309" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">create\_schedule\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m128 0 h10 m0 0 h144 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m124 0 h10 m0 0 h148 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m136 0 h10 m0 0 h136 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m178 0 h10 m0 0 h94 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m166 0 h10 m0 0 h106 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m234 0 h10 m0 0 h38 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m272 0 h10 m-302 -10 v20 m312 0 v-20 m-312 20 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m160 0 h10 m0 0 h112 m23 -308 h-3" /> <polygon points="361 17 369 13 369 21" /> <polygon points="361 17 353 13 353 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="check_stmt" href="#check_stmt">check\_stmt:</a></p><svg width="287" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#check_external_connection_stmt" title="check_external_connection_stmt"> <rect x="31" y="3" width="228" height="32" /> <rect x="29" y="1" width="228" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">check\_external\_connection\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m228 0 h10 m3 0 h-3" /> <polygon points="277 17 285 13 285 21" /> <polygon points="277 17 269 13 269 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="delete_stmt" href="#delete_stmt">delete\_stmt:</a></p><svg width="701" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_with_clause" title="opt_with_clause"> <rect x="31" y="3" width="124" height="32" /> <rect x="29" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_with\_clause</text></a><rect x="175" y="3" width="70" height="32" rx="10" /> <rect x="173" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="21">DELETE</text><a href="#opt_batch_clause" title="opt_batch_clause"> <rect x="265" y="3" width="132" height="32" /> <rect x="263" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="273" y="21">opt\_batch\_clause</text></a><rect x="417" y="3" width="60" height="32" rx="10" /> <rect x="415" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="425" y="21">FROM</text><a href="#table_expr_opt_alias_idx" title="table_expr_opt_alias_idx"> <rect x="497" y="3" width="182" height="32" /> <rect x="495" y="1" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="505" y="21">table\_expr\_opt\_alias\_idx</text></a><a href="#opt_using_clause" title="opt_using_clause"> <rect x="65" y="69" width="132" height="32" /> <rect x="63" y="67" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="73" y="87">opt\_using\_clause</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="217" y="69" width="136" height="32" /> <rect x="215" y="67" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="225" y="87">opt\_where\_clause</text></a><a href="#opt_sort_clause" title="opt_sort_clause"> <rect x="373" y="69" width="122" height="32" /> <rect x="371" y="67" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="381" y="87">opt\_sort\_clause</text></a><a href="#opt_limit_clause" title="opt_limit_clause"> <rect x="515" y="69" width="124" height="32" /> <rect x="513" y="67" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="523" y="87">opt\_limit\_clause</text></a><a href="#returning_clause" title="returning_clause"> <rect x="547" y="135" width="126" height="32" /> <rect x="545" y="133" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="555" y="153">returning\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m124 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m182 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-658 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m132 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m124 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-136 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="691 149 699 145 699 153" /> <polygon points="691 149 683 145 683 153" /></svg><p>referenced by: </p><ul> <li><a href="#copy_to_stmt" title="copy_to_stmt">copy\_to\_stmt</a></li> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_stmt" href="#drop_stmt">drop\_stmt:</a></p><svg width="321" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#drop_ddl_stmt" title="drop_ddl_stmt"> <rect x="51" y="3" width="112" height="32" /> <rect x="49" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">drop\_ddl\_stmt</text></a><a href="#drop_role_stmt" title="drop_role_stmt"> <rect x="51" y="47" width="118" height="32" /> <rect x="49" y="45" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">drop\_role\_stmt</text></a><a href="#drop_schedule_stmt" title="drop_schedule_stmt"> <rect x="51" y="91" width="150" height="32" /> <rect x="49" y="89" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">drop\_schedule\_stmt</text></a><a href="#drop_external_connection_stmt" title="drop_external_connection_stmt"> <rect x="51" y="135" width="222" height="32" /> <rect x="49" y="133" width="222" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">drop\_external\_connection\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m112 0 h10 m0 0 h110 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m118 0 h10 m0 0 h104 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m150 0 h10 m0 0 h72 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m222 0 h10 m23 -132 h-3" /> <polygon points="311 17 319 13 319 21" /> <polygon points="311 17 303 13 303 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="explain_stmt" href="#explain_stmt">explain\_stmt:</a></p><svg width="723" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXPLAIN</text> <rect x="151" y="35" width="82" height="32" rx="10" /> <rect x="149" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="53">ANALYZE</text> <rect x="151" y="79" width="82" height="32" rx="10" /> <rect x="149" y="77" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="97">ANALYSE</text> <rect x="293" y="35" width="26" height="32" rx="10" /> <rect x="291" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="301" y="53">(</text><a href="#explain_option_list" title="explain_option_list"> <rect x="339" y="35" width="140" height="32" /> <rect x="337" y="33" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="53">explain\_option\_list</text></a><rect x="499" y="35" width="26" height="32" rx="10" /> <rect x="497" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="507" y="53">)</text><a href="#explainable_stmt" title="explainable_stmt"> <rect x="565" y="3" width="130" height="32" /> <rect x="563" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="573" y="21">explainable\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m40 -76 h10 m0 0 h242 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v12 m272 0 v-12 m-272 12 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m26 0 h10 m0 0 h10 m140 0 h10 m0 0 h10 m26 0 h10 m20 -32 h10 m130 0 h10 m3 0 h-3" /> <polygon points="713 17 721 13 721 21" /> <polygon points="713 17 705 13 705 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="import_stmt" href="#import_stmt">import\_stmt:</a></p><svg width="739" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="76" height="32" rx="10" /> <rect x="29" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">IMPORT</text> <rect x="127" y="3" width="56" height="32" rx="10" /> <rect x="125" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="21">INTO</text><a href="#table_name" title="table_name"> <rect x="203" y="3" width="96" height="32" /> <rect x="201" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="21">table\_name</text></a><rect x="339" y="35" width="26" height="32" rx="10" /> <rect x="337" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="347" y="53">(</text><a href="#insert_column_list" title="insert_column_list"> <rect x="385" y="35" width="136" height="32" /> <rect x="383" y="33" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="53">insert\_column\_list</text></a><rect x="541" y="35" width="26" height="32" rx="10" /> <rect x="539" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="549" y="53">)</text><a href="#import_format" title="import_format"> <rect x="607" y="3" width="110" height="32" /> <rect x="605" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="615" y="21">import\_format</text></a><rect x="207" y="101" width="56" height="32" rx="10" /> <rect x="205" y="99" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="119">DATA</text> <rect x="283" y="101" width="26" height="32" rx="10" /> <rect x="281" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="119">(</text><a href="#string_or_placeholder_list" title="string_or_placeholder_list"> <rect x="329" y="101" width="186" height="32" /> <rect x="327" y="99" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="337" y="119">string\_or\_placeholder\_list</text></a><rect x="535" y="101" width="26" height="32" rx="10" /> <rect x="533" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="543" y="119">)</text><a href="#opt_with_options" title="opt_with_options"> <rect x="581" y="101" width="130" height="32" /> <rect x="579" y="99" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="589" y="119">opt\_with\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m76 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m96 0 h10 m20 0 h10 m0 0 h238 m-268 0 h20 m248 0 h20 m-288 0 q10 0 10 10 m268 0 q0 -10 10 -10 m-278 10 v12 m268 0 v-12 m-268 12 q0 10 10 10 m248 0 q10 0 10 -10 m-258 10 h10 m26 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m26 0 h10 m20 -32 h10 m110 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-554 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m56 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m186 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="729 115 737 111 737 119" /> <polygon points="729 115 721 111 721 119" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="insert_stmt" href="#insert_stmt">insert\_stmt:</a></p><svg width="725" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_with_clause" title="opt_with_clause"> <rect x="31" y="3" width="124" height="32" /> <rect x="29" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_with\_clause</text></a><rect x="175" y="3" width="70" height="32" rx="10" /> <rect x="173" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="21">INSERT</text> <rect x="265" y="3" width="56" height="32" rx="10" /> <rect x="263" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="21">INTO</text><a href="#insert_target" title="insert_target"> <rect x="341" y="3" width="104" height="32" /> <rect x="339" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="21">insert\_target</text></a><a href="#insert_rest" title="insert_rest"> <rect x="465" y="3" width="90" height="32" /> <rect x="463" y="1" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="473" y="21">insert\_rest</text></a><a href="#on_conflict" title="on_conflict"> <rect x="595" y="35" width="88" height="32" /> <rect x="593" y="33" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="53">on\_conflict</text></a><a href="#returning_clause" title="returning_clause"> <rect x="571" y="101" width="126" height="32" /> <rect x="569" y="99" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="579" y="119">returning\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m124 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m90 0 h10 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-176 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="715 115 723 111 723 119" /> <polygon points="715 115 707 111 707 119" /></svg><p>referenced by: </p><ul> <li><a href="#copy_to_stmt" title="copy_to_stmt">copy\_to\_stmt</a></li> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="inspect_stmt" href="#inspect_stmt">inspect\_stmt:</a></p><svg width="269" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#inspect_table_stmt" title="inspect_table_stmt"> <rect x="51" y="3" width="142" height="32" /> <rect x="49" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">inspect\_table\_stmt</text></a><a href="#inspect_database_stmt" title="inspect_database_stmt"> <rect x="51" y="47" width="170" height="32" /> <rect x="49" y="45" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">inspect\_database\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m142 0 h10 m0 0 h28 m-210 0 h20 m190 0 h20 m-230 0 q10 0 10 10 m210 0 q0 -10 10 -10 m-220 10 v24 m210 0 v-24 m-210 24 q0 10 10 10 m190 0 q10 0 10 -10 m-200 10 h10 m170 0 h10 m23 -44 h-3" /> <polygon points="259 17 267 13 267 21" /> <polygon points="259 17 251 13 251 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="pause_stmt" href="#pause_stmt">pause\_stmt:</a></p><svg width="265" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#pause_jobs_stmt" title="pause_jobs_stmt"> <rect x="51" y="3" width="130" height="32" /> <rect x="49" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">pause\_jobs\_stmt</text></a><a href="#pause_schedules_stmt" title="pause_schedules_stmt"> <rect x="51" y="47" width="166" height="32" /> <rect x="49" y="45" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">pause\_schedules\_stmt</text></a><a href="#pause_all_jobs_stmt" title="pause_all_jobs_stmt"> <rect x="51" y="91" width="152" height="32" /> <rect x="49" y="89" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">pause\_all\_jobs\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m130 0 h10 m0 0 h36 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m166 0 h10 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m152 0 h10 m0 0 h14 m23 -88 h-3" /> <polygon points="255 17 263 13 263 21" /> <polygon points="255 17 247 13 247 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reset_stmt" href="#reset_stmt">reset\_stmt:</a></p><svg width="247" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#reset_session_stmt" title="reset_session_stmt"> <rect x="51" y="3" width="146" height="32" /> <rect x="49" y="1" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">reset\_session\_stmt</text></a><a href="#reset_csetting_stmt" title="reset_csetting_stmt"> <rect x="51" y="47" width="148" height="32" /> <rect x="49" y="45" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">reset\_csetting\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m146 0 h10 m0 0 h2 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v24 m188 0 v-24 m-188 24 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m148 0 h10 m23 -44 h-3" /> <polygon points="237 17 245 13 245 21" /> <polygon points="237 17 229 13 229 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="restore_stmt" href="#restore_stmt">restore\_stmt:</a></p><svg width="667" height="179"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RESTORE</text><a href="#backup_targets" title="backup_targets"> <rect x="153" y="35" width="118" height="32" /> <rect x="151" y="33" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="161" y="53">backup\_targets</text></a><rect x="153" y="79" width="74" height="32" rx="10" /> <rect x="151" y="77" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="97">SYSTEM</text> <rect x="247" y="79" width="64" height="32" rx="10" /> <rect x="245" y="77" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="97">USERS</text> <rect x="351" y="3" width="60" height="32" rx="10" /> <rect x="349" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="21">FROM</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="431" y="3" width="158" height="32" /> <rect x="429" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="439" y="21">string\_or\_placeholder</text></a><rect x="609" y="3" width="36" height="32" rx="10" /> <rect x="607" y="1" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="617" y="21">IN</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="69" y="145" width="214" height="32" /> <rect x="67" y="143" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="77" y="163">string\_or\_placeholder\_opt\_list</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="303" y="145" width="132" height="32" /> <rect x="301" y="143" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="163">opt\_as\_of\_clause</text></a><a href="#opt_with_restore_options" title="opt_with_restore_options"> <rect x="455" y="145" width="184" height="32" /> <rect x="453" y="143" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="463" y="163">opt\_with\_restore\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m20 0 h10 m0 0 h168 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v12 m198 0 v-12 m-198 12 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m118 0 h10 m0 0 h40 m-188 -10 v20 m198 0 v-20 m-198 20 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m74 0 h10 m0 0 h10 m64 0 h10 m20 -76 h10 m60 0 h10 m0 0 h10 m158 0 h10 m0 0 h10 m36 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-620 142 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m214 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m184 0 h10 m3 0 h-3" /> <polygon points="657 159 665 155 665 163" /> <polygon points="657 159 649 155 649 163" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="resume_stmt" href="#resume_stmt">resume\_stmt:</a></p><svg width="275" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#resume_jobs_stmt" title="resume_jobs_stmt"> <rect x="51" y="3" width="138" height="32" /> <rect x="49" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">resume\_jobs\_stmt</text></a><a href="#resume_schedules_stmt" title="resume_schedules_stmt"> <rect x="51" y="47" width="176" height="32" /> <rect x="49" y="45" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">resume\_schedules\_stmt</text></a><a href="#resume_all_jobs_stmt" title="resume_all_jobs_stmt"> <rect x="51" y="91" width="162" height="32" /> <rect x="49" y="89" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">resume\_all\_jobs\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m138 0 h10 m0 0 h38 m-216 0 h20 m196 0 h20 m-236 0 q10 0 10 10 m216 0 q0 -10 10 -10 m-226 10 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m176 0 h10 m-206 -10 v20 m216 0 v-20 m-216 20 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m162 0 h10 m0 0 h14 m23 -88 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="export_stmt" href="#export_stmt">export\_stmt:</a></p><svg width="741" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXPORT</text> <rect x="125" y="3" width="56" height="32" rx="10" /> <rect x="123" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">INTO</text><a href="#import_format" title="import_format"> <rect x="201" y="3" width="110" height="32" /> <rect x="199" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="21">import\_format</text></a><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="331" y="3" width="158" height="32" /> <rect x="329" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="339" y="21">string\_or\_placeholder</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="509" y="3" width="130" height="32" /> <rect x="507" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="517" y="21">opt\_with\_options</text></a><rect x="659" y="3" width="60" height="32" rx="10" /> <rect x="657" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="667" y="21">FROM</text><a href="#select_stmt" title="select_stmt"> <rect x="619" y="69" width="94" height="32" /> <rect x="617" y="67" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="627" y="87">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m158 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m60 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-144 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m94 0 h10 m3 0 h-3" /> <polygon points="731 83 739 79 739 87" /> <polygon points="731 83 723 79 723 87" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="scrub_stmt" href="#scrub_stmt">scrub\_stmt:</a></p><svg width="257" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#scrub_table_stmt" title="scrub_table_stmt"> <rect x="51" y="3" width="130" height="32" /> <rect x="49" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">scrub\_table\_stmt</text></a><a href="#scrub_database_stmt" title="scrub_database_stmt"> <rect x="51" y="47" width="158" height="32" /> <rect x="49" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">scrub\_database\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m130 0 h10 m0 0 h28 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m158 0 h10 m23 -44 h-3" /> <polygon points="247 17 255 13 255 21" /> <polygon points="247 17 239 13 239 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_stmt" href="#select_stmt">select\_stmt:</a></p><svg width="243" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#select_no_parens" title="select_no_parens"> <rect x="51" y="3" width="134" height="32" /> <rect x="49" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">select\_no\_parens</text></a><a href="#select_with_parens" title="select_with_parens"> <rect x="51" y="47" width="144" height="32" /> <rect x="49" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">select\_with\_parens</text></a><path className="line" d="m17 17 h2 m20 0 h10 m134 0 h10 m0 0 h10 m-184 0 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m144 0 h10 m23 -44 h-3" /> <polygon points="233 17 241 13 241 21" /> <polygon points="233 17 225 13 225 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_range_relocate_stmt" title="alter_range_relocate_stmt">alter\_range\_relocate\_stmt</a></li> <li><a href="#alter_split_index_stmt" title="alter_split_index_stmt">alter\_split\_index\_stmt</a></li> <li><a href="#alter_split_stmt" title="alter_split_stmt">alter\_split\_stmt</a></li> <li><a href="#alter_unsplit_index_stmt" title="alter_unsplit_index_stmt">alter\_unsplit\_index\_stmt</a></li> <li><a href="#alter_unsplit_stmt" title="alter_unsplit_stmt">alter\_unsplit\_stmt</a></li> <li><a href="#cancel_jobs_stmt" title="cancel_jobs_stmt">cancel\_jobs\_stmt</a></li> <li><a href="#cancel_queries_stmt" title="cancel_queries_stmt">cancel\_queries\_stmt</a></li> <li><a href="#cancel_sessions_stmt" title="cancel_sessions_stmt">cancel\_sessions\_stmt</a></li> <li><a href="#copy_to_stmt" title="copy_to_stmt">copy\_to\_stmt</a></li> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> <li><a href="#create_view_stmt" title="create_view_stmt">create\_view\_stmt</a></li> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> <li><a href="#drop_schedule_stmt" title="drop_schedule_stmt">drop\_schedule\_stmt</a></li> <li><a href="#export_stmt" title="export_stmt">export\_stmt</a></li> <li><a href="#for_schedules_clause" title="for_schedules_clause">for\_schedules\_clause</a></li> <li><a href="#insert_rest" title="insert_rest">insert\_rest</a></li> <li><a href="#pause_jobs_stmt" title="pause_jobs_stmt">pause\_jobs\_stmt</a></li> <li><a href="#pause_schedules_stmt" title="pause_schedules_stmt">pause\_schedules\_stmt</a></li> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#resume_jobs_stmt" title="resume_jobs_stmt">resume\_jobs\_stmt</a></li> <li><a href="#resume_schedules_stmt" title="resume_schedules_stmt">resume\_schedules\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> <li><a href="#show_jobs_stmt" title="show_jobs_stmt">show\_jobs\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="preparable_set_stmt" href="#preparable_set_stmt">preparable\_set\_stmt:</a></p><svg width="233" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#set_session_stmt" title="set_session_stmt"> <rect x="51" y="3" width="132" height="32" /> <rect x="49" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">set\_session\_stmt</text></a><a href="#set_local_stmt" title="set_local_stmt"> <rect x="51" y="47" width="112" height="32" /> <rect x="49" y="45" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">set\_local\_stmt</text></a><a href="#set_csetting_stmt" title="set_csetting_stmt"> <rect x="51" y="91" width="134" height="32" /> <rect x="49" y="89" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">set\_csetting\_stmt</text></a><a href="#use_stmt" title="use_stmt"> <rect x="51" y="135" width="80" height="32" /> <rect x="49" y="133" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">use\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m132 0 h10 m0 0 h2 m-174 0 h20 m154 0 h20 m-194 0 q10 0 10 10 m174 0 q0 -10 10 -10 m-184 10 v24 m174 0 v-24 m-174 24 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m112 0 h10 m0 0 h22 m-164 -10 v20 m174 0 v-20 m-174 20 v24 m174 0 v-24 m-174 24 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m134 0 h10 m-164 -10 v20 m174 0 v-20 m-174 20 v24 m174 0 v-24 m-174 24 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m80 0 h10 m0 0 h54 m23 -132 h-3" /> <polygon points="223 17 231 13 231 21" /> <polygon points="223 17 215 13 215 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_stmt" href="#show_stmt">show\_stmt:</a></p><svg width="421" height="1797"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#show_backup_stmt" title="show_backup_stmt"> <rect x="51" y="3" width="142" height="32" /> <rect x="49" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">show\_backup\_stmt</text></a><a href="#show_columns_stmt" title="show_columns_stmt"> <rect x="51" y="47" width="150" height="32" /> <rect x="49" y="45" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">show\_columns\_stmt</text></a><a href="#show_constraints_stmt" title="show_constraints_stmt"> <rect x="51" y="91" width="168" height="32" /> <rect x="49" y="89" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">show\_constraints\_stmt</text></a><a href="#show_triggers_stmt" title="show_triggers_stmt"> <rect x="51" y="135" width="146" height="32" /> <rect x="49" y="133" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">show\_triggers\_stmt</text></a><a href="#show_create_stmt" title="show_create_stmt"> <rect x="51" y="179" width="138" height="32" /> <rect x="49" y="177" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">show\_create\_stmt</text></a><a href="#show_create_schedules_stmt" title="show_create_schedules_stmt"> <rect x="51" y="223" width="208" height="32" /> <rect x="49" y="221" width="208" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">show\_create\_schedules\_stmt</text></a><a href="#show_create_external_connections_stmt" title="show_create_external_connections_stmt"> <rect x="51" y="267" width="282" height="32" /> <rect x="49" y="265" width="282" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">show\_create\_external\_connections\_stmt</text></a><a href="#show_databases_stmt" title="show_databases_stmt"> <rect x="51" y="311" width="164" height="32" /> <rect x="49" y="309" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">show\_databases\_stmt</text></a><a href="#show_enums_stmt" title="show_enums_stmt"> <rect x="51" y="355" width="140" height="32" /> <rect x="49" y="353" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">show\_enums\_stmt</text></a><a href="#show_external_connections_stmt" title="show_external_connections_stmt"> <rect x="51" y="399" width="234" height="32" /> <rect x="49" y="397" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">show\_external\_connections\_stmt</text></a><a href="#show_types_stmt" title="show_types_stmt"> <rect x="51" y="443" width="132" height="32" /> <rect x="49" y="441" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">show\_types\_stmt</text></a><a href="#show_functions_stmt" title="show_functions_stmt"> <rect x="51" y="487" width="154" height="32" /> <rect x="49" y="485" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">show\_functions\_stmt</text></a><a href="#show_procedures_stmt" title="show_procedures_stmt"> <rect x="51" y="531" width="168" height="32" /> <rect x="49" y="529" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="549">show\_procedures\_stmt</text></a><a href="#show_grants_stmt" title="show_grants_stmt"> <rect x="51" y="575" width="138" height="32" /> <rect x="49" y="573" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="593">show\_grants\_stmt</text></a><a href="#show_indexes_stmt" title="show_indexes_stmt"> <rect x="51" y="619" width="146" height="32" /> <rect x="49" y="617" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="637">show\_indexes\_stmt</text></a><a href="#show_partitions_stmt" title="show_partitions_stmt"> <rect x="51" y="663" width="158" height="32" /> <rect x="49" y="661" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="681">show\_partitions\_stmt</text></a><a href="#show_jobs_stmt" title="show_jobs_stmt"> <rect x="51" y="707" width="124" height="32" /> <rect x="49" y="705" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="725">show\_jobs\_stmt</text></a><a href="#show_locality_stmt" title="show_locality_stmt"> <rect x="51" y="751" width="142" height="32" /> <rect x="49" y="749" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="769">show\_locality\_stmt</text></a><a href="#show_schedules_stmt" title="show_schedules_stmt"> <rect x="51" y="795" width="160" height="32" /> <rect x="49" y="793" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="813">show\_schedules\_stmt</text></a><a href="#show_statements_stmt" title="show_statements_stmt"> <rect x="51" y="839" width="170" height="32" /> <rect x="49" y="837" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="857">show\_statements\_stmt</text></a><a href="#show_ranges_stmt" title="show_ranges_stmt"> <rect x="51" y="883" width="142" height="32" /> <rect x="49" y="881" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="901">show\_ranges\_stmt</text></a><a href="#show_range_for_row_stmt" title="show_range_for_row_stmt"> <rect x="51" y="927" width="190" height="32" /> <rect x="49" y="925" width="190" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="945">show\_range\_for\_row\_stmt</text></a><a href="#show_regions_stmt" title="show_regions_stmt"> <rect x="51" y="971" width="144" height="32" /> <rect x="49" y="969" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="989">show\_regions\_stmt</text></a><a href="#show_survival_goal_stmt" title="show_survival_goal_stmt"> <rect x="51" y="1015" width="182" height="32" /> <rect x="49" y="1013" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1033">show\_survival\_goal\_stmt</text></a><a href="#show_roles_stmt" title="show_roles_stmt"> <rect x="51" y="1059" width="128" height="32" /> <rect x="49" y="1057" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1077">show\_roles\_stmt</text></a><a href="#show_savepoint_stmt" title="show_savepoint_stmt"> <rect x="51" y="1103" width="160" height="32" /> <rect x="49" y="1101" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1121">show\_savepoint\_stmt</text></a><a href="#show_schemas_stmt" title="show_schemas_stmt"> <rect x="51" y="1147" width="152" height="32" /> <rect x="49" y="1145" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1165">show\_schemas\_stmt</text></a><a href="#show_sequences_stmt" title="show_sequences_stmt"> <rect x="51" y="1191" width="166" height="32" /> <rect x="49" y="1189" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1209">show\_sequences\_stmt</text></a><a href="#show_session_stmt" title="show_session_stmt"> <rect x="51" y="1235" width="146" height="32" /> <rect x="49" y="1233" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1253">show\_session\_stmt</text></a><a href="#show_sessions_stmt" title="show_sessions_stmt"> <rect x="51" y="1279" width="152" height="32" /> <rect x="49" y="1277" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1297">show\_sessions\_stmt</text></a><a href="#show_stats_stmt" title="show_stats_stmt"> <rect x="51" y="1323" width="128" height="32" /> <rect x="49" y="1321" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1341">show\_stats\_stmt</text></a><a href="#show_tables_stmt" title="show_tables_stmt"> <rect x="51" y="1367" width="136" height="32" /> <rect x="49" y="1365" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1385">show\_tables\_stmt</text></a><a href="#show_trace_stmt" title="show_trace_stmt"> <rect x="51" y="1411" width="130" height="32" /> <rect x="49" y="1409" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1429">show\_trace\_stmt</text></a><a href="#show_transactions_stmt" title="show_transactions_stmt"> <rect x="51" y="1455" width="176" height="32" /> <rect x="49" y="1453" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1473">show\_transactions\_stmt</text></a><a href="#show_transfer_stmt" title="show_transfer_stmt"> <rect x="51" y="1499" width="148" height="32" /> <rect x="49" y="1497" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1517">show\_transfer\_stmt</text></a><a href="#show_users_stmt" title="show_users_stmt"> <rect x="51" y="1543" width="132" height="32" /> <rect x="49" y="1541" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1561">show\_users\_stmt</text></a><a href="#show_default_session_variables_for_role_stmt" title="show_default_session_variables_for_role_stmt"> <rect x="51" y="1587" width="322" height="32" /> <rect x="49" y="1585" width="322" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1605">show\_default\_session\_variables\_for\_role\_stmt</text></a><a href="#show_zone_stmt" title="show_zone_stmt"> <rect x="51" y="1631" width="128" height="32" /> <rect x="49" y="1629" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1649">show\_zone\_stmt</text></a><a href="#show_full_scans_stmt" title="show_full_scans_stmt"> <rect x="51" y="1675" width="160" height="32" /> <rect x="49" y="1673" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1693">show\_full\_scans\_stmt</text></a><a href="#show_default_privileges_stmt" title="show_default_privileges_stmt"> <rect x="51" y="1719" width="210" height="32" /> <rect x="49" y="1717" width="210" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1737">show\_default\_privileges\_stmt</text></a><a href="#show_inspect_errors_stmt" title="show_inspect_errors_stmt"> <rect x="51" y="1763" width="188" height="32" /> <rect x="49" y="1761" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1781">show\_inspect\_errors\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m142 0 h10 m0 0 h180 m-362 0 h20 m342 0 h20 m-382 0 q10 0 10 10 m362 0 q0 -10 10 -10 m-372 10 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m150 0 h10 m0 0 h172 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m168 0 h10 m0 0 h154 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m146 0 h10 m0 0 h176 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m138 0 h10 m0 0 h184 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m208 0 h10 m0 0 h114 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m282 0 h10 m0 0 h40 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m164 0 h10 m0 0 h158 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m140 0 h10 m0 0 h182 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m234 0 h10 m0 0 h88 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m132 0 h10 m0 0 h190 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m154 0 h10 m0 0 h168 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m168 0 h10 m0 0 h154 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m138 0 h10 m0 0 h184 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m146 0 h10 m0 0 h176 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m158 0 h10 m0 0 h164 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m124 0 h10 m0 0 h198 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m142 0 h10 m0 0 h180 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m160 0 h10 m0 0 h162 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m170 0 h10 m0 0 h152 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m142 0 h10 m0 0 h180 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m190 0 h10 m0 0 h132 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m144 0 h10 m0 0 h178 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m182 0 h10 m0 0 h140 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m128 0 h10 m0 0 h194 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m160 0 h10 m0 0 h162 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m152 0 h10 m0 0 h170 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m166 0 h10 m0 0 h156 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m146 0 h10 m0 0 h176 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m152 0 h10 m0 0 h170 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m128 0 h10 m0 0 h194 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m136 0 h10 m0 0 h186 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m130 0 h10 m0 0 h192 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m176 0 h10 m0 0 h146 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m148 0 h10 m0 0 h174 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m132 0 h10 m0 0 h190 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m322 0 h10 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m128 0 h10 m0 0 h194 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m160 0 h10 m0 0 h162 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m210 0 h10 m0 0 h112 m-352 -10 v20 m362 0 v-20 m-362 20 v24 m362 0 v-24 m-362 24 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m188 0 h10 m0 0 h134 m23 -1760 h-3" /> <polygon points="411 17 419 13 419 21" /> <polygon points="411 17 403 13 403 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="truncate_stmt" href="#truncate_stmt">truncate\_stmt:</a></p><svg width="565" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="92" height="32" rx="10" /> <rect x="29" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">TRUNCATE</text><a href="#opt_table" title="opt_table"> <rect x="143" y="3" width="80" height="32" /> <rect x="141" y="1" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="21">opt\_table</text></a><a href="#relation_expr_list" title="relation_expr_list"> <rect x="243" y="3" width="132" height="32" /> <rect x="241" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">relation\_expr\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="395" y="3" width="142" height="32" /> <rect x="393" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="403" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m92 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="555 17 563 13 563 21" /> <polygon points="555 17 547 13 547 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="update_stmt" href="#update_stmt">update\_stmt:</a></p><svg width="745" height="103"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#opt_with_clause" title="opt_with_clause"> <rect x="33" y="3" width="124" height="32" /> <rect x="31" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="41" y="21">opt\_with\_clause</text></a><rect x="177" y="3" width="74" height="32" rx="10" /> <rect x="175" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="21">UPDATE</text><a href="#table_expr_opt_alias_idx" title="table_expr_opt_alias_idx"> <rect x="271" y="3" width="182" height="32" /> <rect x="269" y="1" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="279" y="21">table\_expr\_opt\_alias\_idx</text></a><rect x="473" y="3" width="44" height="32" rx="10" /> <rect x="471" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="481" y="21">SET</text><a href="#set_clause_list" title="set_clause_list"> <rect x="537" y="3" width="114" height="32" /> <rect x="535" y="1" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="545" y="21">set\_clause\_list</text></a><a href="#opt_from_list" title="opt_from_list"> <rect x="25" y="69" width="104" height="32" /> <rect x="23" y="67" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="33" y="87">opt\_from\_list</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="149" y="69" width="136" height="32" /> <rect x="147" y="67" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="87">opt\_where\_clause</text></a><a href="#opt_sort_clause" title="opt_sort_clause"> <rect x="305" y="69" width="122" height="32" /> <rect x="303" y="67" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="313" y="87">opt\_sort\_clause</text></a><a href="#opt_limit_clause" title="opt_limit_clause"> <rect x="447" y="69" width="124" height="32" /> <rect x="445" y="67" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="455" y="87">opt\_limit\_clause</text></a><a href="#returning_clause" title="returning_clause"> <rect x="591" y="69" width="126" height="32" /> <rect x="589" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="599" y="87">returning\_clause</text></a><path className="line" d="m19 17 h2 m0 0 h10 m124 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m182 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m114 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-670 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m104 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="735 83 743 79 743 87" /> <polygon points="735 83 727 79 727 87" /></svg><p>referenced by: </p><ul> <li><a href="#copy_to_stmt" title="copy_to_stmt">copy\_to\_stmt</a></li> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="upsert_stmt" href="#upsert_stmt">upsert\_stmt:</a></p><svg width="733" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_with_clause" title="opt_with_clause"> <rect x="31" y="3" width="124" height="32" /> <rect x="29" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_with\_clause</text></a><rect x="175" y="3" width="74" height="32" rx="10" /> <rect x="173" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="21">UPSERT</text> <rect x="269" y="3" width="56" height="32" rx="10" /> <rect x="267" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="21">INTO</text><a href="#insert_target" title="insert_target"> <rect x="345" y="3" width="104" height="32" /> <rect x="343" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="353" y="21">insert\_target</text></a><a href="#insert_rest" title="insert_rest"> <rect x="469" y="3" width="90" height="32" /> <rect x="467" y="1" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="477" y="21">insert\_rest</text></a><a href="#returning_clause" title="returning_clause"> <rect x="579" y="3" width="126" height="32" /> <rect x="577" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="587" y="21">returning\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m124 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="723 17 731 13 731 21" /> <polygon points="723 17 715 13 715 21" /></svg><p>referenced by: </p><ul> <li><a href="#copy_to_stmt" title="copy_to_stmt">copy\_to\_stmt</a></li> <li><a href="#preparable_stmt" title="preparable_stmt">preparable\_stmt</a></li> <li><a href="#row_source_extension_stmt" title="row_source_extension_stmt">row\_source\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="analyze_target" href="#analyze_target">analyze\_target:</a></p><svg width="155" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name" title="table_name"> <rect x="31" y="3" width="96" height="32" /> <rect x="29" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="145 17 153 13 153 21" /> <polygon points="145 17 137 13 137 21" /></svg><p>referenced by: </p><ul> <li><a href="#analyze_stmt" title="analyze_stmt">analyze\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_application" href="#func_application">func\_application:</a></p><svg width="711" height="255"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_application_name" title="func_application_name"> <rect x="31" y="3" width="166" height="32" /> <rect x="29" y="1" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">func\_application\_name</text></a><rect x="217" y="3" width="26" height="32" rx="10" /> <rect x="215" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="21">(</text> <rect x="303" y="67" width="44" height="32" rx="10" /> <rect x="301" y="65" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="85">ALL</text><a href="#expr_list" title="expr_list"> <rect x="387" y="35" width="74" height="32" /> <rect x="385" y="33" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="395" y="53">expr\_list</text></a><a href="#opt_sort_clause_no_index" title="opt_sort_clause_no_index"> <rect x="481" y="35" width="188" height="32" /> <rect x="479" y="33" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="489" y="53">opt\_sort\_clause\_no\_index</text></a><rect x="283" y="111" width="86" height="32" rx="10" /> <rect x="281" y="109" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="129">DISTINCT</text><a href="#expr_list" title="expr_list"> <rect x="389" y="111" width="74" height="32" /> <rect x="387" y="109" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="397" y="129">expr\_list</text></a><rect x="283" y="155" width="28" height="32" rx="10" /> <rect x="281" y="153" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="173">\*</text> <rect x="657" y="221" width="26" height="32" rx="10" /> <rect x="655" y="219" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="665" y="239">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m166 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h396 m-426 0 h20 m406 0 h20 m-446 0 q10 0 10 10 m426 0 q0 -10 10 -10 m-436 10 v12 m426 0 v-12 m-426 12 q0 10 10 10 m406 0 q10 0 10 -10 m-396 10 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m20 -32 h10 m74 0 h10 m0 0 h10 m188 0 h10 m-416 -10 v20 m426 0 v-20 m-426 20 v56 m426 0 v-56 m-426 56 q0 10 10 10 m406 0 q10 0 10 -10 m-416 10 h10 m86 0 h10 m0 0 h10 m74 0 h10 m0 0 h206 m-416 -10 v20 m426 0 v-20 m-426 20 v24 m426 0 v-24 m-426 24 q0 10 10 10 m406 0 q10 0 10 -10 m-416 10 h10 m28 0 h10 m0 0 h358 m22 -152 l2 0 m2 0 l2 0 m2 0 l2 0 m-76 218 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="701 235 709 231 709 239" /> <polygon points="701 235 693 231 693 239" /></svg><p>referenced by: </p><ul> <li><a href="#call_stmt" title="call_stmt">call\_stmt</a></li> <li><a href="#func_expr" title="func_expr">func\_expr</a></li> <li><a href="#func_expr_windowless" title="func_expr_windowless">func\_expr\_windowless</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_name" href="#table_name">table\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_policy_stmt" title="alter_policy_stmt">alter\_policy\_stmt</a></li> <li><a href="#alter_rename_table_stmt" title="alter_rename_table_stmt">alter\_rename\_table\_stmt</a></li> <li><a href="#alter_scatter_stmt" title="alter_scatter_stmt">alter\_scatter\_stmt</a></li> <li><a href="#alter_split_stmt" title="alter_split_stmt">alter\_split\_stmt</a></li> <li><a href="#alter_unsplit_stmt" title="alter_unsplit_stmt">alter\_unsplit\_stmt</a></li> <li><a href="#alter_zone_partition_stmt" title="alter_zone_partition_stmt">alter\_zone\_partition\_stmt</a></li> <li><a href="#alter_zone_table_stmt" title="alter_zone_table_stmt">alter\_zone\_table\_stmt</a></li> <li><a href="#analyze_target" title="analyze_target">analyze\_target</a></li> <li><a href="#changefeed_table_target" title="changefeed_table_target">changefeed\_table\_target</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#copy_stmt" title="copy_stmt">copy\_stmt</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> <li><a href="#create_stats_target" title="create_stats_target">create\_stats\_target</a></li> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> <li><a href="#drop_policy_stmt" title="drop_policy_stmt">drop\_policy\_stmt</a></li> <li><a href="#drop_trigger_stmt" title="drop_trigger_stmt">drop\_trigger\_stmt</a></li> <li><a href="#import_stmt" title="import_stmt">import\_stmt</a></li> <li><a href="#inspect_table_stmt" title="inspect_table_stmt">inspect\_table\_stmt</a></li> <li><a href="#opt_for_table_clause" title="opt_for_table_clause">opt\_for\_table\_clause</a></li> <li><a href="#relation_expr" title="relation_expr">relation\_expr</a></li> <li><a href="#scrub_table_stmt" title="scrub_table_stmt">scrub\_table\_stmt</a></li> <li><a href="#show_columns_stmt" title="show_columns_stmt">show\_columns\_stmt</a></li> <li><a href="#show_constraints_stmt" title="show_constraints_stmt">show\_constraints\_stmt</a></li> <li><a href="#show_create_stmt" title="show_create_stmt">show\_create\_stmt</a></li> <li><a href="#show_indexes_stmt" title="show_indexes_stmt">show\_indexes\_stmt</a></li> <li><a href="#show_partitions_stmt" title="show_partitions_stmt">show\_partitions\_stmt</a></li> <li><a href="#show_range_for_row_stmt" title="show_range_for_row_stmt">show\_range\_for\_row\_stmt</a></li> <li><a href="#show_ranges_stmt" title="show_ranges_stmt">show\_ranges\_stmt</a></li> <li><a href="#show_stats_stmt" title="show_stats_stmt">show\_stats\_stmt</a></li> <li><a href="#show_triggers_stmt" title="show_triggers_stmt">show\_triggers\_stmt</a></li> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> <li><a href="#sortby_index" title="sortby_index">sortby\_index</a></li> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> <li><a href="#table_index_name" title="table_index_name">table\_index\_name</a></li> <li><a href="#table_name_opt_idx" title="table_name_opt_idx">table\_name\_opt\_idx</a></li> <li><a href="#view_name" title="view_name">view\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_column_list" href="#opt_column_list">opt\_column\_list:</a></p><svg width="273" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#name_list" title="name_list"> <rect x="97" y="23" width="82" height="32" /> <rect x="95" y="21" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">name\_list</text></a><rect x="199" y="23" width="26" height="32" rx="10" /> <rect x="197" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h184 m-214 0 h20 m194 0 h20 m-234 0 q10 0 10 10 m214 0 q0 -10 10 -10 m-224 10 v12 m214 0 v-12 m-214 12 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="263 5 271 1 271 9" /> <polygon points="263 5 255 1 255 9" /></svg><p>referenced by: </p><ul> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#copy_stmt" title="copy_stmt">copy\_stmt</a></li> <li><a href="#create_view_stmt" title="create_view_stmt">create\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_copy_options" href="#opt_with_copy_options">opt\_with\_copy\_options:</a></p><svg width="511" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#opt_with" title="opt_with"> <rect x="51" y="23" width="74" height="32" /> <rect x="49" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">opt\_with</text></a><a href="#copy_options_list" title="copy_options_list"> <rect x="165" y="23" width="130" height="32" /> <rect x="163" y="21" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="173" y="41">copy\_options\_list</text></a><rect x="165" y="67" width="26" height="32" rx="10" /> <rect x="163" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="85">(</text><a href="#copy_generic_options_list" title="copy_generic_options_list"> <rect x="211" y="67" width="186" height="32" /> <rect x="209" y="65" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="219" y="85">copy\_generic\_options\_list</text></a><rect x="417" y="67" width="26" height="32" rx="10" /> <rect x="415" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="425" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h422 m-452 0 h20 m432 0 h20 m-472 0 q10 0 10 10 m452 0 q0 -10 10 -10 m-462 10 v12 m452 0 v-12 m-452 12 q0 10 10 10 m432 0 q10 0 10 -10 m-442 10 h10 m74 0 h10 m20 0 h10 m130 0 h10 m0 0 h148 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m26 0 h10 m0 0 h10 m186 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="501 5 509 1 509 9" /> <polygon points="501 5 493 1 493 9" /></svg><p>referenced by: </p><ul> <li><a href="#copy_stmt" title="copy_stmt">copy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_where_clause" href="#opt_where_clause">opt\_where\_clause:</a></p><svg width="205" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#where_clause" title="where_clause"> <rect x="51" y="23" width="106" height="32" /> <rect x="49" y="21" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">where\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h116 m-146 0 h20 m126 0 h20 m-166 0 q10 0 10 10 m146 0 q0 -10 10 -10 m-156 10 v12 m146 0 v-12 m-146 12 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m106 0 h10 m23 -32 h-3" /> <polygon points="195 5 203 1 203 9" /> <polygon points="195 5 187 1 187 9" /></svg><p>referenced by: </p><ul> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#copy_stmt" title="copy_stmt">copy\_stmt</a></li> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> <li><a href="#on_conflict" title="on_conflict">on\_conflict</a></li> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_to_stmt" href="#copy_to_stmt">copy\_to\_stmt:</a></p><svg width="201" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#delete_stmt" title="delete_stmt"> <rect x="51" y="3" width="96" height="32" /> <rect x="49" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">delete\_stmt</text></a><a href="#insert_stmt" title="insert_stmt"> <rect x="51" y="47" width="92" height="32" /> <rect x="49" y="45" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">insert\_stmt</text></a><a href="#select_stmt" title="select_stmt"> <rect x="51" y="91" width="94" height="32" /> <rect x="49" y="89" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">select\_stmt</text></a><a href="#update_stmt" title="update_stmt"> <rect x="51" y="135" width="102" height="32" /> <rect x="49" y="133" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">update\_stmt</text></a><a href="#upsert_stmt" title="upsert_stmt"> <rect x="51" y="179" width="98" height="32" /> <rect x="49" y="177" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">upsert\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m96 0 h10 m0 0 h6 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m92 0 h10 m0 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m94 0 h10 m0 0 h8 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m98 0 h10 m0 0 h4 m23 -176 h-3" /> <polygon points="191 17 199 13 199 21" /> <polygon points="191 17 183 13 183 21" /></svg><p>referenced by: </p><ul> <li><a href="#copy_stmt" title="copy_stmt">copy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="database_name" href="#database_name">database\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_add_region_stmt" title="alter_database_add_region_stmt">alter\_database\_add\_region\_stmt</a></li> <li><a href="#alter_database_add_super_region" title="alter_database_add_super_region">alter\_database\_add\_super\_region</a></li> <li><a href="#alter_database_alter_super_region" title="alter_database_alter_super_region">alter\_database\_alter\_super\_region</a></li> <li><a href="#alter_database_drop_region_stmt" title="alter_database_drop_region_stmt">alter\_database\_drop\_region\_stmt</a></li> <li><a href="#alter_database_drop_secondary_region" title="alter_database_drop_secondary_region">alter\_database\_drop\_secondary\_region</a></li> <li><a href="#alter_database_drop_super_region" title="alter_database_drop_super_region">alter\_database\_drop\_super\_region</a></li> <li><a href="#alter_database_owner" title="alter_database_owner">alter\_database\_owner</a></li> <li><a href="#alter_database_placement_stmt" title="alter_database_placement_stmt">alter\_database\_placement\_stmt</a></li> <li><a href="#alter_database_primary_region_stmt" title="alter_database_primary_region_stmt">alter\_database\_primary\_region\_stmt</a></li> <li><a href="#alter_database_set_secondary_region_stmt" title="alter_database_set_secondary_region_stmt">alter\_database\_set\_secondary\_region\_stmt</a></li> <li><a href="#alter_database_set_stmt" title="alter_database_set_stmt">alter\_database\_set\_stmt</a></li> <li><a href="#alter_database_set_zone_config_extension_stmt" title="alter_database_set_zone_config_extension_stmt">alter\_database\_set\_zone\_config\_extension\_stmt</a></li> <li><a href="#alter_database_survival_goal_stmt" title="alter_database_survival_goal_stmt">alter\_database\_survival\_goal\_stmt</a></li> <li><a href="#alter_database_to_schema_stmt" title="alter_database_to_schema_stmt">alter\_database\_to\_schema\_stmt</a></li> <li><a href="#alter_rename_database_stmt" title="alter_rename_database_stmt">alter\_rename\_database\_stmt</a></li> <li><a href="#alter_zone_database_stmt" title="alter_zone_database_stmt">alter\_zone\_database\_stmt</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> <li><a href="#drop_database_stmt" title="drop_database_stmt">drop\_database\_stmt</a></li> <li><a href="#logical_replication_resources" title="logical_replication_resources">logical\_replication\_resources</a></li> <li><a href="#opt_in_database" title="opt_in_database">opt\_in\_database</a></li> <li><a href="#scrub_database_stmt" title="scrub_database_stmt">scrub\_database\_stmt</a></li> <li><a href="#show_indexes_stmt" title="show_indexes_stmt">show\_indexes\_stmt</a></li> <li><a href="#show_partitions_stmt" title="show_partitions_stmt">show\_partitions\_stmt</a></li> <li><a href="#show_ranges_stmt" title="show_ranges_stmt">show\_ranges\_stmt</a></li> <li><a href="#show_regions_stmt" title="show_regions_stmt">show\_regions\_stmt</a></li> <li><a href="#show_survival_goal_stmt" title="show_survival_goal_stmt">show\_survival\_goal\_stmt</a></li> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="comment_text" href="#comment_text">comment\_text:</a></p><svg width="175" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="76" height="32" rx="10" /> <rect x="49" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SCONST</text> <rect x="51" y="47" width="56" height="32" rx="10" /> <rect x="49" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NULL</text> <path className="line" d="m17 17 h2 m20 0 h10 m76 0 h10 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m56 0 h10 m0 0 h20 m23 -44 h-3" /> <polygon points="165 17 173 13 173 21" /> <polygon points="165 17 157 13 157 21" /></svg><p>referenced by: </p><ul> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="qualifiable_schema_name" href="#qualifiable_schema_name">qualifiable\_schema\_name:</a></p><svg width="275" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><rect x="127" y="35" width="24" height="32" rx="10" /> <rect x="125" y="33" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="53">.</text><a href="#name" title="name"> <rect x="171" y="35" width="56" height="32" /> <rect x="169" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="53">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m24 0 h10 m0 0 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_schema_stmt" title="alter_schema_stmt">alter\_schema\_stmt</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#create_schema_stmt" title="create_schema_stmt">create\_schema\_stmt</a></li> <li><a href="#opt_schema_name" title="opt_schema_name">opt\_schema\_name</a></li> <li><a href="#schema_name_list" title="schema_name_list">schema\_name\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_name" href="#type_name">type\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_type_stmt" title="alter_type_stmt">alter\_type\_stmt</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#create_type_stmt" title="create_type_stmt">create\_type\_stmt</a></li> <li><a href="#type_name_list" title="type_name_list">type\_name\_list</a></li> <li><a href="#unlisten_stmt" title="unlisten_stmt">unlisten\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="column_path" href="#column_path">column\_path:</a></p><svg width="261" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><a href="#prefixed_column_path" title="prefixed_column_path"> <rect x="51" y="47" width="162" height="32" /> <rect x="49" y="45" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">prefixed\_column\_path</text></a><path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h106 m-202 0 h20 m182 0 h20 m-222 0 q10 0 10 10 m202 0 q0 -10 10 -10 m-212 10 v24 m202 0 v-24 m-202 24 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m162 0 h10 m23 -44 h-3" /> <polygon points="251 17 259 13 259 21" /> <polygon points="251 17 243 13 243 21" /></svg><p>referenced by: </p><ul> <li><a href="#column_path_with_star" title="column_path_with_star">column\_path\_with\_star</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#sequence_option_elem" title="sequence_option_elem">sequence\_option\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_index_name" href="#table_index_name">table\_index\_name:</a></p><svg width="365" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name" title="table_name"> <rect x="51" y="3" width="96" height="32" /> <rect x="49" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">table\_name</text></a><rect x="167" y="3" width="32" height="32" rx="10" /> <rect x="165" y="1" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="21">@</text><a href="#index_name" title="index_name"> <rect x="219" y="3" width="98" height="32" /> <rect x="217" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="21">index\_name</text></a><a href="#standalone_index_name" title="standalone_index_name"> <rect x="51" y="47" width="176" height="32" /> <rect x="49" y="45" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">standalone\_index\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m96 0 h10 m0 0 h10 m32 0 h10 m0 0 h10 m98 0 h10 m-306 0 h20 m286 0 h20 m-326 0 q10 0 10 10 m306 0 q0 -10 10 -10 m-316 10 v24 m306 0 v-24 m-306 24 q0 10 10 10 m286 0 q10 0 10 -10 m-296 10 h10 m176 0 h10 m0 0 h90 m23 -44 h-3" /> <polygon points="355 17 363 13 363 21" /> <polygon points="355 17 347 13 347 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_visible_stmt" title="alter_index_visible_stmt">alter\_index\_visible\_stmt</a></li> <li><a href="#alter_oneindex_stmt" title="alter_oneindex_stmt">alter\_oneindex\_stmt</a></li> <li><a href="#alter_rename_index_stmt" title="alter_rename_index_stmt">alter\_rename\_index\_stmt</a></li> <li><a href="#alter_scatter_index_stmt" title="alter_scatter_index_stmt">alter\_scatter\_index\_stmt</a></li> <li><a href="#alter_split_index_stmt" title="alter_split_index_stmt">alter\_split\_index\_stmt</a></li> <li><a href="#alter_unsplit_index_stmt" title="alter_unsplit_index_stmt">alter\_unsplit\_index\_stmt</a></li> <li><a href="#alter_zone_index_stmt" title="alter_zone_index_stmt">alter\_zone\_index\_stmt</a></li> <li><a href="#alter_zone_partition_stmt" title="alter_zone_partition_stmt">alter\_zone\_partition\_stmt</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#show_partitions_stmt" title="show_partitions_stmt">show\_partitions\_stmt</a></li> <li><a href="#show_range_for_row_stmt" title="show_range_for_row_stmt">show\_range\_for\_row\_stmt</a></li> <li><a href="#show_ranges_stmt" title="show_ranges_stmt">show\_ranges\_stmt</a></li> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> <li><a href="#table_index_name_list" title="table_index_name_list">table\_index\_name\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="constraint_name" href="#constraint_name">constraint\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#col_qualification" title="col_qualification">col\_qualification</a></li> <li><a href="#comment_stmt" title="comment_stmt">comment\_stmt</a></li> <li><a href="#on_conflict" title="on_conflict">on\_conflict</a></li> <li><a href="#table_constraint" title="table_constraint">table\_constraint</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_alias_name" href="#table_alias_name">table\_alias\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#alias_clause" title="alias_clause">alias\_clause</a></li> <li><a href="#common_table_expr" title="common_table_expr">common\_table\_expr</a></li> <li><a href="#execute_stmt" title="execute_stmt">execute\_stmt</a></li> <li><a href="#func_alias_clause" title="func_alias_clause">func\_alias\_clause</a></li> <li><a href="#insert_target" title="insert_target">insert\_target</a></li> <li><a href="#prepare_stmt" title="prepare_stmt">prepare\_stmt</a></li> <li><a href="#table_expr_opt_alias_idx" title="table_expr_opt_alias_idx">table\_expr\_opt\_alias\_idx</a></li> <li><a href="#trigger_transition" title="trigger_transition">trigger\_transition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="execute_param_clause" href="#execute_param_clause">execute\_param\_clause:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#expr_list" title="expr_list"> <rect x="97" y="23" width="74" height="32" /> <rect x="95" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">expr\_list</text></a><rect x="191" y="23" width="26" height="32" rx="10" /> <rect x="189" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#execute_stmt" title="execute_stmt">execute\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="name" href="#name">name:</a></p><svg width="251" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><a href="#col_name_keyword" title="col_name_keyword"> <rect x="51" y="91" width="142" height="32" /> <rect x="49" y="89" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">col\_name\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h70 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m142 0 h10 m0 0 h10 m23 -88 h-3" /> <polygon points="241 17 249 13 249 21" /> <polygon points="241 17 233 13 233 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_dep_extension_stmt" title="alter_func_dep_extension_stmt">alter\_func\_dep\_extension\_stmt</a></li> <li><a href="#alter_func_rename_stmt" title="alter_func_rename_stmt">alter\_func\_rename\_stmt</a></li> <li><a href="#alter_policy_stmt" title="alter_policy_stmt">alter\_policy\_stmt</a></li> <li><a href="#alter_proc_rename_stmt" title="alter_proc_rename_stmt">alter\_proc\_rename\_stmt</a></li> <li><a href="#alter_type_stmt" title="alter_type_stmt">alter\_type\_stmt</a></li> <li><a href="#cancel_all_jobs_stmt" title="cancel_all_jobs_stmt">cancel\_all\_jobs\_stmt</a></li> <li><a href="#col_def" title="col_def">col\_def</a></li> <li><a href="#col_def_list_no_types" title="col_def_list_no_types">col\_def\_list\_no\_types</a></li> <li><a href="#column_name" title="column_name">column\_name</a></li> <li><a href="#column_path" title="column_path">column\_path</a></li> <li><a href="#composite_type_list" title="composite_type_list">composite\_type\_list</a></li> <li><a href="#constraint_name" title="constraint_name">constraint\_name</a></li> <li><a href="#create_extension_stmt" title="create_extension_stmt">create\_extension\_stmt</a></li> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> <li><a href="#cursor_name" title="cursor_name">cursor\_name</a></li> <li><a href="#database_name" title="database_name">database\_name</a></li> <li><a href="#db_object_name_component" title="db_object_name_component">db\_object\_name\_component</a></li> <li><a href="#deallocate_stmt" title="deallocate_stmt">deallocate\_stmt</a></li> <li><a href="#drop_policy_stmt" title="drop_policy_stmt">drop\_policy\_stmt</a></li> <li><a href="#drop_trigger_stmt" title="drop_trigger_stmt">drop\_trigger\_stmt</a></li> <li><a href="#family_name" title="family_name">family\_name</a></li> <li><a href="#import_format" title="import_format">import\_format</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> <li><a href="#index_elem" title="index_elem">index\_elem</a></li> <li><a href="#kv_option" title="kv_option">kv\_option</a></li> <li><a href="#locality" title="locality">locality</a></li> <li><a href="#name_list" title="name_list">name\_list</a></li> <li><a href="#opt_class" title="opt_class">opt\_class</a></li> <li><a href="#opt_existing_window_name" title="opt_existing_window_name">opt\_existing\_window\_name</a></li> <li><a href="#opt_index_access_method" title="opt_index_access_method">opt\_index\_access\_method</a></li> <li><a href="#opt_name" title="opt_name">opt\_name</a></li> <li><a href="#opt_name_parens" title="opt_name_parens">opt\_name\_parens</a></li> <li><a href="#pause_all_jobs_stmt" title="pause_all_jobs_stmt">pause\_all\_jobs\_stmt</a></li> <li><a href="#privilege" title="privilege">privilege</a></li> <li><a href="#qualifiable_schema_name" title="qualifiable_schema_name">qualifiable\_schema\_name</a></li> <li><a href="#region_name" title="region_name">region\_name</a></li> <li><a href="#resume_all_jobs_stmt" title="resume_all_jobs_stmt">resume\_all\_jobs\_stmt</a></li> <li><a href="#savepoint_name" title="savepoint_name">savepoint\_name</a></li> <li><a href="#savepoint_stmt" title="savepoint_stmt">savepoint\_stmt</a></li> <li><a href="#schema_name" title="schema_name">schema\_name</a></li> <li><a href="#show_enums_stmt" title="show_enums_stmt">show\_enums\_stmt</a></li> <li><a href="#show_functions_stmt" title="show_functions_stmt">show\_functions\_stmt</a></li> <li><a href="#show_procedures_stmt" title="show_procedures_stmt">show\_procedures\_stmt</a></li> <li><a href="#show_schemas_stmt" title="show_schemas_stmt">show\_schemas\_stmt</a></li> <li><a href="#show_sequences_stmt" title="show_sequences_stmt">show\_sequences\_stmt</a></li> <li><a href="#show_tables_stmt" title="show_tables_stmt">show\_tables\_stmt</a></li> <li><a href="#statistics_name" title="statistics_name">statistics\_name</a></li> <li><a href="#storage_parameter_key" title="storage_parameter_key">storage\_parameter\_key</a></li> <li><a href="#table_alias_name" title="table_alias_name">table\_alias\_name</a></li> <li><a href="#var_name" title="var_name">var\_name</a></li> <li><a href="#wildcard_pattern" title="wildcard_pattern">wildcard\_pattern</a></li> <li><a href="#window_name" title="window_name">window\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="do_stmt_opt_list" href="#do_stmt_opt_list">do\_stmt\_opt\_list:</a></p><svg width="237" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#do_stmt_opt_item" title="do_stmt_opt_item"> <rect x="51" y="19" width="138" height="32" /> <rect x="49" y="17" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">do\_stmt\_opt\_item</text></a><path className="line" d="m17 33 h2 m20 0 h10 m138 0 h10 m-178 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m158 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-158 0 h10 m0 0 h148 m23 32 h-3" /> <polygon points="227 33 235 29 235 37" /> <polygon points="227 33 219 29 219 37" /></svg><p>referenced by: </p><ul> <li><a href="#do_stmt" title="do_stmt">do\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="privileges" href="#privileges">privileges:</a></p><svg width="321" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ALL</text><a href="#opt_privileges_clause" title="opt_privileges_clause"> <rect x="115" y="3" width="158" height="32" /> <rect x="113" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">opt\_privileges\_clause</text></a><a href="#privilege_list" title="privilege_list"> <rect x="51" y="47" width="100" height="32" /> <rect x="49" y="45" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">privilege\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h10 m158 0 h10 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m100 0 h10 m0 0 h122 m23 -44 h-3" /> <polygon points="311 17 319 13 319 21" /> <polygon points="311 17 303 13 303 21" /></svg><p>referenced by: </p><ul> <li><a href="#abbreviated_grant_stmt" title="abbreviated_grant_stmt">abbreviated\_grant\_stmt</a></li> <li><a href="#abbreviated_revoke_stmt" title="abbreviated_revoke_stmt">abbreviated\_revoke\_stmt</a></li> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="grant_targets" href="#grant_targets">grant\_targets:</a></p><svg width="477" height="477"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#col_name_keyword" title="col_name_keyword"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">col\_name\_keyword</text></a><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="91" width="152" height="32" /> <rect x="49" y="89" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">unreserved\_keyword</text></a><a href="#complex_table_pattern" title="complex_table_pattern"> <rect x="51" y="135" width="168" height="32" /> <rect x="49" y="133" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">complex\_table\_pattern</text></a><rect x="71" y="179" width="92" height="32" rx="10" /> <rect x="69" y="177" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="197">SEQUENCE</text><a href="#table_pattern" title="table_pattern"> <rect x="71" y="223" width="106" height="32" /> <rect x="69" y="221" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="241">table\_pattern</text></a><rect x="197" y="223" width="24" height="32" rx="10" /> <rect x="195" y="221" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="205" y="241">,</text> <rect x="71" y="267" width="62" height="32" rx="10" /> <rect x="69" y="265" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="285">TABLE</text><a href="#table_pattern_list" title="table_pattern_list"> <rect x="261" y="179" width="134" height="32" /> <rect x="259" y="177" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="269" y="197">table\_pattern\_list</text></a><rect x="71" y="311" width="92" height="32" rx="10" /> <rect x="69" y="309" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="329">DATABASE</text> <rect x="71" y="355" width="90" height="32" rx="10" /> <rect x="69" y="353" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="373">EXTERNAL</text> <rect x="181" y="355" width="112" height="32" rx="10" /> <rect x="179" y="353" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="373">CONNECTION</text><a href="#name_list" title="name_list"> <rect x="333" y="311" width="82" height="32" /> <rect x="331" y="309" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="329">name\_list</text></a><rect x="71" y="399" width="92" height="32" rx="10" /> <rect x="69" y="397" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="417">FUNCTION</text> <rect x="71" y="443" width="104" height="32" rx="10" /> <rect x="69" y="441" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="461">PROCEDURE</text><a href="#function_with_paramtypes_list" title="function_with_paramtypes_list"> <rect x="215" y="399" width="214" height="32" /> <rect x="213" y="397" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="417">function\_with\_paramtypes\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h296 m-418 0 h20 m398 0 h20 m-438 0 q10 0 10 10 m418 0 q0 -10 10 -10 m-428 10 v24 m418 0 v-24 m-418 24 q0 10 10 10 m398 0 q10 0 10 -10 m-408 10 h10 m142 0 h10 m0 0 h236 m-408 -10 v20 m418 0 v-20 m-418 20 v24 m418 0 v-24 m-418 24 q0 10 10 10 m398 0 q10 0 10 -10 m-408 10 h10 m152 0 h10 m0 0 h226 m-408 -10 v20 m418 0 v-20 m-418 20 v24 m418 0 v-24 m-418 24 q0 10 10 10 m398 0 q10 0 10 -10 m-408 10 h10 m168 0 h10 m0 0 h210 m-408 -10 v20 m418 0 v-20 m-418 20 v24 m418 0 v-24 m-418 24 q0 10 10 10 m398 0 q10 0 10 -10 m-388 10 h10 m92 0 h10 m0 0 h58 m-190 0 h20 m170 0 h20 m-210 0 q10 0 10 10 m190 0 q0 -10 10 -10 m-200 10 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m106 0 h10 m0 0 h10 m24 0 h10 m-180 -10 v20 m190 0 v-20 m-190 20 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m62 0 h10 m0 0 h88 m20 -88 h10 m134 0 h10 m0 0 h34 m-408 -10 v20 m418 0 v-20 m-418 20 v112 m418 0 v-112 m-418 112 q0 10 10 10 m398 0 q10 0 10 -10 m-388 10 h10 m92 0 h10 m0 0 h130 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m90 0 h10 m0 0 h10 m112 0 h10 m20 -44 h10 m82 0 h10 m0 0 h14 m-408 -10 v20 m418 0 v-20 m-418 20 v68 m418 0 v-68 m-418 68 q0 10 10 10 m398 0 q10 0 10 -10 m-388 10 h10 m92 0 h10 m0 0 h12 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m20 -44 h10 m214 0 h10 m23 -396 h-3" /> <polygon points="467 17 475 13 475 21" /> <polygon points="467 17 459 13 459 21" /></svg><p>referenced by: </p><ul> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> <li><a href="#targets_roles" title="targets_roles">targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="role_spec_list" href="#role_spec_list">role\_spec\_list:</a></p><svg width="181" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#role_spec" title="role_spec"> <rect x="51" y="47" width="82" height="32" /> <rect x="49" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">role\_spec</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m82 0 h10 m-122 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m102 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-102 0 h10 m24 0 h10 m0 0 h58 m23 44 h-3" /> <polygon points="171 61 179 57 179 65" /> <polygon points="171 61 163 57 163 65" /></svg><p>referenced by: </p><ul> <li><a href="#abbreviated_grant_stmt" title="abbreviated_grant_stmt">abbreviated\_grant\_stmt</a></li> <li><a href="#abbreviated_revoke_stmt" title="abbreviated_revoke_stmt">abbreviated\_revoke\_stmt</a></li> <li><a href="#drop_owned_by_stmt" title="drop_owned_by_stmt">drop\_owned\_by\_stmt</a></li> <li><a href="#drop_role_stmt" title="drop_role_stmt">drop\_role\_stmt</a></li> <li><a href="#for_grantee_clause" title="for_grantee_clause">for\_grantee\_clause</a></li> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#opt_for_roles" title="opt_for_roles">opt\_for\_roles</a></li> <li><a href="#opt_policy_roles" title="opt_policy_roles">opt\_policy\_roles</a></li> <li><a href="#reassign_owned_by_stmt" title="reassign_owned_by_stmt">reassign\_owned\_by\_stmt</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> <li><a href="#show_default_privileges_stmt" title="show_default_privileges_stmt">show\_default\_privileges\_stmt</a></li> <li><a href="#targets_roles" title="targets_roles">targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_grant_option" href="#opt_with_grant_option">opt\_with\_grant\_option:</a></p><svg width="339" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="66" height="32" rx="10" /> <rect x="127" y="21" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">GRANT</text> <rect x="215" y="23" width="76" height="32" rx="10" /> <rect x="213" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="41">OPTION</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h250 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v12 m280 0 v-12 m-280 12 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m58 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="329 5 337 1 337 9" /> <polygon points="329 5 321 1 321 9" /></svg><p>referenced by: </p><ul> <li><a href="#abbreviated_grant_stmt" title="abbreviated_grant_stmt">abbreviated\_grant\_stmt</a></li> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="privilege_list" href="#privilege_list">privilege\_list:</a></p><svg width="173" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#privilege" title="privilege"> <rect x="51" y="47" width="74" height="32" /> <rect x="49" y="45" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">privilege</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m74 0 h10 m-114 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m94 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-94 0 h10 m24 0 h10 m0 0 h50 m23 44 h-3" /> <polygon points="163 61 171 57 171 65" /> <polygon points="163 61 155 57 155 65" /></svg><p>referenced by: </p><ul> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#privileges" title="privileges">privileges</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="target_types" href="#target_types">target\_types:</a></p><svg width="177" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_name_list" title="type_name_list"> <rect x="31" y="3" width="118" height="32" /> <rect x="29" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">type\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m118 0 h10 m3 0 h-3" /> <polygon points="167 17 175 13 175 21" /> <polygon points="167 17 159 13 159 21" /></svg><p>referenced by: </p><ul> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="schema_name_list" href="#schema_name_list">schema\_name\_list:</a></p><svg width="285" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#qualifiable_schema_name" title="qualifiable_schema_name"> <rect x="51" y="47" width="186" height="32" /> <rect x="49" y="45" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">qualifiable\_schema\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m186 0 h10 m-226 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m206 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-206 0 h10 m24 0 h10 m0 0 h162 m23 44 h-3" /> <polygon points="275 61 283 57 283 65" /> <polygon points="275 61 267 57 267 65" /></svg><p>referenced by: </p><ul> <li><a href="#drop_schema_stmt" title="drop_schema_stmt">drop\_schema\_stmt</a></li> <li><a href="#grant_stmt" title="grant_stmt">grant\_stmt</a></li> <li><a href="#opt_in_schemas" title="opt_in_schemas">opt\_in\_schemas</a></li> <li><a href="#revoke_stmt" title="revoke_stmt">revoke\_stmt</a></li> <li><a href="#targets_roles" title="targets_roles">targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="prep_type_clause" href="#prep_type_clause">prep\_type\_clause:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#type_list" title="type_list"> <rect x="97" y="23" width="74" height="32" /> <rect x="95" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">type\_list</text></a><rect x="191" y="23" width="26" height="32" rx="10" /> <rect x="189" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#prepare_stmt" title="prepare_stmt">prepare\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="role_spec" href="#role_spec">role\_spec:</a></p><svg width="251" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><rect x="51" y="91" width="128" height="32" rx="10" /> <rect x="49" y="89" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">CURRENT\_USER</text> <rect x="51" y="135" width="128" height="32" rx="10" /> <rect x="49" y="133" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">SESSION\_USER</text> <path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h70 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m128 0 h10 m0 0 h24 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m128 0 h10 m0 0 h24 m23 -132 h-3" /> <polygon points="241 17 249 13 249 21" /> <polygon points="241 17 233 13 233 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_owner" title="alter_database_owner">alter\_database\_owner</a></li> <li><a href="#alter_func_owner_stmt" title="alter_func_owner_stmt">alter\_func\_owner\_stmt</a></li> <li><a href="#alter_job_stmt" title="alter_job_stmt">alter\_job\_stmt</a></li> <li><a href="#alter_proc_owner_stmt" title="alter_proc_owner_stmt">alter\_proc\_owner\_stmt</a></li> <li><a href="#alter_role_stmt" title="alter_role_stmt">alter\_role\_stmt</a></li> <li><a href="#alter_schema_stmt" title="alter_schema_stmt">alter\_schema\_stmt</a></li> <li><a href="#alter_sequence_owner_stmt" title="alter_sequence_owner_stmt">alter\_sequence\_owner\_stmt</a></li> <li><a href="#alter_table_owner_stmt" title="alter_table_owner_stmt">alter\_table\_owner\_stmt</a></li> <li><a href="#alter_type_stmt" title="alter_type_stmt">alter\_type\_stmt</a></li> <li><a href="#alter_view_owner_stmt" title="alter_view_owner_stmt">alter\_view\_owner\_stmt</a></li> <li><a href="#create_role_stmt" title="create_role_stmt">create\_role\_stmt</a></li> <li><a href="#create_schema_stmt" title="create_schema_stmt">create\_schema\_stmt</a></li> <li><a href="#opt_owner_clause" title="opt_owner_clause">opt\_owner\_clause</a></li> <li><a href="#reassign_owned_by_stmt" title="reassign_owned_by_stmt">reassign\_owned\_by\_stmt</a></li> <li><a href="#role_spec_list" title="role_spec_list">role\_spec\_list</a></li> <li><a href="#show_default_session_variables_for_role_stmt" title="show_default_session_variables_for_role_stmt">show\_default\_session\_variables\_for\_role\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_drop_behavior" href="#opt_drop_behavior">opt\_drop\_behavior:</a></p><svg width="187" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="84" height="32" rx="10" /> <rect x="49" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">CASCADE</text> <rect x="51" y="67" width="88" height="32" rx="10" /> <rect x="49" y="65" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">RESTRICT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m84 0 h10 m0 0 h4 m-118 -10 v20 m128 0 v-20 m-128 20 v24 m128 0 v-24 m-128 24 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m23 -76 h-3" /> <polygon points="177 5 185 1 185 9" /> <polygon points="177 5 169 1 169 9" /></svg><p>referenced by: </p><ul> <li><a href="#abbreviated_revoke_stmt" title="abbreviated_revoke_stmt">abbreviated\_revoke\_stmt</a></li> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#drop_database_stmt" title="drop_database_stmt">drop\_database\_stmt</a></li> <li><a href="#drop_func_stmt" title="drop_func_stmt">drop\_func\_stmt</a></li> <li><a href="#drop_index_stmt" title="drop_index_stmt">drop\_index\_stmt</a></li> <li><a href="#drop_owned_by_stmt" title="drop_owned_by_stmt">drop\_owned\_by\_stmt</a></li> <li><a href="#drop_policy_stmt" title="drop_policy_stmt">drop\_policy\_stmt</a></li> <li><a href="#drop_proc_stmt" title="drop_proc_stmt">drop\_proc\_stmt</a></li> <li><a href="#drop_schema_stmt" title="drop_schema_stmt">drop\_schema\_stmt</a></li> <li><a href="#drop_sequence_stmt" title="drop_sequence_stmt">drop\_sequence\_stmt</a></li> <li><a href="#drop_table_stmt" title="drop_table_stmt">drop\_table\_stmt</a></li> <li><a href="#drop_trigger_stmt" title="drop_trigger_stmt">drop\_trigger\_stmt</a></li> <li><a href="#drop_type_stmt" title="drop_type_stmt">drop\_type\_stmt</a></li> <li><a href="#drop_view_stmt" title="drop_view_stmt">drop\_view\_stmt</a></li> <li><a href="#truncate_stmt" title="truncate_stmt">truncate\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="savepoint_name" href="#savepoint_name">savepoint\_name:</a></p><svg width="275" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="100" height="32" rx="10" /> <rect x="49" y="33" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">SAVEPOINT</text><a href="#name" title="name"> <rect x="191" y="3" width="56" height="32" /> <rect x="189" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="21">name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m20 -32 h10 m56 0 h10 m3 0 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#release_stmt" title="release_stmt">release\_stmt</a></li> <li><a href="#rollback_stmt" title="rollback_stmt">rollback\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_concurrently" href="#opt_concurrently">opt\_concurrently:</a></p><svg width="229" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="130" height="32" rx="10" /> <rect x="49" y="21" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">CONCURRENTLY</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h140 m-170 0 h20 m150 0 h20 m-190 0 q10 0 10 10 m170 0 q0 -10 10 -10 m-180 10 v12 m170 0 v-12 m-170 12 q0 10 10 10 m150 0 q10 0 10 -10 m-160 10 h10 m130 0 h10 m23 -32 h-3" /> <polygon points="219 5 227 1 227 9" /> <polygon points="219 5 211 1 211 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#drop_index_stmt" title="drop_index_stmt">drop\_index\_stmt</a></li> <li><a href="#refresh_stmt" title="refresh_stmt">refresh\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="view_name" href="#view_name">view\_name:</a></p><svg width="155" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name" title="table_name"> <rect x="31" y="3" width="96" height="32" /> <rect x="29" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="145 17 153 13 153 21" /> <polygon points="145 17 137 13 137 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_rename_view_stmt" title="alter_rename_view_stmt">alter\_rename\_view\_stmt</a></li> <li><a href="#create_view_stmt" title="create_view_stmt">create\_view\_stmt</a></li> <li><a href="#refresh_stmt" title="refresh_stmt">refresh\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_as_of_clause" href="#opt_as_of_clause">opt\_as\_of\_clause:</a></p><svg width="203" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#as_of_clause" title="as_of_clause"> <rect x="51" y="23" width="104" height="32" /> <rect x="49" y="21" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">as\_of\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h114 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v12 m144 0 v-12 m-144 12 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m23 -32 h-3" /> <polygon points="193 5 201 1 201 9" /> <polygon points="193 5 185 1 185 9" /></svg><p>referenced by: </p><ul> <li><a href="#backup_stmt" title="backup_stmt">backup\_stmt</a></li> <li><a href="#from_clause" title="from_clause">from\_clause</a></li> <li><a href="#inspect_database_stmt" title="inspect_database_stmt">inspect\_database\_stmt</a></li> <li><a href="#inspect_table_stmt" title="inspect_table_stmt">inspect\_table\_stmt</a></li> <li><a href="#refresh_stmt" title="refresh_stmt">refresh\_stmt</a></li> <li><a href="#restore_stmt" title="restore_stmt">restore\_stmt</a></li> <li><a href="#scrub_database_stmt" title="scrub_database_stmt">scrub\_database\_stmt</a></li> <li><a href="#scrub_table_stmt" title="scrub_table_stmt">scrub\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_clear_data" href="#opt_clear_data">opt\_clear\_data:</a></p><svg width="333" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="149" y="55" width="40" height="32" rx="10" /> <rect x="147" y="53" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="73">NO</text> <rect x="229" y="23" width="56" height="32" rx="10" /> <rect x="227" y="21" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="237" y="41">DATA</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h244 m-274 0 h20 m254 0 h20 m-294 0 q10 0 10 10 m274 0 q0 -10 10 -10 m-284 10 v12 m274 0 v-12 m-274 12 q0 10 10 10 m254 0 q10 0 10 -10 m-264 10 h10 m58 0 h10 m20 0 h10 m0 0 h50 m-80 0 h20 m60 0 h20 m-100 0 q10 0 10 10 m80 0 q0 -10 10 -10 m-90 10 v12 m80 0 v-12 m-80 12 q0 10 10 10 m60 0 q10 0 10 -10 m-70 10 h10 m40 0 h10 m20 -32 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="323 5 331 1 331 9" /> <polygon points="323 5 315 1 315 9" /></svg><p>referenced by: </p><ul> <li><a href="#refresh_stmt" title="refresh_stmt">refresh\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_transaction_stmt" href="#set_transaction_stmt">set\_transaction\_stmt:</a></p><svg width="567" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="115" y="35" width="82" height="32" rx="10" /> <rect x="113" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="53">SESSION</text> <rect x="237" y="3" width="120" height="32" rx="10" /> <rect x="235" y="1" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="245" y="21">TRANSACTION</text><a href="#transaction_mode_list" title="transaction_mode_list"> <rect x="377" y="3" width="162" height="32" /> <rect x="375" y="1" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="385" y="21">transaction\_mode\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m20 -32 h10 m120 0 h10 m0 0 h10 m162 0 h10 m3 0 h-3" /> <polygon points="557 17 565 13 565 21" /> <polygon points="557 17 549 13 549 21" /></svg><p>referenced by: </p><ul> <li><a href="#nonpreparable_set_stmt" title="nonpreparable_set_stmt">nonpreparable\_set\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="begin_stmt" href="#begin_stmt">begin\_stmt:</a></p><svg width="417" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">START</text> <rect x="115" y="3" width="120" height="32" rx="10" /> <rect x="113" y="1" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TRANSACTION</text><a href="#begin_transaction" title="begin_transaction"> <rect x="255" y="3" width="134" height="32" /> <rect x="253" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="21">begin\_transaction</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="407 17 415 13 415 21" /> <polygon points="407 17 399 13 399 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="commit_stmt" href="#commit_stmt">commit\_stmt:</a></p><svg width="277" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="78" height="32" rx="10" /> <rect x="29" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">COMMIT</text><a href="#opt_transaction" title="opt_transaction"> <rect x="129" y="3" width="120" height="32" /> <rect x="127" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="21">opt\_transaction</text></a><path className="line" d="m17 17 h2 m0 0 h10 m78 0 h10 m0 0 h10 m120 0 h10 m3 0 h-3" /> <polygon points="267 17 275 13 275 21" /> <polygon points="267 17 259 13 259 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="rollback_stmt" href="#rollback_stmt">rollback\_stmt:</a></p><svg width="535" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="92" height="32" rx="10" /> <rect x="29" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ROLLBACK</text><a href="#opt_transaction" title="opt_transaction"> <rect x="143" y="3" width="120" height="32" /> <rect x="141" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="21">opt\_transaction</text></a><rect x="303" y="35" width="38" height="32" rx="10" /> <rect x="301" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="53">TO</text><a href="#savepoint_name" title="savepoint_name"> <rect x="361" y="35" width="126" height="32" /> <rect x="359" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="369" y="53">savepoint\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m92 0 h10 m0 0 h10 m120 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m38 0 h10 m0 0 h10 m126 0 h10 m23 -32 h-3" /> <polygon points="525 17 533 13 533 21" /> <polygon points="525 17 517 13 517 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="abort_stmt" href="#abort_stmt">abort\_stmt:</a></p><svg width="263" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="66" height="32" rx="10" /> <rect x="29" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ABORT</text><a href="#opt_abort_mod" title="opt_abort_mod"> <rect x="117" y="3" width="118" height="32" /> <rect x="115" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="125" y="21">opt\_abort\_mod</text></a><path className="line" d="m17 17 h2 m0 0 h10 m66 0 h10 m0 0 h10 m118 0 h10 m3 0 h-3" /> <polygon points="253 17 261 13 261 21" /> <polygon points="253 17 245 13 245 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="prepare_transaction_stmt" href="#prepare_transaction_stmt">prepare\_transaction\_stmt:</a></p><svg width="377" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PREPARE</text> <rect x="133" y="3" width="120" height="32" rx="10" /> <rect x="131" y="1" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="21">TRANSACTION</text> <rect x="273" y="3" width="76" height="32" rx="10" /> <rect x="271" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="281" y="21">SCONST</text> <path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m76 0 h10 m3 0 h-3" /> <polygon points="367 17 375 13 375 21" /> <polygon points="367 17 359 13 359 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="commit_prepared_stmt" href="#commit_prepared_stmt">commit\_prepared\_stmt:</a></p><svg width="345" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="78" height="32" rx="10" /> <rect x="29" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">COMMIT</text> <rect x="129" y="3" width="92" height="32" rx="10" /> <rect x="127" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="21">PREPARED</text> <rect x="241" y="3" width="76" height="32" rx="10" /> <rect x="239" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="21">SCONST</text> <path className="line" d="m17 17 h2 m0 0 h10 m78 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m76 0 h10 m3 0 h-3" /> <polygon points="335 17 343 13 343 21" /> <polygon points="335 17 327 13 327 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="rollback_prepared_stmt" href="#rollback_prepared_stmt">rollback\_prepared\_stmt:</a></p><svg width="359" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="92" height="32" rx="10" /> <rect x="29" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ROLLBACK</text> <rect x="143" y="3" width="92" height="32" rx="10" /> <rect x="141" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="21">PREPARED</text> <rect x="255" y="3" width="76" height="32" rx="10" /> <rect x="253" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="21">SCONST</text> <path className="line" d="m17 17 h2 m0 0 h10 m92 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m76 0 h10 m3 0 h-3" /> <polygon points="349 17 357 13 357 21" /> <polygon points="349 17 341 13 341 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_stmt" title="transaction_stmt">transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cursor_name" href="#cursor_name">cursor\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#close_cursor_stmt" title="close_cursor_stmt">close\_cursor\_stmt</a></li> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_binary" href="#opt_binary">opt\_binary:</a></p><svg width="171" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="72" height="32" rx="10" /> <rect x="49" y="21" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">BINARY</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h82 m-112 0 h20 m92 0 h20 m-132 0 q10 0 10 10 m112 0 q0 -10 10 -10 m-122 10 v12 m112 0 v-12 m-112 12 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m72 0 h10 m23 -32 h-3" /> <polygon points="161 5 169 1 169 9" /> <polygon points="161 5 153 1 153 9" /></svg><p>referenced by: </p><ul> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_sensitivity" href="#opt_sensitivity">opt\_sensitivity:</a></p><svg width="209" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="110" height="32" rx="10" /> <rect x="49" y="21" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">INSENSITIVE</text> <rect x="51" y="67" width="104" height="32" rx="10" /> <rect x="49" y="65" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">ASENSITIVE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h120 m-150 0 h20 m130 0 h20 m-170 0 q10 0 10 10 m150 0 q0 -10 10 -10 m-160 10 v12 m150 0 v-12 m-150 12 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m110 0 h10 m-140 -10 v20 m150 0 v-20 m-150 20 v24 m150 0 v-24 m-150 24 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m104 0 h10 m0 0 h6 m23 -76 h-3" /> <polygon points="199 5 207 1 207 9" /> <polygon points="199 5 191 1 191 9" /></svg><p>referenced by: </p><ul> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_scroll" href="#opt_scroll">opt\_scroll:</a></p><svg width="273" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="55" width="40" height="32" rx="10" /> <rect x="69" y="53" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="73">NO</text> <rect x="151" y="23" width="74" height="32" rx="10" /> <rect x="149" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="41">SCROLL</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h184 m-214 0 h20 m194 0 h20 m-234 0 q10 0 10 10 m214 0 q0 -10 10 -10 m-224 10 v12 m214 0 v-12 m-214 12 q0 10 10 10 m194 0 q10 0 10 -10 m-184 10 h10 m0 0 h50 m-80 0 h20 m60 0 h20 m-100 0 q10 0 10 10 m80 0 q0 -10 10 -10 m-90 10 v12 m80 0 v-12 m-80 12 q0 10 10 10 m60 0 q10 0 10 -10 m-70 10 h10 m40 0 h10 m20 -32 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="263 5 271 1 271 9" /> <polygon points="263 5 255 1 255 9" /></svg><p>referenced by: </p><ul> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_hold" href="#opt_hold">opt\_hold:</a></p><svg width="305" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="23" width="58" height="32" rx="10" /> <rect x="69" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="41">WITH</text> <rect x="71" y="67" width="88" height="32" rx="10" /> <rect x="69" y="65" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="85">WITHOUT</text> <rect x="199" y="23" width="58" height="32" rx="10" /> <rect x="197" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="41">HOLD</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h216 m-246 0 h20 m226 0 h20 m-266 0 q10 0 10 10 m246 0 q0 -10 10 -10 m-256 10 v12 m246 0 v-12 m-246 12 q0 10 10 10 m226 0 q10 0 10 -10 m-216 10 h10 m58 0 h10 m0 0 h30 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v24 m128 0 v-24 m-128 24 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m20 -44 h10 m58 0 h10 m23 -32 h-3" /> <polygon points="295 5 303 1 303 9" /> <polygon points="295 5 287 1 287 9" /></svg><p>referenced by: </p><ul> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_with_lookahead_variants" href="#for_with_lookahead_variants">for\_with\_lookahead\_variants:</a></p><svg width="199" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="48" height="32" rx="10" /> <rect x="49" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FOR</text> <rect x="51" y="47" width="100" height="32" rx="10" /> <rect x="49" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FOR\_TABLE</text> <path className="line" d="m17 17 h2 m20 0 h10 m48 0 h10 m0 0 h52 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v24 m140 0 v-24 m-140 24 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m23 -44 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#declare_cursor_stmt" title="declare_cursor_stmt">declare\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cursor_movement_specifier" href="#cursor_movement_specifier">cursor\_movement\_specifier:</a></p><svg width="747" height="421"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#from_or_in" title="from_or_in"> <rect x="51" y="35" width="88" height="32" /> <rect x="49" y="33" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="53">from\_or\_in</text></a><a href="#next_prior" title="next_prior"> <rect x="71" y="79" width="86" height="32" /> <rect x="69" y="77" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="97">next\_prior</text></a><a href="#forward_backward" title="forward_backward"> <rect x="71" y="123" width="136" height="32" /> <rect x="69" y="121" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="141">forward\_backward</text></a><rect x="91" y="167" width="92" height="32" rx="10" /> <rect x="89" y="165" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="185">ABSOLUTE</text> <rect x="91" y="211" width="86" height="32" rx="10" /> <rect x="89" y="209" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="229">RELATIVE</text><a href="#signed_iconst64" title="signed_iconst64"> <rect x="223" y="167" width="124" height="32" /> <rect x="221" y="165" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="231" y="185">signed\_iconst64</text></a><rect x="71" y="255" width="60" height="32" rx="10" /> <rect x="69" y="253" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="273">FIRST</text> <rect x="71" y="299" width="54" height="32" rx="10" /> <rect x="69" y="297" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="317">LAST</text><a href="#opt_forward_backward" title="opt_forward_backward"> <rect x="71" y="343" width="164" height="32" /> <rect x="69" y="341" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="361">opt\_forward\_backward</text></a><a href="#signed_iconst64" title="signed_iconst64"> <rect x="275" y="343" width="124" height="32" /> <rect x="273" y="341" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="361">signed\_iconst64</text></a><rect x="275" y="387" width="44" height="32" rx="10" /> <rect x="273" y="385" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="405">ALL</text><a href="#opt_from_or_in" title="opt_from_or_in"> <rect x="459" y="79" width="118" height="32" /> <rect x="457" y="77" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="467" y="97">opt\_from\_or\_in</text></a><a href="#cursor_name" title="cursor_name"> <rect x="617" y="3" width="102" height="32" /> <rect x="615" y="1" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="625" y="21">cursor\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h536 m-566 0 h20 m546 0 h20 m-586 0 q10 0 10 10 m566 0 q0 -10 10 -10 m-576 10 v12 m566 0 v-12 m-566 12 q0 10 10 10 m546 0 q10 0 10 -10 m-556 10 h10 m88 0 h10 m0 0 h438 m-556 -10 v20 m566 0 v-20 m-566 20 v24 m566 0 v-24 m-566 24 q0 10 10 10 m546 0 q10 0 10 -10 m-536 10 h10 m86 0 h10 m0 0 h262 m-388 0 h20 m368 0 h20 m-408 0 q10 0 10 10 m388 0 q0 -10 10 -10 m-398 10 v24 m388 0 v-24 m-388 24 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m136 0 h10 m0 0 h212 m-378 -10 v20 m388 0 v-20 m-388 20 v24 m388 0 v-24 m-388 24 q0 10 10 10 m368 0 q10 0 10 -10 m-358 10 h10 m92 0 h10 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m86 0 h10 m0 0 h6 m20 -44 h10 m124 0 h10 m0 0 h72 m-378 -10 v20 m388 0 v-20 m-388 20 v68 m388 0 v-68 m-388 68 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m60 0 h10 m0 0 h288 m-378 -10 v20 m388 0 v-20 m-388 20 v24 m388 0 v-24 m-388 24 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m54 0 h10 m0 0 h294 m-378 -10 v20 m388 0 v-20 m-388 20 v24 m388 0 v-24 m-388 24 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m164 0 h10 m20 0 h10 m124 0 h10 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v24 m164 0 v-24 m-164 24 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m44 0 h10 m0 0 h80 m40 -308 h10 m118 0 h10 m20 -76 h10 m102 0 h10 m3 0 h-3" /> <polygon points="737 17 745 13 745 21" /> <polygon points="737 17 729 13 729 21" /></svg><p>referenced by: </p><ul> <li><a href="#fetch_cursor_stmt" title="fetch_cursor_stmt">fetch\_cursor\_stmt</a></li> <li><a href="#move_cursor_stmt" title="move_cursor_stmt">move\_cursor\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_transaction" href="#opt_transaction">opt\_transaction:</a></p><svg width="219" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="120" height="32" rx="10" /> <rect x="49" y="21" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TRANSACTION</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h130 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v12 m160 0 v-12 m-160 12 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m23 -32 h-3" /> <polygon points="209 5 217 1 217 9" /> <polygon points="209 5 201 1 201 9" /></svg><p>referenced by: </p><ul> <li><a href="#commit_stmt" title="commit_stmt">commit\_stmt</a></li> <li><a href="#legacy_begin_stmt" title="legacy_begin_stmt">legacy\_begin\_stmt</a></li> <li><a href="#legacy_end_stmt" title="legacy_end_stmt">legacy\_end\_stmt</a></li> <li><a href="#rollback_stmt" title="rollback_stmt">rollback\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="begin_transaction" href="#begin_transaction">begin\_transaction:</a></p><svg width="261" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#transaction_mode_list" title="transaction_mode_list"> <rect x="51" y="23" width="162" height="32" /> <rect x="49" y="21" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">transaction\_mode\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h172 m-202 0 h20 m182 0 h20 m-222 0 q10 0 10 10 m202 0 q0 -10 10 -10 m-212 10 v12 m202 0 v-12 m-202 12 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m162 0 h10 m23 -32 h-3" /> <polygon points="251 5 259 1 259 9" /> <polygon points="251 5 243 1 243 9" /></svg><p>referenced by: </p><ul> <li><a href="#begin_stmt" title="begin_stmt">begin\_stmt</a></li> <li><a href="#legacy_begin_stmt" title="legacy_begin_stmt">legacy\_begin\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_ddl_stmt" href="#alter_ddl_stmt">alter\_ddl\_stmt:</a></p><svg width="307" height="741"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_table_stmt" title="alter_table_stmt"> <rect x="51" y="3" width="126" height="32" /> <rect x="49" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_table\_stmt</text></a><a href="#alter_index_stmt" title="alter_index_stmt"> <rect x="51" y="47" width="128" height="32" /> <rect x="49" y="45" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_index\_stmt</text></a><a href="#alter_view_stmt" title="alter_view_stmt"> <rect x="51" y="91" width="122" height="32" /> <rect x="49" y="89" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_view\_stmt</text></a><a href="#alter_sequence_stmt" title="alter_sequence_stmt"> <rect x="51" y="135" width="154" height="32" /> <rect x="49" y="133" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_sequence\_stmt</text></a><a href="#alter_database_stmt" title="alter_database_stmt"> <rect x="51" y="179" width="154" height="32" /> <rect x="49" y="177" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">alter\_database\_stmt</text></a><a href="#alter_range_stmt" title="alter_range_stmt"> <rect x="51" y="223" width="130" height="32" /> <rect x="49" y="221" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">alter\_range\_stmt</text></a><a href="#alter_partition_stmt" title="alter_partition_stmt"> <rect x="51" y="267" width="148" height="32" /> <rect x="49" y="265" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">alter\_partition\_stmt</text></a><a href="#alter_schema_stmt" title="alter_schema_stmt"> <rect x="51" y="311" width="142" height="32" /> <rect x="49" y="309" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">alter\_schema\_stmt</text></a><a href="#alter_type_stmt" title="alter_type_stmt"> <rect x="51" y="355" width="122" height="32" /> <rect x="49" y="353" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">alter\_type\_stmt</text></a><a href="#alter_default_privileges_stmt" title="alter_default_privileges_stmt"> <rect x="51" y="399" width="208" height="32" /> <rect x="49" y="397" width="208" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">alter\_default\_privileges\_stmt</text></a><a href="#alter_changefeed_stmt" title="alter_changefeed_stmt"> <rect x="51" y="443" width="168" height="32" /> <rect x="49" y="441" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">alter\_changefeed\_stmt</text></a><a href="#alter_backup_stmt" title="alter_backup_stmt"> <rect x="51" y="487" width="138" height="32" /> <rect x="49" y="485" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">alter\_backup\_stmt</text></a><a href="#alter_func_stmt" title="alter_func_stmt"> <rect x="51" y="531" width="120" height="32" /> <rect x="49" y="529" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="549">alter\_func\_stmt</text></a><a href="#alter_proc_stmt" title="alter_proc_stmt"> <rect x="51" y="575" width="120" height="32" /> <rect x="49" y="573" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="593">alter\_proc\_stmt</text></a><a href="#alter_backup_schedule" title="alter_backup_schedule"> <rect x="51" y="619" width="166" height="32" /> <rect x="49" y="617" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="637">alter\_backup\_schedule</text></a><a href="#alter_policy_stmt" title="alter_policy_stmt"> <rect x="51" y="663" width="130" height="32" /> <rect x="49" y="661" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="681">alter\_policy\_stmt</text></a><a href="#alter_job_stmt" title="alter_job_stmt"> <rect x="51" y="707" width="114" height="32" /> <rect x="49" y="705" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="725">alter\_job\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m126 0 h10 m0 0 h82 m-248 0 h20 m228 0 h20 m-268 0 q10 0 10 10 m248 0 q0 -10 10 -10 m-258 10 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m128 0 h10 m0 0 h80 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m122 0 h10 m0 0 h86 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m154 0 h10 m0 0 h54 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m154 0 h10 m0 0 h54 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m130 0 h10 m0 0 h78 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m148 0 h10 m0 0 h60 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m142 0 h10 m0 0 h66 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m122 0 h10 m0 0 h86 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m208 0 h10 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m168 0 h10 m0 0 h40 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m138 0 h10 m0 0 h70 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m120 0 h10 m0 0 h88 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m120 0 h10 m0 0 h88 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m166 0 h10 m0 0 h42 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m130 0 h10 m0 0 h78 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m114 0 h10 m0 0 h94 m23 -704 h-3" /> <polygon points="297 17 305 13 305 21" /> <polygon points="297 17 289 13 289 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_stmt" title="alter_stmt">alter\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_external_connection_stmt" href="#alter_external_connection_stmt">alter\_external\_connection\_stmt:</a></p><svg width="707" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="90" height="32" rx="10" /> <rect x="111" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">EXTERNAL</text> <rect x="223" y="3" width="112" height="32" rx="10" /> <rect x="221" y="1" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="231" y="21">CONNECTION</text> <rect x="375" y="35" width="34" height="32" rx="10" /> <rect x="373" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="383" y="53">IF</text> <rect x="429" y="35" width="70" height="32" rx="10" /> <rect x="427" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="437" y="53">EXISTS</text><a href="#label_spec" title="label_spec"> <rect x="539" y="3" width="88" height="32" /> <rect x="537" y="1" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="21">label\_spec</text></a><rect x="647" y="3" width="38" height="32" rx="10" /> <rect x="645" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="655" y="21">AS</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="521" y="101" width="158" height="32" /> <rect x="519" y="99" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="529" y="119">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m112 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m88 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-208 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m158 0 h10 m3 0 h-3" /> <polygon points="697 115 705 111 705 119" /> <polygon points="697 115 689 111 689 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_stmt" title="alter_stmt">alter\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_role_stmt" href="#alter_role_stmt">alter\_role\_stmt:</a></p><svg width="905" height="235"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text><a href="#role_or_group_or_user" title="role_or_group_or_user"> <rect x="45" y="69" width="168" height="32" /> <rect x="43" y="67" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">role\_or\_group\_or\_user</text></a><rect x="253" y="101" width="34" height="32" rx="10" /> <rect x="251" y="99" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="119">IF</text> <rect x="307" y="101" width="70" height="32" rx="10" /> <rect x="305" y="99" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="315" y="119">EXISTS</text><a href="#role_spec" title="role_spec"> <rect x="417" y="69" width="82" height="32" /> <rect x="415" y="67" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="425" y="87">role\_spec</text></a><a href="#opt_role_options" title="opt_role_options"> <rect x="539" y="69" width="128" height="32" /> <rect x="537" y="67" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="87">opt\_role\_options</text></a><a href="#opt_in_database" title="opt_in_database"> <rect x="539" y="113" width="128" height="32" /> <rect x="537" y="111" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="131">opt\_in\_database</text></a><a href="#set_or_reset_clause" title="set_or_reset_clause"> <rect x="687" y="113" width="150" height="32" /> <rect x="685" y="111" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="695" y="131">set\_or\_reset\_clause</text></a><rect x="65" y="157" width="90" height="32" rx="10" /> <rect x="63" y="155" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="175">ROLE\_ALL</text> <rect x="65" y="201" width="90" height="32" rx="10" /> <rect x="63" y="199" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="219">USER\_ALL</text> <rect x="195" y="157" width="44" height="32" rx="10" /> <rect x="193" y="155" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="203" y="175">ALL</text><a href="#opt_in_database" title="opt_in_database"> <rect x="259" y="157" width="128" height="32" /> <rect x="257" y="155" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="175">opt\_in\_database</text></a><a href="#set_or_reset_clause" title="set_or_reset_clause"> <rect x="407" y="157" width="150" height="32" /> <rect x="405" y="155" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="415" y="175">set\_or\_reset\_clause</text></a><path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-114 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m168 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m82 0 h10 m20 0 h10 m128 0 h10 m0 0 h170 m-338 0 h20 m318 0 h20 m-358 0 q10 0 10 10 m338 0 q0 -10 10 -10 m-348 10 v24 m338 0 v-24 m-338 24 q0 10 10 10 m318 0 q10 0 10 -10 m-328 10 h10 m128 0 h10 m0 0 h10 m150 0 h10 m-832 -44 h20 m832 0 h20 m-872 0 q10 0 10 10 m852 0 q0 -10 10 -10 m-862 10 v68 m852 0 v-68 m-852 68 q0 10 10 10 m832 0 q10 0 10 -10 m-822 10 h10 m90 0 h10 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m20 -44 h10 m44 0 h10 m0 0 h10 m128 0 h10 m0 0 h10 m150 0 h10 m0 0 h300 m23 -88 h-3" /> <polygon points="895 83 903 79 903 87" /> <polygon points="895 83 887 79 887 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_stmt" title="alter_stmt">alter\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_virtual_cluster_stmt" href="#alter_virtual_cluster_stmt">alter\_virtual\_cluster\_stmt:</a></p><svg width="357" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt"> <rect x="51" y="3" width="258" height="32" /> <rect x="49" y="1" width="258" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_virtual\_cluster\_replication\_stmt</text></a><a href="#alter_virtual_cluster_capability_stmt" title="alter_virtual_cluster_capability_stmt"> <rect x="51" y="47" width="252" height="32" /> <rect x="49" y="45" width="252" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_virtual\_cluster\_capability\_stmt</text></a><a href="#alter_virtual_cluster_rename_stmt" title="alter_virtual_cluster_rename_stmt"> <rect x="51" y="91" width="240" height="32" /> <rect x="49" y="89" width="240" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_virtual\_cluster\_rename\_stmt</text></a><a href="#alter_virtual_cluster_service_stmt" title="alter_virtual_cluster_service_stmt"> <rect x="51" y="135" width="236" height="32" /> <rect x="49" y="133" width="236" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_virtual\_cluster\_service\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m258 0 h10 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m252 0 h10 m0 0 h6 m-288 -10 v20 m298 0 v-20 m-298 20 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m240 0 h10 m0 0 h18 m-288 -10 v20 m298 0 v-20 m-298 20 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m236 0 h10 m0 0 h22 m23 -132 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_stmt" title="alter_stmt">alter\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_backup_targets" href="#opt_backup_targets">opt\_backup\_targets:</a></p><svg width="177" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#backup_targets" title="backup_targets"> <rect x="31" y="3" width="118" height="32" /> <rect x="29" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">backup\_targets</text></a><path className="line" d="m17 17 h2 m0 0 h10 m118 0 h10 m3 0 h-3" /> <polygon points="167 17 175 13 175 21" /> <polygon points="167 17 159 13 159 21" /></svg><p>referenced by: </p><ul> <li><a href="#backup_stmt" title="backup_stmt">backup\_stmt</a></li> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sconst_or_placeholder" href="#sconst_or_placeholder">sconst\_or\_placeholder:</a></p><svg width="219" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="76" height="32" rx="10" /> <rect x="49" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SCONST</text> <rect x="51" y="47" width="120" height="32" rx="10" /> <rect x="49" y="45" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PLACEHOLDER</text> <path className="line" d="m17 17 h2 m20 0 h10 m76 0 h10 m0 0 h44 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m23 -44 h-3" /> <polygon points="209 17 217 13 217 21" /> <polygon points="209 17 201 13 201 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#backup_stmt" title="backup_stmt">backup\_stmt</a></li> <li><a href="#cron_expr" title="cron_expr">cron\_expr</a></li> <li><a href="#opt_full_backup_clause" title="opt_full_backup_clause">opt\_full\_backup\_clause</a></li> <li><a href="#password_clause" title="password_clause">password\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="string_or_placeholder_opt_list" href="#string_or_placeholder_opt_list">string\_or\_placeholder\_opt\_list:</a></p><svg width="377" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="51" y="3" width="158" height="32" /> <rect x="49" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">string\_or\_placeholder</text></a><rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">(</text><a href="#string_or_placeholder_list" title="string_or_placeholder_list"> <rect x="97" y="47" width="186" height="32" /> <rect x="95" y="45" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">string\_or\_placeholder\_list</text></a><rect x="303" y="47" width="26" height="32" rx="10" /> <rect x="301" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="65">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m158 0 h10 m0 0 h120 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m26 0 h10 m0 0 h10 m186 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="367 17 375 13 375 21" /> <polygon points="367 17 359 13 359 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#backup_kms" title="backup_kms">backup\_kms</a></li> <li><a href="#backup_options" title="backup_options">backup\_options</a></li> <li><a href="#backup_stmt" title="backup_stmt">backup\_stmt</a></li> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> <li><a href="#restore_options" title="restore_options">restore\_options</a></li> <li><a href="#restore_stmt" title="restore_stmt">restore\_stmt</a></li> <li><a href="#show_backup_options" title="show_backup_options">show\_backup\_options</a></li> <li><a href="#show_backup_stmt" title="show_backup_stmt">show\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_backup_options" href="#opt_with_backup_options">opt\_with\_backup\_options:</a></p><svg width="559" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#backup_options_list" title="backup_options_list"> <rect x="149" y="23" width="146" height="32" /> <rect x="147" y="21" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">backup\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#backup_options_list" title="backup_options_list"> <rect x="299" y="67" width="146" height="32" /> <rect x="297" y="65" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">backup\_options\_list</text></a><rect x="465" y="67" width="26" height="32" rx="10" /> <rect x="463" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="473" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h470 m-500 0 h20 m480 0 h20 m-520 0 q10 0 10 10 m500 0 q0 -10 10 -10 m-510 10 v12 m500 0 v-12 m-500 12 q0 10 10 10 m480 0 q10 0 10 -10 m-490 10 h10 m58 0 h10 m20 0 h10 m146 0 h10 m0 0 h196 m-382 0 h20 m362 0 h20 m-402 0 q10 0 10 10 m382 0 q0 -10 10 -10 m-392 10 v24 m382 0 v-24 m-382 24 q0 10 10 10 m362 0 q10 0 10 -10 m-372 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m146 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="549 5 557 1 557 9" /> <polygon points="549 5 541 1 541 9" /></svg><p>referenced by: </p><ul> <li><a href="#backup_stmt" title="backup_stmt">backup\_stmt</a></li> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cancel_jobs_stmt" href="#cancel_jobs_stmt">cancel\_jobs\_stmt:</a></p><svg width="465" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CANCEL</text> <rect x="145" y="3" width="46" height="32" rx="10" /> <rect x="143" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="21">JOB</text><a href="#a_expr" title="a_expr"> <rect x="211" y="3" width="64" height="32" /> <rect x="209" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="219" y="21">a\_expr</text></a><rect x="145" y="47" width="56" height="32" rx="10" /> <rect x="143" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="65">JOBS</text><a href="#select_stmt" title="select_stmt"> <rect x="241" y="47" width="94" height="32" /> <rect x="239" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="249" y="65">select\_stmt</text></a><a href="#for_schedules_clause" title="for_schedules_clause"> <rect x="241" y="91" width="156" height="32" /> <rect x="239" y="89" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="249" y="109">for\_schedules\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m20 0 h10 m46 0 h10 m0 0 h10 m64 0 h10 m0 0 h142 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m56 0 h10 m20 0 h10 m94 0 h10 m0 0 h62 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v24 m196 0 v-24 m-196 24 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m156 0 h10 m43 -88 h-3" /> <polygon points="455 17 463 13 463 21" /> <polygon points="455 17 447 13 447 21" /></svg><p>referenced by: </p><ul> <li><a href="#cancel_stmt" title="cancel_stmt">cancel\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cancel_queries_stmt" href="#cancel_queries_stmt">cancel\_queries\_stmt:</a></p><svg width="573" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CANCEL</text> <rect x="145" y="3" width="66" height="32" rx="10" /> <rect x="143" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="21">QUERY</text> <rect x="251" y="35" width="34" height="32" rx="10" /> <rect x="249" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="53">IF</text> <rect x="305" y="35" width="70" height="32" rx="10" /> <rect x="303" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="313" y="53">EXISTS</text><a href="#a_expr" title="a_expr"> <rect x="415" y="3" width="64" height="32" /> <rect x="413" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="21">a\_expr</text></a><rect x="145" y="79" width="82" height="32" rx="10" /> <rect x="143" y="77" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="97">QUERIES</text> <rect x="267" y="111" width="34" height="32" rx="10" /> <rect x="265" y="109" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="275" y="129">IF</text> <rect x="321" y="111" width="70" height="32" rx="10" /> <rect x="319" y="109" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="129">EXISTS</text><a href="#select_stmt" title="select_stmt"> <rect x="431" y="79" width="94" height="32" /> <rect x="429" y="77" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="439" y="97">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m20 0 h10 m66 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m64 0 h10 m0 0 h46 m-420 0 h20 m400 0 h20 m-440 0 q10 0 10 10 m420 0 q0 -10 10 -10 m-430 10 v56 m420 0 v-56 m-420 56 q0 10 10 10 m400 0 q10 0 10 -10 m-410 10 h10 m82 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m94 0 h10 m23 -76 h-3" /> <polygon points="563 17 571 13 571 21" /> <polygon points="563 17 555 13 555 21" /></svg><p>referenced by: </p><ul> <li><a href="#cancel_stmt" title="cancel_stmt">cancel\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cancel_sessions_stmt" href="#cancel_sessions_stmt">cancel\_sessions\_stmt:</a></p><svg width="583" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CANCEL</text> <rect x="145" y="3" width="82" height="32" rx="10" /> <rect x="143" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="21">SESSION</text> <rect x="267" y="35" width="34" height="32" rx="10" /> <rect x="265" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="275" y="53">IF</text> <rect x="321" y="35" width="70" height="32" rx="10" /> <rect x="319" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="53">EXISTS</text><a href="#a_expr" title="a_expr"> <rect x="431" y="3" width="64" height="32" /> <rect x="429" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="439" y="21">a\_expr</text></a><rect x="145" y="79" width="92" height="32" rx="10" /> <rect x="143" y="77" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="97">SESSIONS</text> <rect x="277" y="111" width="34" height="32" rx="10" /> <rect x="275" y="109" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="285" y="129">IF</text> <rect x="331" y="111" width="70" height="32" rx="10" /> <rect x="329" y="109" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="339" y="129">EXISTS</text><a href="#select_stmt" title="select_stmt"> <rect x="441" y="79" width="94" height="32" /> <rect x="439" y="77" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="449" y="97">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m20 0 h10 m82 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m64 0 h10 m0 0 h40 m-430 0 h20 m410 0 h20 m-450 0 q10 0 10 10 m430 0 q0 -10 10 -10 m-440 10 v56 m430 0 v-56 m-430 56 q0 10 10 10 m410 0 q10 0 10 -10 m-420 10 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m94 0 h10 m23 -76 h-3" /> <polygon points="573 17 581 13 581 21" /> <polygon points="573 17 565 13 565 21" /></svg><p>referenced by: </p><ul> <li><a href="#cancel_stmt" title="cancel_stmt">cancel\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cancel_all_jobs_stmt" href="#cancel_all_jobs_stmt">cancel\_all\_jobs\_stmt:</a></p><svg width="349" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CANCEL</text> <rect x="125" y="3" width="44" height="32" rx="10" /> <rect x="123" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">ALL</text><a href="#name" title="name"> <rect x="189" y="3" width="56" height="32" /> <rect x="187" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="21">name</text></a><rect x="265" y="3" width="56" height="32" rx="10" /> <rect x="263" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="21">JOBS</text> <path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="339 17 347 13 347 21" /> <polygon points="339 17 331 13 331 21" /></svg><p>referenced by: </p><ul> <li><a href="#cancel_stmt" title="cancel_stmt">cancel\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_role_stmt" href="#create_role_stmt">create\_role\_stmt:</a></p><svg width="667" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#role_or_group_or_user" title="role_or_group_or_user"> <rect x="123" y="3" width="168" height="32" /> <rect x="121" y="1" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">role\_or\_group\_or\_user</text></a><rect x="331" y="35" width="34" height="32" rx="10" /> <rect x="329" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="339" y="53">IF</text> <rect x="385" y="35" width="48" height="32" rx="10" /> <rect x="383" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="393" y="53">NOT</text> <rect x="453" y="35" width="70" height="32" rx="10" /> <rect x="451" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="461" y="53">EXISTS</text><a href="#role_spec" title="role_spec"> <rect x="563" y="3" width="82" height="32" /> <rect x="561" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="571" y="21">role\_spec</text></a><a href="#opt_role_options" title="opt_role_options"> <rect x="511" y="101" width="128" height="32" /> <rect x="509" y="99" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="519" y="119">opt\_role\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m168 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m82 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-178 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m128 0 h10 m3 0 h-3" /> <polygon points="657 115 665 111 665 119" /> <polygon points="657 115 649 111 649 119" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_ddl_stmt" href="#create_ddl_stmt">create\_ddl\_stmt:</a></p><svg width="265" height="521"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#create_database_stmt" title="create_database_stmt"> <rect x="51" y="3" width="164" height="32" /> <rect x="49" y="1" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">create\_database\_stmt</text></a><a href="#create_index_stmt" title="create_index_stmt"> <rect x="51" y="47" width="138" height="32" /> <rect x="49" y="45" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">create\_index\_stmt</text></a><a href="#create_schema_stmt" title="create_schema_stmt"> <rect x="51" y="91" width="154" height="32" /> <rect x="49" y="89" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">create\_schema\_stmt</text></a><a href="#create_table_stmt" title="create_table_stmt"> <rect x="51" y="135" width="136" height="32" /> <rect x="49" y="133" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">create\_table\_stmt</text></a><a href="#create_table_as_stmt" title="create_table_as_stmt"> <rect x="51" y="179" width="160" height="32" /> <rect x="49" y="177" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">create\_table\_as\_stmt</text></a><a href="#create_type_stmt" title="create_type_stmt"> <rect x="51" y="223" width="132" height="32" /> <rect x="49" y="221" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">create\_type\_stmt</text></a><a href="#create_view_stmt" title="create_view_stmt"> <rect x="51" y="267" width="132" height="32" /> <rect x="49" y="265" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">create\_view\_stmt</text></a><a href="#create_sequence_stmt" title="create_sequence_stmt"> <rect x="51" y="311" width="166" height="32" /> <rect x="49" y="309" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">create\_sequence\_stmt</text></a><a href="#create_func_stmt" title="create_func_stmt"> <rect x="51" y="355" width="130" height="32" /> <rect x="49" y="353" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">create\_func\_stmt</text></a><a href="#create_proc_stmt" title="create_proc_stmt"> <rect x="51" y="399" width="132" height="32" /> <rect x="49" y="397" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">create\_proc\_stmt</text></a><a href="#create_trigger_stmt" title="create_trigger_stmt"> <rect x="51" y="443" width="146" height="32" /> <rect x="49" y="441" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">create\_trigger\_stmt</text></a><a href="#create_policy_stmt" title="create_policy_stmt"> <rect x="51" y="487" width="140" height="32" /> <rect x="49" y="485" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">create\_policy\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m164 0 h10 m0 0 h2 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m138 0 h10 m0 0 h28 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m154 0 h10 m0 0 h12 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m136 0 h10 m0 0 h30 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m160 0 h10 m0 0 h6 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m132 0 h10 m0 0 h34 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m132 0 h10 m0 0 h34 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m166 0 h10 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m130 0 h10 m0 0 h36 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m132 0 h10 m0 0 h34 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m146 0 h10 m0 0 h20 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m140 0 h10 m0 0 h26 m23 -484 h-3" /> <polygon points="255 17 263 13 263 21" /> <polygon points="255 17 247 13 247 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_stats_stmt" href="#create_stats_stmt">create\_stats\_stmt:</a></p><svg width="627" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="102" height="32" rx="10" /> <rect x="121" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">STATISTICS</text><a href="#statistics_name" title="statistics_name"> <rect x="245" y="3" width="120" height="32" /> <rect x="243" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="21">statistics\_name</text></a><a href="#opt_stats_columns" title="opt_stats_columns"> <rect x="385" y="3" width="140" height="32" /> <rect x="383" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="21">opt\_stats\_columns</text></a><rect x="545" y="3" width="60" height="32" rx="10" /> <rect x="543" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="553" y="21">FROM</text><a href="#create_stats_target" title="create_stats_target"> <rect x="249" y="69" width="146" height="32" /> <rect x="247" y="67" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="257" y="87">create\_stats\_target</text></a><a href="#opt_create_stats_options" title="opt_create_stats_options"> <rect x="415" y="69" width="184" height="32" /> <rect x="413" y="67" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="87">opt\_create\_stats\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m140 0 h10 m0 0 h10 m60 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-400 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m146 0 h10 m0 0 h10 m184 0 h10 m3 0 h-3" /> <polygon points="617 83 625 79 625 87" /> <polygon points="617 83 609 79 609 87" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_changefeed_stmt" href="#create_changefeed_stmt">create\_changefeed\_stmt:</a></p><svg width="1087" height="147"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="72" height="32" rx="10" /> <rect x="31" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">CREATE</text> <rect x="125" y="3" width="110" height="32" rx="10" /> <rect x="123" y="1" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">CHANGEFEED</text><a href="#for_with_lookahead_variants" title="for_with_lookahead_variants"> <rect x="45" y="69" width="204" height="32" /> <rect x="43" y="67" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">for\_with\_lookahead\_variants</text></a><a href="#changefeed_table_targets" title="changefeed_table_targets"> <rect x="269" y="69" width="188" height="32" /> <rect x="267" y="67" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="277" y="87">changefeed\_table\_targets</text></a><a href="#opt_changefeed_sink" title="opt_changefeed_sink"> <rect x="477" y="69" width="156" height="32" /> <rect x="475" y="67" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="485" y="87">opt\_changefeed\_sink</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="653" y="69" width="130" height="32" /> <rect x="651" y="67" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="661" y="87">opt\_with\_options</text></a><a href="#opt_changefeed_sink" title="opt_changefeed_sink"> <rect x="45" y="113" width="156" height="32" /> <rect x="43" y="111" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="131">opt\_changefeed\_sink</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="221" y="113" width="130" height="32" /> <rect x="219" y="111" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="131">opt\_with\_options</text></a><rect x="371" y="113" width="38" height="32" rx="10" /> <rect x="369" y="111" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="131">AS</text> <rect x="429" y="113" width="70" height="32" rx="10" /> <rect x="427" y="111" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="437" y="131">SELECT</text><a href="#target_list" title="target_list"> <rect x="519" y="113" width="86" height="32" /> <rect x="517" y="111" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="527" y="131">target\_list</text></a><rect x="625" y="113" width="60" height="32" rx="10" /> <rect x="623" y="111" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="633" y="131">FROM</text><a href="#changefeed_target_expr" title="changefeed_target_expr"> <rect x="705" y="113" width="178" height="32" /> <rect x="703" y="111" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="713" y="131">changefeed\_target\_expr</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="903" y="113" width="136" height="32" /> <rect x="901" y="111" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="911" y="131">opt\_where\_clause</text></a><path className="line" d="m19 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m110 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-254 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m204 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m156 0 h10 m0 0 h10 m130 0 h10 m0 0 h256 m-1034 0 h20 m1014 0 h20 m-1054 0 q10 0 10 10 m1034 0 q0 -10 10 -10 m-1044 10 v24 m1034 0 v-24 m-1034 24 q0 10 10 10 m1014 0 q10 0 10 -10 m-1024 10 h10 m156 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m178 0 h10 m0 0 h10 m136 0 h10 m23 -44 h-3" /> <polygon points="1077 83 1085 79 1085 87" /> <polygon points="1077 83 1069 79 1069 87" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_extension_stmt" href="#create_extension_stmt">create\_extension\_stmt:</a></p><svg width="579" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="100" height="32" rx="10" /> <rect x="121" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">EXTENSION</text> <rect x="263" y="35" width="34" height="32" rx="10" /> <rect x="261" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="53">IF</text> <rect x="317" y="35" width="48" height="32" rx="10" /> <rect x="315" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="325" y="53">NOT</text> <rect x="385" y="35" width="70" height="32" rx="10" /> <rect x="383" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="393" y="53">EXISTS</text><a href="#name" title="name"> <rect x="495" y="3" width="56" height="32" /> <rect x="493" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m100 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m56 0 h10 m3 0 h-3" /> <polygon points="569 17 577 13 577 21" /> <polygon points="569 17 561 13 561 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_external_connection_stmt" href="#create_external_connection_stmt">create\_external\_connection\_stmt:</a></p><svg width="717" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="90" height="32" rx="10" /> <rect x="121" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">EXTERNAL</text> <rect x="233" y="3" width="112" height="32" rx="10" /> <rect x="231" y="1" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="21">CONNECTION</text><a href="#label_spec" title="label_spec"> <rect x="365" y="3" width="88" height="32" /> <rect x="363" y="1" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="373" y="21">label\_spec</text></a><rect x="473" y="3" width="38" height="32" rx="10" /> <rect x="471" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="481" y="21">AS</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="531" y="3" width="158" height="32" /> <rect x="529" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="539" y="21">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m112 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m158 0 h10 m3 0 h-3" /> <polygon points="707 17 715 13 715 21" /> <polygon points="707 17 699 13 699 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_logical_replication_stream_stmt" href="#create_logical_replication_stream_stmt">create\_logical\_replication\_stream\_stmt:</a></p><svg width="673" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="98" height="32" rx="10" /> <rect x="121" y="1" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">LOGICALLY</text> <rect x="241" y="3" width="106" height="32" rx="10" /> <rect x="239" y="1" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="21">REPLICATED</text><a href="#logical_replication_resources" title="logical_replication_resources"> <rect x="367" y="3" width="204" height="32" /> <rect x="365" y="1" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="375" y="21">logical\_replication\_resources</text></a><rect x="591" y="3" width="60" height="32" rx="10" /> <rect x="589" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="599" y="21">FROM</text><a href="#logical_replication_resources" title="logical_replication_resources"> <rect x="117" y="69" width="204" height="32" /> <rect x="115" y="67" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="125" y="87">logical\_replication\_resources</text></a><rect x="341" y="69" width="40" height="32" rx="10" /> <rect x="339" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="87">ON</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="401" y="69" width="158" height="32" /> <rect x="399" y="67" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="87">string\_or\_placeholder</text></a><a href="#opt_logical_replication_create_table_options" title="opt_logical_replication_create_table_options"> <rect x="339" y="135" width="306" height="32" /> <rect x="337" y="133" width="306" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="153">opt\_logical\_replication\_create\_table\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m98 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m204 0 h10 m0 0 h10 m60 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-578 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m204 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m158 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-264 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m306 0 h10 m3 0 h-3" /> <polygon points="663 149 671 145 671 153" /> <polygon points="663 149 655 145 655 153" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_schedule_stmt" href="#create_schedule_stmt">create\_schedule\_stmt:</a></p><svg width="367" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt"> <rect x="51" y="3" width="268" height="32" /> <rect x="49" y="1" width="268" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">create\_schedule\_for\_changefeed\_stmt</text></a><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt"> <rect x="51" y="47" width="240" height="32" /> <rect x="49" y="45" width="240" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">create\_schedule\_for\_backup\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m268 0 h10 m-308 0 h20 m288 0 h20 m-328 0 q10 0 10 10 m308 0 q0 -10 10 -10 m-318 10 v24 m308 0 v-24 m-308 24 q0 10 10 10 m288 0 q10 0 10 -10 m-298 10 h10 m240 0 h10 m0 0 h28 m23 -44 h-3" /> <polygon points="357 17 365 13 365 21" /> <polygon points="357 17 349 13 349 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stmt" title="create_stmt">create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="check_external_connection_stmt" href="#check_external_connection_stmt">check\_external\_connection\_stmt:</a></p><svg width="537" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CHECK</text> <rect x="115" y="3" width="90" height="32" rx="10" /> <rect x="113" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">EXTERNAL</text> <rect x="225" y="3" width="112" height="32" rx="10" /> <rect x="223" y="1" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="21">CONNECTION</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="357" y="3" width="158" height="32" /> <rect x="355" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="365" y="21">string\_or\_placeholder</text></a><a href="#opt_with_check_external_connection_options_list" title="opt_with_check_external_connection_options_list"> <rect x="171" y="69" width="338" height="32" /> <rect x="169" y="67" width="338" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="87">opt\_with\_check\_external\_connection\_options\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m112 0 h10 m0 0 h10 m158 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-388 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m338 0 h10 m3 0 h-3" /> <polygon points="527 83 535 79 535 87" /> <polygon points="527 83 519 79 519 87" /></svg><p>referenced by: </p><ul> <li><a href="#check_stmt" title="check_stmt">check\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_clause" href="#opt_with_clause">opt\_with\_clause:</a></p><svg width="193" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#with_clause" title="with_clause"> <rect x="51" y="23" width="94" height="32" /> <rect x="49" y="21" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">with\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m23 -32 h-3" /> <polygon points="183 5 191 1 191 9" /> <polygon points="183 5 175 1 175 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#insert_stmt" title="insert_stmt">insert\_stmt</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> <li><a href="#upsert_stmt" title="upsert_stmt">upsert\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_batch_clause" href="#opt_batch_clause">opt\_batch\_clause:</a></p><svg width="447" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="66" height="32" rx="10" /> <rect x="49" y="21" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">BATCH</text> <rect x="157" y="55" width="26" height="32" rx="10" /> <rect x="155" y="53" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="165" y="73">(</text><a href="#batch_param_list" title="batch_param_list"> <rect x="203" y="55" width="130" height="32" /> <rect x="201" y="53" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="73">batch\_param\_list</text></a><rect x="353" y="55" width="26" height="32" rx="10" /> <rect x="351" y="53" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="361" y="73">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h358 m-388 0 h20 m368 0 h20 m-408 0 q10 0 10 10 m388 0 q0 -10 10 -10 m-398 10 v12 m388 0 v-12 m-388 12 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m66 0 h10 m20 0 h10 m0 0 h232 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v12 m262 0 v-12 m-262 12 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m26 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m26 0 h10 m43 -64 h-3" /> <polygon points="437 5 445 1 445 9" /> <polygon points="437 5 429 1 429 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_expr_opt_alias_idx" href="#table_expr_opt_alias_idx">table\_expr\_opt\_alias\_idx:</a></p><svg width="501" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name_opt_idx" title="table_name_opt_idx"> <rect x="31" y="3" width="150" height="32" /> <rect x="29" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_name\_opt\_idx</text></a><rect x="241" y="67" width="38" height="32" rx="10" /> <rect x="239" y="65" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="85">AS</text><a href="#table_alias_name" title="table_alias_name"> <rect x="319" y="35" width="134" height="32" /> <rect x="317" y="33" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="327" y="53">table\_alias\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m150 0 h10 m20 0 h10 m0 0 h242 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v12 m272 0 v-12 m-272 12 q0 10 10 10 m252 0 q10 0 10 -10 m-242 10 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m20 -32 h10 m134 0 h10 m23 -32 h-3" /> <polygon points="491 17 499 13 499 21" /> <polygon points="491 17 483 13 483 21" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_using_clause" href="#opt_using_clause">opt\_using\_clause:</a></p><svg width="259" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">USING</text><a href="#from_list" title="from_list"> <rect x="135" y="23" width="76" height="32" /> <rect x="133" y="21" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="41">from\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h170 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v12 m200 0 v-12 m-200 12 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m64 0 h10 m0 0 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="249 5 257 1 257 9" /> <polygon points="249 5 241 1 241 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_sort_clause" href="#opt_sort_clause">opt\_sort\_clause:</a></p><svg width="193" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#sort_clause" title="sort_clause"> <rect x="51" y="23" width="94" height="32" /> <rect x="49" y="21" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">sort\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m23 -32 h-3" /> <polygon points="183 5 191 1 191 9" /> <polygon points="183 5 175 1 175 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_limit_clause" href="#opt_limit_clause">opt\_limit\_clause:</a></p><svg width="193" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#limit_clause" title="limit_clause"> <rect x="51" y="23" width="94" height="32" /> <rect x="49" y="21" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">limit\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m23 -32 h-3" /> <polygon points="183 5 191 1 191 9" /> <polygon points="183 5 175 1 175 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="returning_clause" href="#returning_clause">returning\_clause:</a></p><svg width="345" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="100" height="32" rx="10" /> <rect x="49" y="21" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">RETURNING</text><a href="#target_list" title="target_list"> <rect x="191" y="23" width="86" height="32" /> <rect x="189" y="21" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="41">target\_list</text></a><rect x="191" y="67" width="86" height="32" rx="10" /> <rect x="189" y="65" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="85">NOTHING</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h256 m-286 0 h20 m266 0 h20 m-306 0 q10 0 10 10 m286 0 q0 -10 10 -10 m-296 10 v12 m286 0 v-12 m-286 12 q0 10 10 10 m266 0 q10 0 10 -10 m-276 10 h10 m100 0 h10 m20 0 h10 m86 0 h10 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v24 m126 0 v-24 m-126 24 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m86 0 h10 m43 -76 h-3" /> <polygon points="335 5 343 1 343 9" /> <polygon points="335 5 327 1 327 9" /></svg><p>referenced by: </p><ul> <li><a href="#delete_stmt" title="delete_stmt">delete\_stmt</a></li> <li><a href="#insert_stmt" title="insert_stmt">insert\_stmt</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> <li><a href="#upsert_stmt" title="upsert_stmt">upsert\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_ddl_stmt" href="#drop_ddl_stmt">drop\_ddl\_stmt:</a></p><svg width="253" height="477"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#drop_database_stmt" title="drop_database_stmt"> <rect x="51" y="3" width="154" height="32" /> <rect x="49" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">drop\_database\_stmt</text></a><a href="#drop_index_stmt" title="drop_index_stmt"> <rect x="51" y="47" width="128" height="32" /> <rect x="49" y="45" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">drop\_index\_stmt</text></a><a href="#drop_table_stmt" title="drop_table_stmt"> <rect x="51" y="91" width="126" height="32" /> <rect x="49" y="89" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">drop\_table\_stmt</text></a><a href="#drop_view_stmt" title="drop_view_stmt"> <rect x="51" y="135" width="122" height="32" /> <rect x="49" y="133" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">drop\_view\_stmt</text></a><a href="#drop_sequence_stmt" title="drop_sequence_stmt"> <rect x="51" y="179" width="154" height="32" /> <rect x="49" y="177" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">drop\_sequence\_stmt</text></a><a href="#drop_schema_stmt" title="drop_schema_stmt"> <rect x="51" y="223" width="142" height="32" /> <rect x="49" y="221" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">drop\_schema\_stmt</text></a><a href="#drop_type_stmt" title="drop_type_stmt"> <rect x="51" y="267" width="122" height="32" /> <rect x="49" y="265" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">drop\_type\_stmt</text></a><a href="#drop_func_stmt" title="drop_func_stmt"> <rect x="51" y="311" width="120" height="32" /> <rect x="49" y="309" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">drop\_func\_stmt</text></a><a href="#drop_proc_stmt" title="drop_proc_stmt"> <rect x="51" y="355" width="120" height="32" /> <rect x="49" y="353" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">drop\_proc\_stmt</text></a><a href="#drop_trigger_stmt" title="drop_trigger_stmt"> <rect x="51" y="399" width="136" height="32" /> <rect x="49" y="397" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">drop\_trigger\_stmt</text></a><a href="#drop_policy_stmt" title="drop_policy_stmt"> <rect x="51" y="443" width="130" height="32" /> <rect x="49" y="441" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">drop\_policy\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m154 0 h10 m-194 0 h20 m174 0 h20 m-214 0 q10 0 10 10 m194 0 q0 -10 10 -10 m-204 10 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m128 0 h10 m0 0 h26 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m126 0 h10 m0 0 h28 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m122 0 h10 m0 0 h32 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m154 0 h10 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m142 0 h10 m0 0 h12 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m122 0 h10 m0 0 h32 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m120 0 h10 m0 0 h34 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m120 0 h10 m0 0 h34 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m136 0 h10 m0 0 h18 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m130 0 h10 m0 0 h24 m23 -440 h-3" /> <polygon points="243 17 251 13 251 21" /> <polygon points="243 17 235 13 235 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_stmt" title="drop_stmt">drop\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_role_stmt" href="#drop_role_stmt">drop\_role\_stmt:</a></p><svg width="617" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text><a href="#role_or_group_or_user" title="role_or_group_or_user"> <rect x="109" y="3" width="168" height="32" /> <rect x="107" y="1" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="117" y="21">role\_or\_group\_or\_user</text></a><rect x="317" y="35" width="34" height="32" rx="10" /> <rect x="315" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="325" y="53">IF</text> <rect x="371" y="35" width="70" height="32" rx="10" /> <rect x="369" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="53">EXISTS</text><a href="#role_spec_list" title="role_spec_list"> <rect x="481" y="3" width="108" height="32" /> <rect x="479" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="489" y="21">role\_spec\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m168 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m108 0 h10 m3 0 h-3" /> <polygon points="607 17 615 13 615 21" /> <polygon points="607 17 599 13 599 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_stmt" title="drop_stmt">drop\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_schedule_stmt" href="#drop_schedule_stmt">drop\_schedule\_stmt:</a></p><svg width="391" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="129" y="3" width="92" height="32" rx="10" /> <rect x="127" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="21">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="241" y="3" width="64" height="32" /> <rect x="239" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="249" y="21">a\_expr</text></a><rect x="129" y="47" width="100" height="32" rx="10" /> <rect x="127" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="65">SCHEDULES</text><a href="#select_stmt" title="select_stmt"> <rect x="249" y="47" width="94" height="32" /> <rect x="247" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="257" y="65">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m20 0 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h38 m-254 0 h20 m234 0 h20 m-274 0 q10 0 10 10 m254 0 q0 -10 10 -10 m-264 10 v24 m254 0 v-24 m-254 24 q0 10 10 10 m234 0 q10 0 10 -10 m-244 10 h10 m100 0 h10 m0 0 h10 m94 0 h10 m23 -44 h-3" /> <polygon points="381 17 389 13 389 21" /> <polygon points="381 17 373 13 373 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_stmt" title="drop_stmt">drop\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_external_connection_stmt" href="#drop_external_connection_stmt">drop\_external\_connection\_stmt:</a></p><svg width="537" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="90" height="32" rx="10" /> <rect x="107" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">EXTERNAL</text> <rect x="219" y="3" width="112" height="32" rx="10" /> <rect x="217" y="1" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="21">CONNECTION</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="351" y="3" width="158" height="32" /> <rect x="349" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="359" y="21">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m112 0 h10 m0 0 h10 m158 0 h10 m3 0 h-3" /> <polygon points="527 17 535 13 535 21" /> <polygon points="527 17 519 13 519 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_stmt" title="drop_stmt">drop\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="explainable_stmt" href="#explainable_stmt">explainable\_stmt:</a></p><svg width="225" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#preparable_stmt" title="preparable_stmt"> <rect x="51" y="3" width="126" height="32" /> <rect x="49" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">preparable\_stmt</text></a><a href="#comment_stmt" title="comment_stmt"> <rect x="51" y="47" width="114" height="32" /> <rect x="49" y="45" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">comment\_stmt</text></a><a href="#execute_stmt" title="execute_stmt"> <rect x="51" y="91" width="106" height="32" /> <rect x="49" y="89" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">execute\_stmt</text></a><a href="#call_stmt" title="call_stmt"> <rect x="51" y="135" width="76" height="32" /> <rect x="49" y="133" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">call\_stmt</text></a><a href="#do_stmt" title="do_stmt"> <rect x="51" y="179" width="72" height="32" /> <rect x="49" y="177" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">do\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m126 0 h10 m-166 0 h20 m146 0 h20 m-186 0 q10 0 10 10 m166 0 q0 -10 10 -10 m-176 10 v24 m166 0 v-24 m-166 24 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m114 0 h10 m0 0 h12 m-156 -10 v20 m166 0 v-20 m-166 20 v24 m166 0 v-24 m-166 24 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m106 0 h10 m0 0 h20 m-156 -10 v20 m166 0 v-20 m-166 20 v24 m166 0 v-24 m-166 24 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m76 0 h10 m0 0 h50 m-156 -10 v20 m166 0 v-20 m-166 20 v24 m166 0 v-24 m-166 24 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m72 0 h10 m0 0 h54 m23 -176 h-3" /> <polygon points="215 17 223 13 223 21" /> <polygon points="215 17 207 13 207 21" /></svg><p>referenced by: </p><ul> <li><a href="#explain_stmt" title="explain_stmt">explain\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="explain_option_list" href="#explain_option_list">explain\_option\_list:</a></p><svg width="257" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#explain_option_name" title="explain_option_name"> <rect x="51" y="47" width="158" height="32" /> <rect x="49" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">explain\_option\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m158 0 h10 m-198 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m178 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-178 0 h10 m24 0 h10 m0 0 h134 m23 44 h-3" /> <polygon points="247 61 255 57 255 65" /> <polygon points="247 61 239 57 239 65" /></svg><p>referenced by: </p><ul> <li><a href="#explain_stmt" title="explain_stmt">explain\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="insert_column_list" href="#insert_column_list">insert\_column\_list:</a></p><svg width="243" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#insert_column_item" title="insert_column_item"> <rect x="51" y="47" width="144" height="32" /> <rect x="49" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">insert\_column\_item</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m144 0 h10 m-184 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m164 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-164 0 h10 m24 0 h10 m0 0 h120 m23 44 h-3" /> <polygon points="233 61 241 57 241 65" /> <polygon points="233 61 225 57 225 65" /></svg><p>referenced by: </p><ul> <li><a href="#import_stmt" title="import_stmt">import\_stmt</a></li> <li><a href="#insert_rest" title="insert_rest">insert\_rest</a></li> <li><a href="#multiple_set_clause" title="multiple_set_clause">multiple\_set\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="import_format" href="#import_format">import\_format:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#export_stmt" title="export_stmt">export\_stmt</a></li> <li><a href="#import_stmt" title="import_stmt">import\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="string_or_placeholder_list" href="#string_or_placeholder_list">string\_or\_placeholder\_list:</a></p><svg width="257" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="51" y="47" width="158" height="32" /> <rect x="49" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">string\_or\_placeholder</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m158 0 h10 m-198 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m178 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-178 0 h10 m24 0 h10 m0 0 h134 m23 44 h-3" /> <polygon points="247 61 255 57 255 65" /> <polygon points="247 61 239 57 239 65" /></svg><p>referenced by: </p><ul> <li><a href="#import_stmt" title="import_stmt">import\_stmt</a></li> <li><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list">string\_or\_placeholder\_opt\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_options" href="#opt_with_options">opt\_with\_options:</a></p><svg width="521" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#kv_option_list" title="kv_option_list"> <rect x="149" y="23" width="108" height="32" /> <rect x="147" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">kv\_option\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#kv_option_list" title="kv_option_list"> <rect x="299" y="67" width="108" height="32" /> <rect x="297" y="65" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">kv\_option\_list</text></a><rect x="427" y="67" width="26" height="32" rx="10" /> <rect x="425" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="435" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h432 m-462 0 h20 m442 0 h20 m-482 0 q10 0 10 10 m462 0 q0 -10 10 -10 m-472 10 v12 m462 0 v-12 m-462 12 q0 10 10 10 m442 0 q10 0 10 -10 m-452 10 h10 m58 0 h10 m20 0 h10 m108 0 h10 m0 0 h196 m-344 0 h20 m324 0 h20 m-364 0 q10 0 10 10 m344 0 q0 -10 10 -10 m-354 10 v24 m344 0 v-24 m-344 24 q0 10 10 10 m324 0 q10 0 10 -10 m-334 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="511 5 519 1 519 9" /> <polygon points="511 5 503 1 503 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_cmd" title="alter_changefeed_cmd">alter\_changefeed\_cmd</a></li> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> <li><a href="#export_stmt" title="export_stmt">export\_stmt</a></li> <li><a href="#import_stmt" title="import_stmt">import\_stmt</a></li> <li><a href="#show_stats_stmt" title="show_stats_stmt">show\_stats\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="insert_target" href="#insert_target">insert\_target:</a></p><svg width="461" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name_opt_idx" title="table_name_opt_idx"> <rect x="31" y="3" width="150" height="32" /> <rect x="29" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_name\_opt\_idx</text></a><rect x="221" y="35" width="38" height="32" rx="10" /> <rect x="219" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="53">AS</text><a href="#table_alias_name" title="table_alias_name"> <rect x="279" y="35" width="134" height="32" /> <rect x="277" y="33" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="287" y="53">table\_alias\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m150 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m38 0 h10 m0 0 h10 m134 0 h10 m23 -32 h-3" /> <polygon points="451 17 459 13 459 21" /> <polygon points="451 17 443 13 443 21" /></svg><p>referenced by: </p><ul> <li><a href="#changefeed_target_expr" title="changefeed_target_expr">changefeed\_target\_expr</a></li> <li><a href="#insert_stmt" title="insert_stmt">insert\_stmt</a></li> <li><a href="#upsert_stmt" title="upsert_stmt">upsert\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="insert_rest" href="#insert_rest">insert\_rest:</a></p><svg width="481" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="35" width="26" height="32" rx="10" /> <rect x="69" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="53">(</text><a href="#insert_column_list" title="insert_column_list"> <rect x="117" y="35" width="136" height="32" /> <rect x="115" y="33" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="125" y="53">insert\_column\_list</text></a><rect x="273" y="35" width="26" height="32" rx="10" /> <rect x="271" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="281" y="53">)</text><a href="#select_stmt" title="select_stmt"> <rect x="339" y="3" width="94" height="32" /> <rect x="337" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="21">select\_stmt</text></a><rect x="51" y="79" width="80" height="32" rx="10" /> <rect x="49" y="77" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">DEFAULT</text> <rect x="151" y="79" width="72" height="32" rx="10" /> <rect x="149" y="77" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="97">VALUES</text> <path className="line" d="m17 17 h2 m40 0 h10 m0 0 h238 m-268 0 h20 m248 0 h20 m-288 0 q10 0 10 10 m268 0 q0 -10 10 -10 m-278 10 v12 m268 0 v-12 m-268 12 q0 10 10 10 m248 0 q10 0 10 -10 m-258 10 h10 m26 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m26 0 h10 m20 -32 h10 m94 0 h10 m-422 0 h20 m402 0 h20 m-442 0 q10 0 10 10 m422 0 q0 -10 10 -10 m-432 10 v56 m422 0 v-56 m-422 56 q0 10 10 10 m402 0 q10 0 10 -10 m-412 10 h10 m80 0 h10 m0 0 h10 m72 0 h10 m0 0 h210 m23 -76 h-3" /> <polygon points="471 17 479 13 479 21" /> <polygon points="471 17 463 13 463 21" /></svg><p>referenced by: </p><ul> <li><a href="#insert_stmt" title="insert_stmt">insert\_stmt</a></li> <li><a href="#upsert_stmt" title="upsert_stmt">upsert\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="on_conflict" href="#on_conflict">on\_conflict:</a></p><svg width="1011" height="191"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="40" height="32" rx="10" /> <rect x="31" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ON</text> <rect x="93" y="3" width="90" height="32" rx="10" /> <rect x="91" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="101" y="21">CONFLICT</text> <rect x="45" y="69" width="40" height="32" rx="10" /> <rect x="43" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">DO</text> <rect x="105" y="69" width="86" height="32" rx="10" /> <rect x="103" y="67" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="87">NOTHING</text> <rect x="65" y="113" width="26" height="32" rx="10" /> <rect x="63" y="111" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="131">(</text><a href="#name_list" title="name_list"> <rect x="111" y="113" width="82" height="32" /> <rect x="109" y="111" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="131">name\_list</text></a><rect x="213" y="113" width="26" height="32" rx="10" /> <rect x="211" y="111" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="131">)</text><a href="#opt_where_clause" title="opt_where_clause"> <rect x="259" y="113" width="136" height="32" /> <rect x="257" y="111" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="131">opt\_where\_clause</text></a><rect x="65" y="157" width="40" height="32" rx="10" /> <rect x="63" y="155" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="175">ON</text> <rect x="125" y="157" width="110" height="32" rx="10" /> <rect x="123" y="155" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="175">CONSTRAINT</text><a href="#constraint_name" title="constraint_name"> <rect x="255" y="157" width="126" height="32" /> <rect x="253" y="155" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="175">constraint\_name</text></a><rect x="435" y="113" width="40" height="32" rx="10" /> <rect x="433" y="111" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="443" y="131">DO</text> <rect x="515" y="113" width="86" height="32" rx="10" /> <rect x="513" y="111" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="131">NOTHING</text> <rect x="515" y="157" width="74" height="32" rx="10" /> <rect x="513" y="155" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="175">UPDATE</text> <rect x="609" y="157" width="44" height="32" rx="10" /> <rect x="607" y="155" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="617" y="175">SET</text><a href="#set_clause_list" title="set_clause_list"> <rect x="673" y="157" width="114" height="32" /> <rect x="671" y="155" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="681" y="175">set\_clause\_list</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="807" y="157" width="136" height="32" /> <rect x="805" y="155" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="815" y="175">opt\_where\_clause</text></a><path className="line" d="m19 17 h2 m0 0 h10 m40 0 h10 m0 0 h10 m90 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-202 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m40 0 h10 m0 0 h10 m86 0 h10 m0 0 h772 m-958 0 h20 m938 0 h20 m-978 0 q10 0 10 10 m958 0 q0 -10 10 -10 m-968 10 v24 m958 0 v-24 m-958 24 q0 10 10 10 m938 0 q10 0 10 -10 m-928 10 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m136 0 h10 m-370 0 h20 m350 0 h20 m-390 0 q10 0 10 10 m370 0 q0 -10 10 -10 m-380 10 v24 m370 0 v-24 m-370 24 q0 10 10 10 m350 0 q10 0 10 -10 m-360 10 h10 m40 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m126 0 h10 m0 0 h14 m20 -44 h10 m40 0 h10 m20 0 h10 m86 0 h10 m0 0 h342 m-468 0 h20 m448 0 h20 m-488 0 q10 0 10 10 m468 0 q0 -10 10 -10 m-478 10 v24 m468 0 v-24 m-468 24 q0 10 10 10 m448 0 q10 0 10 -10 m-458 10 h10 m74 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m114 0 h10 m0 0 h10 m136 0 h10 m43 -88 h-3" /> <polygon points="1001 83 1009 79 1009 87" /> <polygon points="1001 83 993 79 993 87" /></svg><p>referenced by: </p><ul> <li><a href="#insert_stmt" title="insert_stmt">insert\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="inspect_table_stmt" href="#inspect_table_stmt">inspect\_table\_stmt:</a></p><svg width="707" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INSPECT</text> <rect x="131" y="3" width="62" height="32" rx="10" /> <rect x="129" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="213" y="3" width="96" height="32" /> <rect x="211" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="21">table\_name</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="329" y="3" width="132" height="32" /> <rect x="327" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="337" y="21">opt\_as\_of\_clause</text></a><a href="#opt_inspect_options_clause" title="opt_inspect_options_clause"> <rect x="481" y="3" width="198" height="32" /> <rect x="479" y="1" width="198" height="32" className="nonterminal" /> <text className="nonterminal" x="489" y="21">opt\_inspect\_options\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m198 0 h10 m3 0 h-3" /> <polygon points="697 17 705 13 705 21" /> <polygon points="697 17 689 13 689 21" /></svg><p>referenced by: </p><ul> <li><a href="#inspect_stmt" title="inspect_stmt">inspect\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="inspect_database_stmt" href="#inspect_database_stmt">inspect\_database\_stmt:</a></p><svg width="721" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INSPECT</text> <rect x="131" y="3" width="92" height="32" rx="10" /> <rect x="129" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="21">DATABASE</text><a href="#db_name" title="db_name"> <rect x="243" y="3" width="80" height="32" /> <rect x="241" y="1" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">db\_name</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="343" y="3" width="132" height="32" /> <rect x="341" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="351" y="21">opt\_as\_of\_clause</text></a><a href="#opt_inspect_options_clause" title="opt_inspect_options_clause"> <rect x="495" y="3" width="198" height="32" /> <rect x="493" y="1" width="198" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="21">opt\_inspect\_options\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m198 0 h10 m3 0 h-3" /> <polygon points="711 17 719 13 719 21" /> <polygon points="711 17 703 13 703 21" /></svg><p>referenced by: </p><ul> <li><a href="#inspect_stmt" title="inspect_stmt">inspect\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="pause_jobs_stmt" href="#pause_jobs_stmt">pause\_jobs\_stmt:</a></p><svg width="745" height="255"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="64" height="32" rx="10" /> <rect x="31" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">PAUSE</text> <rect x="45" y="69" width="46" height="32" rx="10" /> <rect x="43" y="67" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">JOB</text><a href="#a_expr" title="a_expr"> <rect x="111" y="69" width="64" height="32" /> <rect x="109" y="67" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="87">a\_expr</text></a><rect x="215" y="101" width="58" height="32" rx="10" /> <rect x="213" y="99" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="119">WITH</text> <rect x="293" y="101" width="76" height="32" rx="10" /> <rect x="291" y="99" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="301" y="119">REASON</text> <rect x="389" y="101" width="30" height="32" rx="10" /> <rect x="387" y="99" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="397" y="119">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="439" y="101" width="158" height="32" /> <rect x="437" y="99" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="447" y="119">string\_or\_placeholder</text></a><rect x="45" y="145" width="56" height="32" rx="10" /> <rect x="43" y="143" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="163">JOBS</text><a href="#select_stmt" title="select_stmt"> <rect x="141" y="145" width="94" height="32" /> <rect x="139" y="143" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="149" y="163">select\_stmt</text></a><rect x="275" y="177" width="58" height="32" rx="10" /> <rect x="273" y="175" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="195">WITH</text> <rect x="353" y="177" width="76" height="32" rx="10" /> <rect x="351" y="175" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="361" y="195">REASON</text> <rect x="449" y="177" width="30" height="32" rx="10" /> <rect x="447" y="175" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="195">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="499" y="177" width="158" height="32" /> <rect x="497" y="175" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="507" y="195">string\_or\_placeholder</text></a><a href="#for_schedules_clause" title="for_schedules_clause"> <rect x="141" y="221" width="156" height="32" /> <rect x="139" y="219" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="149" y="239">for\_schedules\_clause</text></a><path className="line" d="m19 17 h2 m0 0 h10 m64 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-116 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m46 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h392 m-422 0 h20 m402 0 h20 m-442 0 q10 0 10 10 m422 0 q0 -10 10 -10 m-432 10 v12 m422 0 v-12 m-422 12 q0 10 10 10 m402 0 q10 0 10 -10 m-412 10 h10 m58 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m158 0 h10 m20 -32 h80 m-692 0 h20 m672 0 h20 m-712 0 q10 0 10 10 m692 0 q0 -10 10 -10 m-702 10 v56 m692 0 v-56 m-692 56 q0 10 10 10 m672 0 q10 0 10 -10 m-682 10 h10 m56 0 h10 m20 0 h10 m94 0 h10 m20 0 h10 m0 0 h392 m-422 0 h20 m402 0 h20 m-442 0 q10 0 10 10 m422 0 q0 -10 10 -10 m-432 10 v12 m422 0 v-12 m-422 12 q0 10 10 10 m402 0 q10 0 10 -10 m-412 10 h10 m58 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m158 0 h10 m-556 -32 h20 m556 0 h20 m-596 0 q10 0 10 10 m576 0 q0 -10 10 -10 m-586 10 v56 m576 0 v-56 m-576 56 q0 10 10 10 m556 0 q10 0 10 -10 m-566 10 h10 m156 0 h10 m0 0 h380 m43 -152 h-3" /> <polygon points="735 83 743 79 743 87" /> <polygon points="735 83 727 79 727 87" /></svg><p>referenced by: </p><ul> <li><a href="#pause_stmt" title="pause_stmt">pause\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="pause_schedules_stmt" href="#pause_schedules_stmt">pause\_schedules\_stmt:</a></p><svg width="397" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PAUSE</text> <rect x="135" y="3" width="92" height="32" rx="10" /> <rect x="133" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="247" y="3" width="64" height="32" /> <rect x="245" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="21">a\_expr</text></a><rect x="135" y="47" width="100" height="32" rx="10" /> <rect x="133" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">SCHEDULES</text><a href="#select_stmt" title="select_stmt"> <rect x="255" y="47" width="94" height="32" /> <rect x="253" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="65">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h38 m-254 0 h20 m234 0 h20 m-274 0 q10 0 10 10 m254 0 q0 -10 10 -10 m-264 10 v24 m254 0 v-24 m-254 24 q0 10 10 10 m234 0 q10 0 10 -10 m-244 10 h10 m100 0 h10 m0 0 h10 m94 0 h10 m23 -44 h-3" /> <polygon points="387 17 395 13 395 21" /> <polygon points="387 17 379 13 379 21" /></svg><p>referenced by: </p><ul> <li><a href="#pause_stmt" title="pause_stmt">pause\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="pause_all_jobs_stmt" href="#pause_all_jobs_stmt">pause\_all\_jobs\_stmt:</a></p><svg width="339" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PAUSE</text> <rect x="115" y="3" width="44" height="32" rx="10" /> <rect x="113" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">ALL</text><a href="#name" title="name"> <rect x="179" y="3" width="56" height="32" /> <rect x="177" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="21">name</text></a><rect x="255" y="3" width="56" height="32" rx="10" /> <rect x="253" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="21">JOBS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="329 17 337 13 337 21" /> <polygon points="329 17 321 13 321 21" /></svg><p>referenced by: </p><ul> <li><a href="#pause_stmt" title="pause_stmt">pause\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reset_session_stmt" href="#reset_session_stmt">reset\_session\_stmt:</a></p><svg width="419" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="62" height="32" rx="10" /> <rect x="49" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">RESET</text> <rect x="153" y="35" width="82" height="32" rx="10" /> <rect x="151" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="53">SESSION</text><a href="#session_var" title="session_var"> <rect x="275" y="3" width="96" height="32" /> <rect x="273" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="21">session\_var</text></a><rect x="51" y="79" width="96" height="32" rx="10" /> <rect x="49" y="77" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">RESET\_ALL</text> <rect x="167" y="79" width="44" height="32" rx="10" /> <rect x="165" y="77" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="97">ALL</text> <path className="line" d="m17 17 h2 m20 0 h10 m62 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m20 -32 h10 m96 0 h10 m-360 0 h20 m340 0 h20 m-380 0 q10 0 10 10 m360 0 q0 -10 10 -10 m-370 10 v56 m360 0 v-56 m-360 56 q0 10 10 10 m340 0 q10 0 10 -10 m-350 10 h10 m96 0 h10 m0 0 h10 m44 0 h10 m0 0 h160 m23 -76 h-3" /> <polygon points="409 17 417 13 417 21" /> <polygon points="409 17 401 13 401 21" /></svg><p>referenced by: </p><ul> <li><a href="#reset_stmt" title="reset_stmt">reset\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reset_csetting_stmt" href="#reset_csetting_stmt">reset\_csetting\_stmt:</a></p><svg width="427" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RESET</text> <rect x="113" y="3" width="82" height="32" rx="10" /> <rect x="111" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">CLUSTER</text> <rect x="215" y="3" width="80" height="32" rx="10" /> <rect x="213" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">SETTING</text><a href="#var_name" title="var_name"> <rect x="315" y="3" width="84" height="32" /> <rect x="313" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="323" y="21">var\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="417 17 425 13 425 21" /> <polygon points="417 17 409 13 409 21" /></svg><p>referenced by: </p><ul> <li><a href="#reset_stmt" title="reset_stmt">reset\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="string_or_placeholder" href="#string_or_placeholder">string\_or\_placeholder:</a></p><svg width="317" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="51" y="3" width="218" height="32" /> <rect x="49" y="1" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">non\_reserved\_word\_or\_sconst</text></a><rect x="51" y="47" width="120" height="32" rx="10" /> <rect x="49" y="45" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PLACEHOLDER</text> <path className="line" d="m17 17 h2 m20 0 h10 m218 0 h10 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m120 0 h10 m0 0 h98 m23 -44 h-3" /> <polygon points="307 17 315 13 315 21" /> <polygon points="307 17 299 13 299 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#alter_backup_stmt" title="alter_backup_stmt">alter\_backup\_stmt</a></li> <li><a href="#alter_external_connection_stmt" title="alter_external_connection_stmt">alter\_external\_connection\_stmt</a></li> <li><a href="#backup_options" title="backup_options">backup\_options</a></li> <li><a href="#changefeed_sink" title="changefeed_sink">changefeed\_sink</a></li> <li><a href="#check_external_connection_options" title="check_external_connection_options">check\_external\_connection\_options</a></li> <li><a href="#check_external_connection_stmt" title="check_external_connection_stmt">check\_external\_connection\_stmt</a></li> <li><a href="#copy_generic_options" title="copy_generic_options">copy\_generic\_options</a></li> <li><a href="#copy_options" title="copy_options">copy\_options</a></li> <li><a href="#create_external_connection_stmt" title="create_external_connection_stmt">create\_external\_connection\_stmt</a></li> <li><a href="#create_logical_replication_stream_stmt" title="create_logical_replication_stream_stmt">create\_logical\_replication\_stream\_stmt</a></li> <li><a href="#drop_external_connection_stmt" title="drop_external_connection_stmt">drop\_external\_connection\_stmt</a></li> <li><a href="#export_stmt" title="export_stmt">export\_stmt</a></li> <li><a href="#kv_option" title="kv_option">kv\_option</a></li> <li><a href="#label_spec" title="label_spec">label\_spec</a></li> <li><a href="#logical_replication_create_table_options" title="logical_replication_create_table_options">logical\_replication\_create\_table\_options</a></li> <li><a href="#opt_changefeed_sink" title="opt_changefeed_sink">opt\_changefeed\_sink</a></li> <li><a href="#pause_jobs_stmt" title="pause_jobs_stmt">pause\_jobs\_stmt</a></li> <li><a href="#provisionsrc_clause" title="provisionsrc_clause">provisionsrc\_clause</a></li> <li><a href="#restore_options" title="restore_options">restore\_options</a></li> <li><a href="#restore_stmt" title="restore_stmt">restore\_stmt</a></li> <li><a href="#show_backup_options" title="show_backup_options">show\_backup\_options</a></li> <li><a href="#show_backup_stmt" title="show_backup_stmt">show\_backup\_stmt</a></li> <li><a href="#show_create_external_connections_stmt" title="show_create_external_connections_stmt">show\_create\_external\_connections\_stmt</a></li> <li><a href="#show_external_connections_stmt" title="show_external_connections_stmt">show\_external\_connections\_stmt</a></li> <li><a href="#string_or_placeholder_list" title="string_or_placeholder_list">string\_or\_placeholder\_list</a></li> <li><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list">string\_or\_placeholder\_opt\_list</a></li> <li><a href="#subject_clause" title="subject_clause">subject\_clause</a></li> <li><a href="#valid_until_clause" title="valid_until_clause">valid\_until\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_restore_options" href="#opt_with_restore_options">opt\_with\_restore\_options:</a></p><svg width="561" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#restore_options_list" title="restore_options_list"> <rect x="149" y="23" width="148" height="32" /> <rect x="147" y="21" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">restore\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#restore_options_list" title="restore_options_list"> <rect x="299" y="67" width="148" height="32" /> <rect x="297" y="65" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">restore\_options\_list</text></a><rect x="467" y="67" width="26" height="32" rx="10" /> <rect x="465" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="475" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h472 m-502 0 h20 m482 0 h20 m-522 0 q10 0 10 10 m502 0 q0 -10 10 -10 m-512 10 v12 m502 0 v-12 m-502 12 q0 10 10 10 m482 0 q10 0 10 -10 m-492 10 h10 m58 0 h10 m20 0 h10 m148 0 h10 m0 0 h196 m-384 0 h20 m364 0 h20 m-404 0 q10 0 10 10 m384 0 q0 -10 10 -10 m-394 10 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m148 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="551 5 559 1 559 9" /> <polygon points="551 5 543 1 543 9" /></svg><p>referenced by: </p><ul> <li><a href="#restore_stmt" title="restore_stmt">restore\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="backup_targets" href="#backup_targets">backup\_targets:</a></p><svg width="443" height="301"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#col_name_keyword" title="col_name_keyword"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">col\_name\_keyword</text></a><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="91" width="152" height="32" /> <rect x="49" y="89" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">unreserved\_keyword</text></a><a href="#complex_table_pattern" title="complex_table_pattern"> <rect x="51" y="135" width="168" height="32" /> <rect x="49" y="133" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">complex\_table\_pattern</text></a><a href="#table_pattern" title="table_pattern"> <rect x="71" y="179" width="106" height="32" /> <rect x="69" y="177" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="197">table\_pattern</text></a><rect x="197" y="179" width="24" height="32" rx="10" /> <rect x="195" y="177" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="205" y="197">,</text> <rect x="71" y="223" width="62" height="32" rx="10" /> <rect x="69" y="221" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="241">TABLE</text><a href="#table_pattern_list" title="table_pattern_list"> <rect x="261" y="179" width="134" height="32" /> <rect x="259" y="177" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="269" y="197">table\_pattern\_list</text></a><rect x="51" y="267" width="92" height="32" rx="10" /> <rect x="49" y="265" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">DATABASE</text><a href="#name_list" title="name_list"> <rect x="163" y="267" width="82" height="32" /> <rect x="161" y="265" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="171" y="285">name\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h262 m-384 0 h20 m364 0 h20 m-404 0 q10 0 10 10 m384 0 q0 -10 10 -10 m-394 10 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m142 0 h10 m0 0 h202 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m152 0 h10 m0 0 h192 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m168 0 h10 m0 0 h176 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-354 10 h10 m106 0 h10 m0 0 h10 m24 0 h10 m-190 0 h20 m170 0 h20 m-210 0 q10 0 10 10 m190 0 q0 -10 10 -10 m-200 10 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m62 0 h10 m0 0 h88 m20 -44 h10 m134 0 h10 m-374 -10 v20 m384 0 v-20 m-384 20 v68 m384 0 v-68 m-384 68 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m92 0 h10 m0 0 h10 m82 0 h10 m0 0 h150 m23 -264 h-3" /> <polygon points="433 17 441 13 441 21" /> <polygon points="433 17 425 13 425 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_backup_targets" title="opt_backup_targets">opt\_backup\_targets</a></li> <li><a href="#restore_stmt" title="restore_stmt">restore\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="resume_jobs_stmt" href="#resume_jobs_stmt">resume\_jobs\_stmt:</a></p><svg width="467" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="76" height="32" rx="10" /> <rect x="29" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RESUME</text> <rect x="147" y="3" width="46" height="32" rx="10" /> <rect x="145" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="21">JOB</text><a href="#a_expr" title="a_expr"> <rect x="213" y="3" width="64" height="32" /> <rect x="211" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="21">a\_expr</text></a><rect x="147" y="47" width="56" height="32" rx="10" /> <rect x="145" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="65">JOBS</text><a href="#select_stmt" title="select_stmt"> <rect x="243" y="47" width="94" height="32" /> <rect x="241" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="65">select\_stmt</text></a><a href="#for_schedules_clause" title="for_schedules_clause"> <rect x="243" y="91" width="156" height="32" /> <rect x="241" y="89" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="109">for\_schedules\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m76 0 h10 m20 0 h10 m46 0 h10 m0 0 h10 m64 0 h10 m0 0 h142 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m56 0 h10 m20 0 h10 m94 0 h10 m0 0 h62 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v24 m196 0 v-24 m-196 24 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m156 0 h10 m43 -88 h-3" /> <polygon points="457 17 465 13 465 21" /> <polygon points="457 17 449 13 449 21" /></svg><p>referenced by: </p><ul> <li><a href="#resume_stmt" title="resume_stmt">resume\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="resume_schedules_stmt" href="#resume_schedules_stmt">resume\_schedules\_stmt:</a></p><svg width="409" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="76" height="32" rx="10" /> <rect x="29" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RESUME</text> <rect x="147" y="3" width="92" height="32" rx="10" /> <rect x="145" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="21">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="259" y="3" width="64" height="32" /> <rect x="257" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="21">a\_expr</text></a><rect x="147" y="47" width="100" height="32" rx="10" /> <rect x="145" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="65">SCHEDULES</text><a href="#select_stmt" title="select_stmt"> <rect x="267" y="47" width="94" height="32" /> <rect x="265" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="275" y="65">select\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m76 0 h10 m20 0 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h38 m-254 0 h20 m234 0 h20 m-274 0 q10 0 10 10 m254 0 q0 -10 10 -10 m-264 10 v24 m254 0 v-24 m-254 24 q0 10 10 10 m234 0 q10 0 10 -10 m-244 10 h10 m100 0 h10 m0 0 h10 m94 0 h10 m23 -44 h-3" /> <polygon points="399 17 407 13 407 21" /> <polygon points="399 17 391 13 391 21" /></svg><p>referenced by: </p><ul> <li><a href="#resume_stmt" title="resume_stmt">resume\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="resume_all_jobs_stmt" href="#resume_all_jobs_stmt">resume\_all\_jobs\_stmt:</a></p><svg width="351" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="76" height="32" rx="10" /> <rect x="29" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RESUME</text> <rect x="127" y="3" width="44" height="32" rx="10" /> <rect x="125" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="21">ALL</text><a href="#name" title="name"> <rect x="191" y="3" width="56" height="32" /> <rect x="189" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="21">name</text></a><rect x="267" y="3" width="56" height="32" rx="10" /> <rect x="265" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="275" y="21">JOBS</text> <path className="line" d="m17 17 h2 m0 0 h10 m76 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="341 17 349 13 349 21" /> <polygon points="341 17 333 13 333 21" /></svg><p>referenced by: </p><ul> <li><a href="#resume_stmt" title="resume_stmt">resume\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="scrub_table_stmt" href="#scrub_table_stmt">scrub\_table\_stmt:</a></p><svg width="615" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="126" height="32" rx="10" /> <rect x="29" y="1" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXPERIMENTAL</text> <rect x="177" y="3" width="66" height="32" rx="10" /> <rect x="175" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="21">SCRUB</text> <rect x="263" y="3" width="62" height="32" rx="10" /> <rect x="261" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="345" y="3" width="96" height="32" /> <rect x="343" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="353" y="21">table\_name</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="461" y="3" width="132" height="32" /> <rect x="459" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="469" y="21">opt\_as\_of\_clause</text></a><a href="#opt_scrub_options_clause" title="opt_scrub_options_clause"> <rect x="401" y="69" width="186" height="32" /> <rect x="399" y="67" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="87">opt\_scrub\_options\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m132 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-236 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m186 0 h10 m3 0 h-3" /> <polygon points="605 83 613 79 613 87" /> <polygon points="605 83 597 79 597 87" /></svg><p>referenced by: </p><ul> <li><a href="#scrub_stmt" title="scrub_stmt">scrub\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="scrub_database_stmt" href="#scrub_database_stmt">scrub\_database\_stmt:</a></p><svg width="679" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="126" height="32" rx="10" /> <rect x="29" y="1" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXPERIMENTAL</text> <rect x="177" y="3" width="66" height="32" rx="10" /> <rect x="175" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="21">SCRUB</text> <rect x="263" y="3" width="92" height="32" rx="10" /> <rect x="261" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="375" y="3" width="124" height="32" /> <rect x="373" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="383" y="21">database\_name</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="519" y="3" width="132" height="32" /> <rect x="517" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="527" y="21">opt\_as\_of\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m132 0 h10 m3 0 h-3" /> <polygon points="669 17 677 13 677 21" /> <polygon points="669 17 661 13 661 21" /></svg><p>referenced by: </p><ul> <li><a href="#scrub_stmt" title="scrub_stmt">scrub\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_no_parens" href="#select_no_parens">select\_no\_parens:</a></p><svg width="839" height="333"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_select" title="simple_select"> <rect x="51" y="3" width="106" height="32" /> <rect x="49" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">simple\_select</text></a><a href="#select_clause" title="select_clause"> <rect x="51" y="47" width="106" height="32" /> <rect x="49" y="45" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">select\_clause</text></a><a href="#sort_clause" title="sort_clause"> <rect x="197" y="47" width="94" height="32" /> <rect x="195" y="45" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="65">sort\_clause</text></a><a href="#opt_sort_clause" title="opt_sort_clause"> <rect x="197" y="91" width="122" height="32" /> <rect x="195" y="89" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="109">opt\_sort\_clause</text></a><a href="#for_locking_clause" title="for_locking_clause"> <rect x="359" y="91" width="138" height="32" /> <rect x="357" y="89" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="367" y="109">for\_locking\_clause</text></a><a href="#opt_select_limit" title="opt_select_limit"> <rect x="517" y="91" width="120" height="32" /> <rect x="515" y="89" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="525" y="109">opt\_select\_limit</text></a><a href="#select_limit" title="select_limit"> <rect x="359" y="135" width="92" height="32" /> <rect x="357" y="133" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="367" y="153">select\_limit</text></a><a href="#opt_for_locking_clause" title="opt_for_locking_clause"> <rect x="471" y="135" width="166" height="32" /> <rect x="469" y="133" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="479" y="153">opt\_for\_locking\_clause</text></a><a href="#with_clause" title="with_clause"> <rect x="51" y="179" width="94" height="32" /> <rect x="49" y="177" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">with\_clause</text></a><a href="#select_clause" title="select_clause"> <rect x="165" y="179" width="106" height="32" /> <rect x="163" y="177" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="173" y="197">select\_clause</text></a><a href="#sort_clause" title="sort_clause"> <rect x="311" y="211" width="94" height="32" /> <rect x="309" y="209" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="229">sort\_clause</text></a><a href="#opt_sort_clause" title="opt_sort_clause"> <rect x="311" y="255" width="122" height="32" /> <rect x="309" y="253" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="273">opt\_sort\_clause</text></a><a href="#for_locking_clause" title="for_locking_clause"> <rect x="473" y="255" width="138" height="32" /> <rect x="471" y="253" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="481" y="273">for\_locking\_clause</text></a><a href="#opt_select_limit" title="opt_select_limit"> <rect x="631" y="255" width="120" height="32" /> <rect x="629" y="253" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="639" y="273">opt\_select\_limit</text></a><a href="#select_limit" title="select_limit"> <rect x="473" y="299" width="92" height="32" /> <rect x="471" y="297" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="481" y="317">select\_limit</text></a><a href="#opt_for_locking_clause" title="opt_for_locking_clause"> <rect x="585" y="299" width="166" height="32" /> <rect x="583" y="297" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="593" y="317">opt\_for\_locking\_clause</text></a><path className="line" d="m17 17 h2 m20 0 h10 m106 0 h10 m0 0 h634 m-780 0 h20 m760 0 h20 m-800 0 q10 0 10 10 m780 0 q0 -10 10 -10 m-790 10 v24 m780 0 v-24 m-780 24 q0 10 10 10 m760 0 q10 0 10 -10 m-770 10 h10 m106 0 h10 m20 0 h10 m94 0 h10 m0 0 h366 m-500 0 h20 m480 0 h20 m-520 0 q10 0 10 10 m500 0 q0 -10 10 -10 m-510 10 v24 m500 0 v-24 m-500 24 q0 10 10 10 m480 0 q10 0 10 -10 m-490 10 h10 m122 0 h10 m20 0 h10 m138 0 h10 m0 0 h10 m120 0 h10 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m92 0 h10 m0 0 h10 m166 0 h10 m40 -88 h114 m-770 -10 v20 m780 0 v-20 m-780 20 v112 m780 0 v-112 m-780 112 q0 10 10 10 m760 0 q10 0 10 -10 m-770 10 h10 m94 0 h10 m0 0 h10 m106 0 h10 m20 0 h10 m0 0 h470 m-500 0 h20 m480 0 h20 m-520 0 q10 0 10 10 m500 0 q0 -10 10 -10 m-510 10 v12 m500 0 v-12 m-500 12 q0 10 10 10 m480 0 q10 0 10 -10 m-490 10 h10 m94 0 h10 m0 0 h366 m-490 -10 v20 m500 0 v-20 m-500 20 v24 m500 0 v-24 m-500 24 q0 10 10 10 m480 0 q10 0 10 -10 m-490 10 h10 m122 0 h10 m20 0 h10 m138 0 h10 m0 0 h10 m120 0 h10 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m92 0 h10 m0 0 h10 m166 0 h10 m63 -296 h-3" /> <polygon points="829 17 837 13 837 21" /> <polygon points="829 17 821 13 821 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_stmt" title="select_stmt">select\_stmt</a></li> <li><a href="#select_with_parens" title="select_with_parens">select\_with\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_with_parens" href="#select_with_parens">select\_with\_parens:</a></p><svg width="335" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#select_no_parens" title="select_no_parens"> <rect x="97" y="3" width="134" height="32" /> <rect x="95" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="21">select\_no\_parens</text></a><a href="#select_with_parens" title="select_with_parens"> <rect x="97" y="47" width="144" height="32" /> <rect x="95" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">select\_with\_parens</text></a><rect x="281" y="3" width="26" height="32" rx="10" /> <rect x="279" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="289" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m134 0 h10 m0 0 h10 m-184 0 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m144 0 h10 m20 -44 h10 m26 0 h10 m3 0 h-3" /> <polygon points="325 17 333 13 333 21" /> <polygon points="325 17 317 13 317 21" /></svg><p>referenced by: </p><ul> <li><a href="#c_expr" title="c_expr">c\_expr</a></li> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> <li><a href="#in_expr" title="in_expr">in\_expr</a></li> <li><a href="#select_clause" title="select_clause">select\_clause</a></li> <li><a href="#select_stmt" title="select_stmt">select\_stmt</a></li> <li><a href="#select_with_parens" title="select_with_parens">select\_with\_parens</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_session_stmt" href="#set_session_stmt">set\_session\_stmt:</a></p><svg width="765" height="191"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="44" height="32" rx="10" /> <rect x="31" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">SET</text> <rect x="45" y="69" width="82" height="32" rx="10" /> <rect x="43" y="67" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">SESSION</text><a href="#set_rest_more" title="set_rest_more"> <rect x="167" y="69" width="114" height="32" /> <rect x="165" y="67" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="175" y="87">set\_rest\_more</text></a><rect x="167" y="113" width="150" height="32" rx="10" /> <rect x="165" y="111" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="131">CHARACTERISTICS</text> <rect x="337" y="113" width="38" height="32" rx="10" /> <rect x="335" y="111" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="131">AS</text> <rect x="395" y="113" width="120" height="32" rx="10" /> <rect x="393" y="111" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="403" y="131">TRANSACTION</text><a href="#transaction_mode_list" title="transaction_mode_list"> <rect x="535" y="113" width="162" height="32" /> <rect x="533" y="111" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="543" y="131">transaction\_mode\_list</text></a><a href="#set_rest_more" title="set_rest_more"> <rect x="45" y="157" width="114" height="32" /> <rect x="43" y="155" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="175">set\_rest\_more</text></a><path className="line" d="m19 17 h2 m0 0 h10 m44 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-96 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m82 0 h10 m20 0 h10 m114 0 h10 m0 0 h416 m-570 0 h20 m550 0 h20 m-590 0 q10 0 10 10 m570 0 q0 -10 10 -10 m-580 10 v24 m570 0 v-24 m-570 24 q0 10 10 10 m550 0 q10 0 10 -10 m-560 10 h10 m150 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m162 0 h10 m-692 -44 h20 m692 0 h20 m-732 0 q10 0 10 10 m712 0 q0 -10 10 -10 m-722 10 v68 m712 0 v-68 m-712 68 q0 10 10 10 m692 0 q10 0 10 -10 m-702 10 h10 m114 0 h10 m0 0 h558 m23 -88 h-3" /> <polygon points="755 83 763 79 763 87" /> <polygon points="755 83 747 79 747 87" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_set_stmt" title="preparable_set_stmt">preparable\_set\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_local_stmt" href="#set_local_stmt">set\_local\_stmt:</a></p><svg width="279" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="95" y="3" width="64" height="32" rx="10" /> <rect x="93" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="21">LOCAL</text><a href="#set_rest" title="set_rest"> <rect x="179" y="3" width="72" height="32" /> <rect x="177" y="1" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="21">set\_rest</text></a><path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m3 0 h-3" /> <polygon points="269 17 277 13 277 21" /> <polygon points="269 17 261 13 261 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_set_stmt" title="preparable_set_stmt">preparable\_set\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_csetting_stmt" href="#set_csetting_stmt">set\_csetting\_stmt:</a></p><svg width="609" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="95" y="3" width="82" height="32" rx="10" /> <rect x="93" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="21">CLUSTER</text> <rect x="197" y="3" width="80" height="32" rx="10" /> <rect x="195" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="205" y="21">SETTING</text><a href="#var_name" title="var_name"> <rect x="297" y="3" width="84" height="32" /> <rect x="295" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="305" y="21">var\_name</text></a><a href="#to_or_eq" title="to_or_eq"> <rect x="401" y="3" width="78" height="32" /> <rect x="399" y="1" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="21">to\_or\_eq</text></a><a href="#var_value" title="var_value"> <rect x="499" y="3" width="82" height="32" /> <rect x="497" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="507" y="21">var\_value</text></a><path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="599 17 607 13 607 21" /> <polygon points="599 17 591 13 591 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_set_stmt" title="preparable_set_stmt">preparable\_set\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="use_stmt" href="#use_stmt">use\_stmt:</a></p><svg width="207" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="46" height="32" rx="10" /> <rect x="29" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">USE</text><a href="#var_value" title="var_value"> <rect x="97" y="3" width="82" height="32" /> <rect x="95" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="21">var\_value</text></a><path className="line" d="m17 17 h2 m0 0 h10 m46 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="197 17 205 13 205 21" /> <polygon points="197 17 189 13 189 21" /></svg><p>referenced by: </p><ul> <li><a href="#preparable_set_stmt" title="preparable_set_stmt">preparable\_set\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_backup_stmt" href="#show_backup_stmt">show\_backup\_stmt:</a></p><svg width="1105" height="179"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="64" height="32" rx="10" /> <rect x="31" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">SHOW</text> <rect x="45" y="69" width="84" height="32" rx="10" /> <rect x="43" y="67" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">BACKUPS</text> <rect x="149" y="69" width="36" height="32" rx="10" /> <rect x="147" y="67" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="87">IN</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="205" y="69" width="214" height="32" /> <rect x="203" y="67" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="213" y="87">string\_or\_placeholder\_opt\_list</text></a><a href="#opt_with_show_backups_options" title="opt_with_show_backups_options"> <rect x="439" y="69" width="232" height="32" /> <rect x="437" y="67" width="232" height="32" className="nonterminal" /> <text className="nonterminal" x="447" y="87">opt\_with\_show\_backups\_options</text></a><rect x="45" y="113" width="74" height="32" rx="10" /> <rect x="43" y="111" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="131">BACKUP</text> <rect x="159" y="145" width="86" height="32" rx="10" /> <rect x="157" y="143" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="163">SCHEMAS</text> <rect x="265" y="145" width="60" height="32" rx="10" /> <rect x="263" y="143" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="163">FROM</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="365" y="113" width="158" height="32" /> <rect x="363" y="111" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="373" y="131">string\_or\_placeholder</text></a><rect x="543" y="113" width="36" height="32" rx="10" /> <rect x="541" y="111" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="551" y="131">IN</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="599" y="113" width="214" height="32" /> <rect x="597" y="111" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="607" y="131">string\_or\_placeholder\_opt\_list</text></a><a href="#opt_with_show_backup_options" title="opt_with_show_backup_options"> <rect x="833" y="113" width="224" height="32" /> <rect x="831" y="111" width="224" height="32" className="nonterminal" /> <text className="nonterminal" x="841" y="131">opt\_with\_show\_backup\_options</text></a><path className="line" d="m19 17 h2 m0 0 h10 m64 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-116 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m84 0 h10 m0 0 h10 m36 0 h10 m0 0 h10 m214 0 h10 m0 0 h10 m232 0 h10 m0 0 h386 m-1052 0 h20 m1032 0 h20 m-1072 0 q10 0 10 10 m1052 0 q0 -10 10 -10 m-1062 10 v24 m1052 0 v-24 m-1052 24 q0 10 10 10 m1032 0 q10 0 10 -10 m-1042 10 h10 m74 0 h10 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m86 0 h10 m0 0 h10 m60 0 h10 m20 -32 h10 m158 0 h10 m0 0 h10 m36 0 h10 m0 0 h10 m214 0 h10 m0 0 h10 m224 0 h10 m23 -44 h-3" /> <polygon points="1095 83 1103 79 1103 87" /> <polygon points="1095 83 1087 79 1087 87" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_columns_stmt" href="#show_columns_stmt">show\_columns\_stmt:</a></p><svg width="559" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="88" height="32" rx="10" /> <rect x="113" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">COLUMNS</text> <rect x="223" y="3" width="60" height="32" rx="10" /> <rect x="221" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="231" y="21">FROM</text><a href="#table_name" title="table_name"> <rect x="303" y="3" width="96" height="32" /> <rect x="301" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="21">table\_name</text></a><a href="#with_comment" title="with_comment"> <rect x="419" y="3" width="112" height="32" /> <rect x="417" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="427" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="549 17 557 13 557 21" /> <polygon points="549 17 541 13 541 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_constraints_stmt" href="#show_constraints_stmt">show\_constraints\_stmt:</a></p><svg width="631" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="110" height="32" rx="10" /> <rect x="133" y="1" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">CONSTRAINT</text> <rect x="135" y="47" width="120" height="32" rx="10" /> <rect x="133" y="45" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">CONSTRAINTS</text> <rect x="295" y="3" width="60" height="32" rx="10" /> <rect x="293" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="21">FROM</text><a href="#table_name" title="table_name"> <rect x="375" y="3" width="96" height="32" /> <rect x="373" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="383" y="21">table\_name</text></a><a href="#with_comment" title="with_comment"> <rect x="491" y="3" width="112" height="32" /> <rect x="489" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="499" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m110 0 h10 m0 0 h10 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m20 -44 h10 m60 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="621 17 629 13 629 21" /> <polygon points="621 17 613 13 613 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_triggers_stmt" href="#show_triggers_stmt">show\_triggers\_stmt:</a></p><svg width="429" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="90" height="32" rx="10" /> <rect x="113" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TRIGGERS</text> <rect x="225" y="3" width="60" height="32" rx="10" /> <rect x="223" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="21">FROM</text><a href="#table_name" title="table_name"> <rect x="305" y="3" width="96" height="32" /> <rect x="303" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="313" y="21">table\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="419 17 427 13 427 21" /> <polygon points="419 17 411 13 411 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_create_stmt" href="#show_create_stmt">show\_create\_stmt:</a></p><svg width="625" height="257"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="72" height="32" rx="10" /> <rect x="113" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">CREATE</text><a href="#table_name" title="table_name"> <rect x="227" y="3" width="96" height="32" /> <rect x="225" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="21">table\_name</text></a><a href="#opt_show_create_format_options" title="opt_show_create_format_options"> <rect x="343" y="3" width="234" height="32" /> <rect x="341" y="1" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="351" y="21">opt\_show\_create\_format\_options</text></a><rect x="227" y="47" width="44" height="32" rx="10" /> <rect x="225" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="65">ALL</text> <rect x="311" y="47" width="86" height="32" rx="10" /> <rect x="309" y="45" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="65">SCHEMAS</text> <rect x="311" y="91" width="72" height="32" rx="10" /> <rect x="309" y="89" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="109">TABLES</text> <rect x="311" y="135" width="90" height="32" rx="10" /> <rect x="309" y="133" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="153">TRIGGERS</text> <rect x="311" y="179" width="62" height="32" rx="10" /> <rect x="309" y="177" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="197">TYPES</text> <rect x="311" y="223" width="92" height="32" rx="10" /> <rect x="309" y="221" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="241">ROUTINES</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m96 0 h10 m0 0 h10 m234 0 h10 m-390 0 h20 m370 0 h20 m-410 0 q10 0 10 10 m390 0 q0 -10 10 -10 m-400 10 v24 m390 0 v-24 m-390 24 q0 10 10 10 m370 0 q10 0 10 -10 m-380 10 h10 m44 0 h10 m20 0 h10 m86 0 h10 m0 0 h6 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m72 0 h10 m0 0 h20 m-122 -10 v20 m132 0 v-20 m-132 20 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m90 0 h10 m0 0 h2 m-122 -10 v20 m132 0 v-20 m-132 20 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m62 0 h10 m0 0 h30 m-122 -10 v20 m132 0 v-20 m-132 20 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m92 0 h10 m20 -176 h154 m23 -44 h-3" /> <polygon points="615 17 623 13 623 21" /> <polygon points="615 17 607 13 607 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_create_schedules_stmt" href="#show_create_schedules_stmt">show\_create\_schedules\_stmt:</a></p><svg width="451" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="72" height="32" rx="10" /> <rect x="113" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">CREATE</text> <rect x="227" y="3" width="44" height="32" rx="10" /> <rect x="225" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="21">ALL</text> <rect x="291" y="3" width="100" height="32" rx="10" /> <rect x="289" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="21">SCHEDULES</text> <rect x="227" y="47" width="92" height="32" rx="10" /> <rect x="225" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="65">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="339" y="47" width="64" height="32" /> <rect x="337" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="65">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m44 0 h10 m0 0 h10 m100 0 h10 m0 0 h12 m-216 0 h20 m196 0 h20 m-236 0 q10 0 10 10 m216 0 q0 -10 10 -10 m-226 10 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m92 0 h10 m0 0 h10 m64 0 h10 m23 -44 h-3" /> <polygon points="441 17 449 13 449 21" /> <polygon points="441 17 433 13 433 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_create_external_connections_stmt" href="#show_create_external_connections_stmt">show\_create\_external\_connections\_stmt:</a></p><svg width="675" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="72" height="32" rx="10" /> <rect x="113" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">CREATE</text> <rect x="227" y="3" width="44" height="32" rx="10" /> <rect x="225" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="21">ALL</text> <rect x="291" y="3" width="90" height="32" rx="10" /> <rect x="289" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="21">EXTERNAL</text> <rect x="401" y="3" width="122" height="32" rx="10" /> <rect x="399" y="1" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="21">CONNECTIONS</text> <rect x="227" y="47" width="90" height="32" rx="10" /> <rect x="225" y="45" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="65">EXTERNAL</text> <rect x="337" y="47" width="112" height="32" rx="10" /> <rect x="335" y="45" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="65">CONNECTION</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="469" y="47" width="158" height="32" /> <rect x="467" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="477" y="65">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m44 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m122 0 h10 m0 0 h104 m-440 0 h20 m420 0 h20 m-460 0 q10 0 10 10 m440 0 q0 -10 10 -10 m-450 10 v24 m440 0 v-24 m-440 24 q0 10 10 10 m420 0 q10 0 10 -10 m-430 10 h10 m90 0 h10 m0 0 h10 m112 0 h10 m0 0 h10 m158 0 h10 m23 -44 h-3" /> <polygon points="665 17 673 13 673 21" /> <polygon points="665 17 657 13 657 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_databases_stmt" href="#show_databases_stmt">show\_databases\_stmt:</a></p><svg width="375" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="100" height="32" rx="10" /> <rect x="113" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">DATABASES</text><a href="#with_comment" title="with_comment"> <rect x="235" y="3" width="112" height="32" /> <rect x="233" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="243" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m100 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="365 17 373 13 373 21" /> <polygon points="365 17 357 13 357 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_enums_stmt" href="#show_enums_stmt">show\_enums\_stmt:</a></p><svg width="567" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="68" height="32" rx="10" /> <rect x="113" y="1" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">ENUMS</text> <rect x="223" y="35" width="60" height="32" rx="10" /> <rect x="221" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="231" y="53">FROM</text><a href="#name" title="name"> <rect x="303" y="35" width="56" height="32" /> <rect x="301" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="53">name</text></a><rect x="399" y="67" width="24" height="32" rx="10" /> <rect x="397" y="65" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="407" y="85">.</text><a href="#name" title="name"> <rect x="443" y="67" width="56" height="32" /> <rect x="441" y="65" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="451" y="85">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m68 0 h10 m20 0 h10 m0 0 h306 m-336 0 h20 m316 0 h20 m-356 0 q10 0 10 10 m336 0 q0 -10 10 -10 m-346 10 v12 m336 0 v-12 m-336 12 q0 10 10 10 m316 0 q10 0 10 -10 m-326 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m24 0 h10 m0 0 h10 m56 0 h10 m43 -64 h-3" /> <polygon points="557 17 565 13 565 21" /> <polygon points="557 17 549 13 549 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_external_connections_stmt" href="#show_external_connections_stmt">show\_external\_connections\_stmt:</a></p><svg width="583" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="90" height="32" rx="10" /> <rect x="113" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">EXTERNAL</text> <rect x="245" y="3" width="122" height="32" rx="10" /> <rect x="243" y="1" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="21">CONNECTIONS</text> <rect x="245" y="47" width="112" height="32" rx="10" /> <rect x="243" y="45" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="65">CONNECTION</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="377" y="47" width="158" height="32" /> <rect x="375" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="385" y="65">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m90 0 h10 m20 0 h10 m122 0 h10 m0 0 h168 m-330 0 h20 m310 0 h20 m-350 0 q10 0 10 10 m330 0 q0 -10 10 -10 m-340 10 v24 m330 0 v-24 m-330 24 q0 10 10 10 m310 0 q10 0 10 -10 m-320 10 h10 m112 0 h10 m0 0 h10 m158 0 h10 m23 -44 h-3" /> <polygon points="573 17 581 13 581 21" /> <polygon points="573 17 565 13 565 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_types_stmt" href="#show_types_stmt">show\_types\_stmt:</a></p><svg width="337" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="62" height="32" rx="10" /> <rect x="113" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TYPES</text><a href="#with_comment" title="with_comment"> <rect x="197" y="3" width="112" height="32" /> <rect x="195" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="327 17 335 13 335 21" /> <polygon points="327 17 319 13 319 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_functions_stmt" href="#show_functions_stmt">show\_functions\_stmt:</a></p><svg width="601" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="102" height="32" rx="10" /> <rect x="113" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">FUNCTIONS</text> <rect x="257" y="35" width="60" height="32" rx="10" /> <rect x="255" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="53">FROM</text><a href="#name" title="name"> <rect x="337" y="35" width="56" height="32" /> <rect x="335" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="345" y="53">name</text></a><rect x="433" y="67" width="24" height="32" rx="10" /> <rect x="431" y="65" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="85">.</text><a href="#name" title="name"> <rect x="477" y="67" width="56" height="32" /> <rect x="475" y="65" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="485" y="85">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m102 0 h10 m20 0 h10 m0 0 h306 m-336 0 h20 m316 0 h20 m-356 0 q10 0 10 10 m336 0 q0 -10 10 -10 m-346 10 v12 m336 0 v-12 m-336 12 q0 10 10 10 m316 0 q10 0 10 -10 m-326 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m24 0 h10 m0 0 h10 m56 0 h10 m43 -64 h-3" /> <polygon points="591 17 599 13 599 21" /> <polygon points="591 17 583 13 583 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_procedures_stmt" href="#show_procedures_stmt">show\_procedures\_stmt:</a></p><svg width="611" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="112" height="32" rx="10" /> <rect x="113" y="1" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">PROCEDURES</text> <rect x="267" y="35" width="60" height="32" rx="10" /> <rect x="265" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="275" y="53">FROM</text><a href="#name" title="name"> <rect x="347" y="35" width="56" height="32" /> <rect x="345" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="355" y="53">name</text></a><rect x="443" y="67" width="24" height="32" rx="10" /> <rect x="441" y="65" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="451" y="85">.</text><a href="#name" title="name"> <rect x="487" y="67" width="56" height="32" /> <rect x="485" y="65" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="495" y="85">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m112 0 h10 m20 0 h10 m0 0 h306 m-336 0 h20 m316 0 h20 m-356 0 q10 0 10 10 m336 0 q0 -10 10 -10 m-346 10 v12 m336 0 v-12 m-336 12 q0 10 10 10 m316 0 q10 0 10 -10 m-326 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m24 0 h10 m0 0 h10 m56 0 h10 m43 -64 h-3" /> <polygon points="601 17 609 13 609 21" /> <polygon points="601 17 593 13 593 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_grants_stmt" href="#show_grants_stmt">show\_grants\_stmt:</a></p><svg width="601" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="76" height="32" rx="10" /> <rect x="133" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">GRANTS</text><a href="#opt_on_targets_roles" title="opt_on_targets_roles"> <rect x="231" y="3" width="158" height="32" /> <rect x="229" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="21">opt\_on\_targets\_roles</text></a><rect x="135" y="47" width="74" height="32" rx="10" /> <rect x="133" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">SYSTEM</text> <rect x="229" y="47" width="76" height="32" rx="10" /> <rect x="227" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="237" y="65">GRANTS</text><a href="#for_grantee_clause" title="for_grantee_clause"> <rect x="429" y="3" width="144" height="32" /> <rect x="427" y="1" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="437" y="21">for\_grantee\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m76 0 h10 m0 0 h10 m158 0 h10 m-294 0 h20 m274 0 h20 m-314 0 q10 0 10 10 m294 0 q0 -10 10 -10 m-304 10 v24 m294 0 v-24 m-294 24 q0 10 10 10 m274 0 q10 0 10 -10 m-284 10 h10 m74 0 h10 m0 0 h10 m76 0 h10 m0 0 h84 m20 -44 h10 m144 0 h10 m3 0 h-3" /> <polygon points="591 17 599 13 599 21" /> <polygon points="591 17 583 13 583 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_indexes_stmt" href="#show_indexes_stmt">show\_indexes\_stmt:</a></p><svg width="633" height="191"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="64" height="32" rx="10" /> <rect x="133" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">INDEX</text> <rect x="135" y="47" width="80" height="32" rx="10" /> <rect x="133" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">INDEXES</text> <rect x="135" y="91" width="54" height="32" rx="10" /> <rect x="133" y="89" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="109">KEYS</text> <rect x="255" y="3" width="60" height="32" rx="10" /> <rect x="253" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="21">FROM</text><a href="#table_name" title="table_name"> <rect x="355" y="3" width="96" height="32" /> <rect x="353" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="363" y="21">table\_name</text></a><rect x="355" y="47" width="92" height="32" rx="10" /> <rect x="353" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="363" y="65">DATABASE</text><a href="#database_name" title="database_name"> <rect x="467" y="47" width="124" height="32" /> <rect x="465" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="65">database\_name</text></a><a href="#with_comment" title="with_comment"> <rect x="493" y="157" width="112" height="32" /> <rect x="491" y="155" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="501" y="175">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m64 0 h10 m0 0 h16 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m54 0 h10 m0 0 h26 m20 -88 h10 m60 0 h10 m20 0 h10 m96 0 h10 m0 0 h140 m-276 0 h20 m256 0 h20 m-296 0 q10 0 10 10 m276 0 q0 -10 10 -10 m-286 10 v24 m276 0 v-24 m-276 24 q0 10 10 10 m256 0 q10 0 10 -10 m-266 10 h10 m92 0 h10 m0 0 h10 m124 0 h10 m22 -44 l2 0 m2 0 l2 0 m2 0 l2 0 m-162 154 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="623 171 631 167 631 175" /> <polygon points="623 171 615 167 615 175" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_partitions_stmt" href="#show_partitions_stmt">show\_partitions\_stmt:</a></p><svg width="709" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="106" height="32" rx="10" /> <rect x="113" y="1" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">PARTITIONS</text> <rect x="241" y="3" width="60" height="32" rx="10" /> <rect x="239" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="21">FROM</text> <rect x="341" y="3" width="62" height="32" rx="10" /> <rect x="339" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="423" y="3" width="96" height="32" /> <rect x="421" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="431" y="21">table\_name</text></a><rect x="341" y="47" width="92" height="32" rx="10" /> <rect x="339" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="65">DATABASE</text><a href="#database_name" title="database_name"> <rect x="453" y="47" width="124" height="32" /> <rect x="451" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="461" y="65">database\_name</text></a><rect x="341" y="91" width="64" height="32" rx="10" /> <rect x="339" y="89" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="109">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="445" y="91" width="138" height="32" /> <rect x="443" y="89" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="453" y="109">table\_index\_name</text></a><a href="#table_name" title="table_name"> <rect x="445" y="135" width="96" height="32" /> <rect x="443" y="133" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="453" y="153">table\_name</text></a><rect x="561" y="135" width="32" height="32" rx="10" /> <rect x="559" y="133" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="569" y="153">@</text> <rect x="613" y="135" width="28" height="32" rx="10" /> <rect x="611" y="133" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="621" y="153">\*</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m60 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h142 m-360 0 h20 m340 0 h20 m-380 0 q10 0 10 10 m360 0 q0 -10 10 -10 m-370 10 v24 m360 0 v-24 m-360 24 q0 10 10 10 m340 0 q10 0 10 -10 m-350 10 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h84 m-350 -10 v20 m360 0 v-20 m-360 20 v24 m360 0 v-24 m-360 24 q0 10 10 10 m340 0 q10 0 10 -10 m-350 10 h10 m64 0 h10 m20 0 h10 m138 0 h10 m0 0 h58 m-236 0 h20 m216 0 h20 m-256 0 q10 0 10 10 m236 0 q0 -10 10 -10 m-246 10 v24 m236 0 v-24 m-236 24 q0 10 10 10 m216 0 q10 0 10 -10 m-226 10 h10 m96 0 h10 m0 0 h10 m32 0 h10 m0 0 h10 m28 0 h10 m43 -132 h-3" /> <polygon points="699 17 707 13 707 21" /> <polygon points="699 17 691 13 691 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_jobs_stmt" href="#show_jobs_stmt">show\_jobs\_stmt:</a></p><svg width="733" height="441"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="102" height="32" rx="10" /> <rect x="133" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">AUTOMATIC</text> <rect x="257" y="3" width="56" height="32" rx="10" /> <rect x="255" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="21">JOBS</text> <rect x="135" y="47" width="56" height="32" rx="10" /> <rect x="133" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">JOBS</text><a href="#select_stmt" title="select_stmt"> <rect x="251" y="79" width="94" height="32" /> <rect x="249" y="77" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="259" y="97">select\_stmt</text></a><rect x="405" y="79" width="58" height="32" rx="10" /> <rect x="403" y="77" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="413" y="97">WITH</text><a href="#show_job_options_list" title="show_job_options_list"> <rect x="483" y="79" width="162" height="32" /> <rect x="481" y="77" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="491" y="97">show\_job\_options\_list</text></a><rect x="231" y="123" width="62" height="32" rx="10" /> <rect x="229" y="121" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="239" y="141">WHEN</text> <rect x="313" y="123" width="92" height="32" rx="10" /> <rect x="311" y="121" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="321" y="141">COMPLETE</text><a href="#select_stmt" title="select_stmt"> <rect x="425" y="123" width="94" height="32" /> <rect x="423" y="121" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="433" y="141">select\_stmt</text></a><a href="#for_schedules_clause" title="for_schedules_clause"> <rect x="231" y="167" width="156" height="32" /> <rect x="229" y="165" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="185">for\_schedules\_clause</text></a><rect x="135" y="211" width="110" height="32" rx="10" /> <rect x="133" y="209" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="229">CHANGEFEED</text> <rect x="285" y="211" width="56" height="32" rx="10" /> <rect x="283" y="209" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="229">JOBS</text><a href="#select_stmt" title="select_stmt"> <rect x="381" y="243" width="94" height="32" /> <rect x="379" y="241" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="389" y="261">select\_stmt</text></a><rect x="285" y="287" width="46" height="32" rx="10" /> <rect x="283" y="285" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="305">JOB</text><a href="#a_expr" title="a_expr"> <rect x="351" y="287" width="64" height="32" /> <rect x="349" y="285" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="359" y="305">a\_expr</text></a><rect x="135" y="331" width="46" height="32" rx="10" /> <rect x="133" y="329" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="349">JOB</text><a href="#a_expr" title="a_expr"> <rect x="221" y="331" width="64" height="32" /> <rect x="219" y="329" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="349">a\_expr</text></a><rect x="325" y="363" width="58" height="32" rx="10" /> <rect x="323" y="361" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="333" y="381">WITH</text><a href="#show_job_options_list" title="show_job_options_list"> <rect x="403" y="363" width="162" height="32" /> <rect x="401" y="361" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="411" y="381">show\_job\_options\_list</text></a><rect x="221" y="407" width="62" height="32" rx="10" /> <rect x="219" y="405" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="425">WHEN</text> <rect x="303" y="407" width="92" height="32" rx="10" /> <rect x="301" y="405" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="425">COMPLETE</text><a href="#a_expr" title="a_expr"> <rect x="415" y="407" width="64" height="32" /> <rect x="413" y="405" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="425">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m102 0 h10 m0 0 h10 m56 0 h10 m0 0 h372 m-590 0 h20 m570 0 h20 m-610 0 q10 0 10 10 m590 0 q0 -10 10 -10 m-600 10 v24 m590 0 v-24 m-590 24 q0 10 10 10 m570 0 q10 0 10 -10 m-580 10 h10 m56 0 h10 m40 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m40 -32 h10 m0 0 h250 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v12 m280 0 v-12 m-280 12 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m58 0 h10 m0 0 h10 m162 0 h10 m-454 -32 h20 m454 0 h20 m-494 0 q10 0 10 10 m474 0 q0 -10 10 -10 m-484 10 v56 m474 0 v-56 m-474 56 q0 10 10 10 m454 0 q10 0 10 -10 m-464 10 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m94 0 h10 m0 0 h146 m-464 -10 v20 m474 0 v-20 m-474 20 v24 m474 0 v-24 m-474 24 q0 10 10 10 m454 0 q10 0 10 -10 m-464 10 h10 m156 0 h10 m0 0 h278 m-560 -130 v20 m590 0 v-20 m-590 20 v144 m590 0 v-144 m-590 144 q0 10 10 10 m570 0 q10 0 10 -10 m-580 10 h10 m110 0 h10 m20 0 h10 m56 0 h10 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m-230 -32 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v56 m250 0 v-56 m-250 56 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m46 0 h10 m0 0 h10 m64 0 h10 m0 0 h80 m20 -76 h170 m-580 -10 v20 m590 0 v-20 m-590 20 v100 m590 0 v-100 m-590 100 q0 10 10 10 m570 0 q10 0 10 -10 m-580 10 h10 m46 0 h10 m20 0 h10 m64 0 h10 m20 0 h10 m0 0 h250 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v12 m280 0 v-12 m-280 12 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m58 0 h10 m0 0 h10 m162 0 h10 m-384 -32 h20 m384 0 h20 m-424 0 q10 0 10 10 m404 0 q0 -10 10 -10 m-414 10 v56 m404 0 v-56 m-404 56 q0 10 10 10 m384 0 q10 0 10 -10 m-394 10 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h106 m20 -76 h80 m23 -328 h-3" /> <polygon points="723 17 731 13 731 21" /> <polygon points="723 17 715 13 715 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_locality_stmt" href="#show_locality_stmt">show\_locality\_stmt:</a></p><svg width="231" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="88" height="32" rx="10" /> <rect x="113" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">LOCALITY</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m88 0 h10 m3 0 h-3" /> <polygon points="221 17 229 13 229 21" /> <polygon points="221 17 213 13 213 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_schedules_stmt" href="#show_schedules_stmt">show\_schedules\_stmt:</a></p><svg width="685" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text><a href="#schedule_state" title="schedule_state"> <rect x="155" y="35" width="118" height="32" /> <rect x="153" y="33" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="53">schedule\_state</text></a><rect x="313" y="3" width="100" height="32" rx="10" /> <rect x="311" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="321" y="21">SCHEDULES</text><a href="#opt_schedule_executor_type" title="opt_schedule_executor_type"> <rect x="433" y="3" width="204" height="32" /> <rect x="431" y="1" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="21">opt\_schedule\_executor\_type</text></a><rect x="135" y="79" width="92" height="32" rx="10" /> <rect x="133" y="77" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="97">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="247" y="79" width="64" height="32" /> <rect x="245" y="77" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="97">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m40 0 h10 m0 0 h128 m-158 0 h20 m138 0 h20 m-178 0 q10 0 10 10 m158 0 q0 -10 10 -10 m-168 10 v12 m158 0 v-12 m-158 12 q0 10 10 10 m138 0 q10 0 10 -10 m-148 10 h10 m118 0 h10 m20 -32 h10 m100 0 h10 m0 0 h10 m204 0 h10 m-542 0 h20 m522 0 h20 m-562 0 q10 0 10 10 m542 0 q0 -10 10 -10 m-552 10 v56 m542 0 v-56 m-542 56 q0 10 10 10 m522 0 q10 0 10 -10 m-532 10 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h326 m23 -76 h-3" /> <polygon points="675 17 683 13 683 21" /> <polygon points="675 17 667 13 667 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_statements_stmt" href="#show_statements_stmt">show\_statements\_stmt:</a></p><svg width="527" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="35" width="44" height="32" rx="10" /> <rect x="133" y="33" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">ALL</text><a href="#opt_cluster" title="opt_cluster"> <rect x="219" y="3" width="92" height="32" /> <rect x="217" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="21">opt\_cluster</text></a><a href="#statements_or_queries" title="statements_or_queries"> <rect x="331" y="3" width="168" height="32" /> <rect x="329" y="1" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="339" y="21">statements\_or\_queries</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m20 -32 h10 m92 0 h10 m0 0 h10 m168 0 h10 m3 0 h-3" /> <polygon points="517 17 525 13 525 21" /> <polygon points="517 17 509 13 509 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_ranges_stmt" href="#show_ranges_stmt">show\_ranges\_stmt:</a></p><svg width="669" height="311"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="76" height="32" rx="10" /> <rect x="133" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">RANGES</text> <rect x="251" y="35" width="60" height="32" rx="10" /> <rect x="249" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="53">FROM</text> <rect x="351" y="35" width="64" height="32" rx="10" /> <rect x="349" y="33" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="53">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="435" y="35" width="138" height="32" /> <rect x="433" y="33" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="443" y="53">table\_index\_name</text></a><rect x="351" y="79" width="62" height="32" rx="10" /> <rect x="349" y="77" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="97">TABLE</text><a href="#table_name" title="table_name"> <rect x="433" y="79" width="96" height="32" /> <rect x="431" y="77" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="97">table\_name</text></a><rect x="351" y="123" width="92" height="32" rx="10" /> <rect x="349" y="121" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="141">DATABASE</text><a href="#database_name" title="database_name"> <rect x="463" y="123" width="124" height="32" /> <rect x="461" y="121" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="471" y="141">database\_name</text></a><rect x="351" y="167" width="158" height="32" rx="10" /> <rect x="349" y="165" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="185">CURRENT\_CATALOG</text> <rect x="135" y="211" width="82" height="32" rx="10" /> <rect x="133" y="209" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="229">CLUSTER</text> <rect x="237" y="211" width="76" height="32" rx="10" /> <rect x="235" y="209" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="245" y="229">RANGES</text><a href="#opt_show_ranges_options" title="opt_show_ranges_options"> <rect x="453" y="277" width="188" height="32" /> <rect x="451" y="275" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="461" y="295">opt\_show\_ranges\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m76 0 h10 m20 0 h10 m0 0 h366 m-396 0 h20 m376 0 h20 m-416 0 q10 0 10 10 m396 0 q0 -10 10 -10 m-406 10 v12 m396 0 v-12 m-396 12 q0 10 10 10 m376 0 q10 0 10 -10 m-386 10 h10 m60 0 h10 m20 0 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h14 m-276 0 h20 m256 0 h20 m-296 0 q10 0 10 10 m276 0 q0 -10 10 -10 m-286 10 v24 m276 0 v-24 m-276 24 q0 10 10 10 m256 0 q10 0 10 -10 m-266 10 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h58 m-266 -10 v20 m276 0 v-20 m-276 20 v24 m276 0 v-24 m-276 24 q0 10 10 10 m256 0 q10 0 10 -10 m-266 10 h10 m92 0 h10 m0 0 h10 m124 0 h10 m-266 -10 v20 m276 0 v-20 m-276 20 v24 m276 0 v-24 m-276 24 q0 10 10 10 m256 0 q10 0 10 -10 m-266 10 h10 m158 0 h10 m0 0 h78 m-492 -164 h20 m512 0 h20 m-552 0 q10 0 10 10 m532 0 q0 -10 10 -10 m-542 10 v188 m532 0 v-188 m-532 188 q0 10 10 10 m512 0 q10 0 10 -10 m-522 10 h10 m82 0 h10 m0 0 h10 m76 0 h10 m0 0 h314 m22 -208 l2 0 m2 0 l2 0 m2 0 l2 0 m-238 274 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m188 0 h10 m3 0 h-3" /> <polygon points="659 291 667 287 667 295" /> <polygon points="659 291 651 287 651 295" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_range_for_row_stmt" href="#show_range_for_row_stmt">show\_range\_for\_row\_stmt:</a></p><svg width="753" height="147"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="66" height="32" rx="10" /> <rect x="113" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">RANGE</text> <rect x="201" y="3" width="60" height="32" rx="10" /> <rect x="199" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="21">FROM</text> <rect x="301" y="3" width="62" height="32" rx="10" /> <rect x="299" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="309" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="383" y="3" width="96" height="32" /> <rect x="381" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="391" y="21">table\_name</text></a><rect x="301" y="47" width="64" height="32" rx="10" /> <rect x="299" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="309" y="65">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="385" y="47" width="138" height="32" /> <rect x="383" y="45" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="65">table\_index\_name</text></a><rect x="563" y="3" width="48" height="32" rx="10" /> <rect x="561" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="571" y="21">FOR</text> <rect x="631" y="3" width="54" height="32" rx="10" /> <rect x="629" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="639" y="21">ROW</text> <rect x="705" y="3" width="26" height="32" rx="10" /> <rect x="703" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="713" y="21">(</text><a href="#expr_list" title="expr_list"> <rect x="605" y="113" width="74" height="32" /> <rect x="603" y="111" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="613" y="131">expr\_list</text></a><rect x="699" y="113" width="26" height="32" rx="10" /> <rect x="697" y="111" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="707" y="131">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m60 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h44 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m64 0 h10 m0 0 h10 m138 0 h10 m20 -44 h10 m48 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-170 110 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="743 127 751 123 751 131" /> <polygon points="743 127 735 123 735 131" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_regions_stmt" href="#show_regions_stmt">show\_regions\_stmt:</a></p><svg width="723" height="233"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="3" width="84" height="32" rx="10" /> <rect x="133" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">REGIONS</text> <rect x="259" y="35" width="60" height="32" rx="10" /> <rect x="257" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="53">FROM</text> <rect x="359" y="35" width="82" height="32" rx="10" /> <rect x="357" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="53">CLUSTER</text> <rect x="359" y="79" width="92" height="32" rx="10" /> <rect x="357" y="77" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="97">DATABASE</text><a href="#database_name" title="database_name"> <rect x="491" y="111" width="124" height="32" /> <rect x="489" y="109" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="499" y="129">database\_name</text></a><rect x="359" y="155" width="44" height="32" rx="10" /> <rect x="357" y="153" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="173">ALL</text> <rect x="423" y="155" width="100" height="32" rx="10" /> <rect x="421" y="153" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="431" y="173">DATABASES</text> <rect x="135" y="199" width="64" height="32" rx="10" /> <rect x="133" y="197" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="217">SUPER</text> <rect x="219" y="199" width="84" height="32" rx="10" /> <rect x="217" y="197" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="217">REGIONS</text> <rect x="323" y="199" width="60" height="32" rx="10" /> <rect x="321" y="197" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="331" y="217">FROM</text> <rect x="403" y="199" width="92" height="32" rx="10" /> <rect x="401" y="197" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="411" y="217">DATABASE</text><a href="#database_name" title="database_name"> <rect x="515" y="199" width="124" height="32" /> <rect x="513" y="197" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="523" y="217">database\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m84 0 h10 m20 0 h10 m0 0 h406 m-436 0 h20 m416 0 h20 m-456 0 q10 0 10 10 m436 0 q0 -10 10 -10 m-446 10 v12 m436 0 v-12 m-436 12 q0 10 10 10 m416 0 q10 0 10 -10 m-426 10 h10 m60 0 h10 m20 0 h10 m82 0 h10 m0 0 h194 m-316 0 h20 m296 0 h20 m-336 0 q10 0 10 10 m316 0 q0 -10 10 -10 m-326 10 v24 m316 0 v-24 m-316 24 q0 10 10 10 m296 0 q10 0 10 -10 m-306 10 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m124 0 h10 m-286 -42 v20 m316 0 v-20 m-316 20 v56 m316 0 v-56 m-316 56 q0 10 10 10 m296 0 q10 0 10 -10 m-306 10 h10 m44 0 h10 m0 0 h10 m100 0 h10 m0 0 h112 m-540 -152 h20 m560 0 h20 m-600 0 q10 0 10 10 m580 0 q0 -10 10 -10 m-590 10 v176 m580 0 v-176 m-580 176 q0 10 10 10 m560 0 q10 0 10 -10 m-570 10 h10 m64 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h36 m23 -196 h-3" /> <polygon points="713 17 721 13 721 21" /> <polygon points="713 17 705 13 705 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_survival_goal_stmt" href="#show_survival_goal_stmt">show\_survival\_goal\_stmt:</a></p><svg width="687" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="90" height="32" rx="10" /> <rect x="113" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">SURVIVAL</text> <rect x="225" y="3" width="58" height="32" rx="10" /> <rect x="223" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="21">GOAL</text> <rect x="303" y="3" width="60" height="32" rx="10" /> <rect x="301" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="21">FROM</text> <rect x="383" y="3" width="92" height="32" rx="10" /> <rect x="381" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="391" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="515" y="35" width="124" height="32" /> <rect x="513" y="33" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="523" y="53">database\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m124 0 h10 m23 -32 h-3" /> <polygon points="677 17 685 13 685 21" /> <polygon points="677 17 669 13 669 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_roles_stmt" href="#show_roles_stmt">show\_roles\_stmt:</a></p><svg width="209" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="66" height="32" rx="10" /> <rect x="113" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">ROLES</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m66 0 h10 m3 0 h-3" /> <polygon points="199 17 207 13 207 21" /> <polygon points="199 17 191 13 191 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_savepoint_stmt" href="#show_savepoint_stmt">show\_savepoint\_stmt:</a></p><svg width="335" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="100" height="32" rx="10" /> <rect x="113" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">SAVEPOINT</text> <rect x="235" y="3" width="72" height="32" rx="10" /> <rect x="233" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="243" y="21">STATUS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m100 0 h10 m0 0 h10 m72 0 h10 m3 0 h-3" /> <polygon points="325 17 333 13 333 21" /> <polygon points="325 17 317 13 317 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_schemas_stmt" href="#show_schemas_stmt">show\_schemas\_stmt:</a></p><svg width="557" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="86" height="32" rx="10" /> <rect x="113" y="1" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">SCHEMAS</text> <rect x="241" y="35" width="60" height="32" rx="10" /> <rect x="239" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="53">FROM</text><a href="#name" title="name"> <rect x="321" y="35" width="56" height="32" /> <rect x="319" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="329" y="53">name</text></a><a href="#with_comment" title="with_comment"> <rect x="417" y="3" width="112" height="32" /> <rect x="415" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="425" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m86 0 h10 m20 0 h10 m0 0 h146 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v12 m176 0 v-12 m-176 12 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m20 -32 h10 m112 0 h10 m3 0 h-3" /> <polygon points="547 17 555 13 555 21" /> <polygon points="547 17 539 13 539 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_sequences_stmt" href="#show_sequences_stmt">show\_sequences\_stmt:</a></p><svg width="441" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="102" height="32" rx="10" /> <rect x="113" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">SEQUENCES</text> <rect x="257" y="35" width="60" height="32" rx="10" /> <rect x="255" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="53">FROM</text><a href="#name" title="name"> <rect x="337" y="35" width="56" height="32" /> <rect x="335" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="345" y="53">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m102 0 h10 m20 0 h10 m0 0 h146 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v12 m176 0 v-12 m-176 12 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="431 17 439 13 439 21" /> <polygon points="431 17 423 13 423 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_session_stmt" href="#show_session_stmt">show\_session\_stmt:</a></p><svg width="381" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="35" width="82" height="32" rx="10" /> <rect x="133" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">SESSION</text><a href="#session_var" title="session_var"> <rect x="257" y="3" width="96" height="32" /> <rect x="255" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="265" y="21">session\_var</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m20 -32 h10 m96 0 h10 m3 0 h-3" /> <polygon points="371 17 379 13 379 21" /> <polygon points="371 17 363 13 363 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_sessions_stmt" href="#show_sessions_stmt">show\_sessions\_stmt:</a></p><svg width="451" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="35" width="44" height="32" rx="10" /> <rect x="133" y="33" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">ALL</text><a href="#opt_cluster" title="opt_cluster"> <rect x="219" y="3" width="92" height="32" /> <rect x="217" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="21">opt\_cluster</text></a><rect x="331" y="3" width="92" height="32" rx="10" /> <rect x="329" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="339" y="21">SESSIONS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m20 -32 h10 m92 0 h10 m0 0 h10 m92 0 h10 m3 0 h-3" /> <polygon points="441 17 449 13 449 21" /> <polygon points="441 17 433 13 433 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_stats_stmt" href="#show_stats_stmt">show\_stats\_stmt:</a></p><svg width="713" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="102" height="32" rx="10" /> <rect x="113" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">STATISTICS</text> <rect x="237" y="3" width="100" height="32" rx="10" /> <rect x="235" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="245" y="21">FOR\_TABLE</text> <rect x="357" y="3" width="62" height="32" rx="10" /> <rect x="355" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="439" y="3" width="96" height="32" /> <rect x="437" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="447" y="21">table\_name</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="555" y="3" width="130" height="32" /> <rect x="553" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="563" y="21">opt\_with\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m100 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="703 17 711 13 711 21" /> <polygon points="703 17 695 13 695 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_tables_stmt" href="#show_tables_stmt">show\_tables\_stmt:</a></p><svg width="703" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="72" height="32" rx="10" /> <rect x="113" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TABLES</text> <rect x="227" y="35" width="60" height="32" rx="10" /> <rect x="225" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="53">FROM</text><a href="#name" title="name"> <rect x="307" y="35" width="56" height="32" /> <rect x="305" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="315" y="53">name</text></a><rect x="403" y="67" width="24" height="32" rx="10" /> <rect x="401" y="65" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="411" y="85">.</text><a href="#name" title="name"> <rect x="447" y="67" width="56" height="32" /> <rect x="445" y="65" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="455" y="85">name</text></a><a href="#with_comment" title="with_comment"> <rect x="563" y="3" width="112" height="32" /> <rect x="561" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="571" y="21">with\_comment</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m0 0 h306 m-336 0 h20 m316 0 h20 m-356 0 q10 0 10 10 m336 0 q0 -10 10 -10 m-346 10 v12 m336 0 v-12 m-336 12 q0 10 10 10 m316 0 q10 0 10 -10 m-326 10 h10 m60 0 h10 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m24 0 h10 m0 0 h10 m56 0 h10 m40 -64 h10 m112 0 h10 m3 0 h-3" /> <polygon points="693 17 701 13 701 21" /> <polygon points="693 17 685 13 685 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_trace_stmt" href="#show_trace_stmt">show\_trace\_stmt:</a></p><svg width="597" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text><a href="#opt_compact" title="opt_compact"> <rect x="115" y="3" width="102" height="32" /> <rect x="113" y="1" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">opt\_compact</text></a><rect x="257" y="35" width="38" height="32" rx="10" /> <rect x="255" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="53">KV</text> <rect x="335" y="3" width="64" height="32" rx="10" /> <rect x="333" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="343" y="21">TRACE</text> <rect x="419" y="3" width="48" height="32" rx="10" /> <rect x="417" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="427" y="21">FOR</text> <rect x="487" y="3" width="82" height="32" rx="10" /> <rect x="485" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="495" y="21">SESSION</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m102 0 h10 m20 0 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m20 -32 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="587 17 595 13 595 21" /> <polygon points="587 17 579 13 579 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_transactions_stmt" href="#show_transactions_stmt">show\_transactions\_stmt:</a></p><svg width="487" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="135" y="35" width="44" height="32" rx="10" /> <rect x="133" y="33" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">ALL</text><a href="#opt_cluster" title="opt_cluster"> <rect x="219" y="3" width="92" height="32" /> <rect x="217" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="21">opt\_cluster</text></a><rect x="331" y="3" width="128" height="32" rx="10" /> <rect x="329" y="1" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="339" y="21">TRANSACTIONS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m20 -32 h10 m92 0 h10 m0 0 h10 m128 0 h10 m3 0 h-3" /> <polygon points="477 17 485 13 485 21" /> <polygon points="477 17 469 13 469 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_transfer_stmt" href="#show_transfer_stmt">show\_transfer\_stmt:</a></p><svg width="531" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="92" height="32" rx="10" /> <rect x="113" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TRANSFER</text> <rect x="227" y="3" width="62" height="32" rx="10" /> <rect x="225" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="21">STATE</text> <rect x="329" y="35" width="58" height="32" rx="10" /> <rect x="327" y="33" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="53">WITH</text> <rect x="407" y="35" width="76" height="32" rx="10" /> <rect x="405" y="33" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="53">SCONST</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h164 m-194 0 h20 m174 0 h20 m-214 0 q10 0 10 10 m194 0 q0 -10 10 -10 m-204 10 v12 m194 0 v-12 m-194 12 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m58 0 h10 m0 0 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="521 17 529 13 529 21" /> <polygon points="521 17 513 13 513 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_users_stmt" href="#show_users_stmt">show\_users\_stmt:</a></p><svg width="207" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="64" height="32" rx="10" /> <rect x="113" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">USERS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="197 17 205 13 205 21" /> <polygon points="197 17 189 13 189 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_default_session_variables_for_role_stmt" href="#show_default_session_variables_for_role_stmt">show\_default\_session\_variables\_for\_role\_stmt:</a></p><svg width="505" height="191"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="80" height="32" rx="10" /> <rect x="113" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">DEFAULT</text> <rect x="215" y="3" width="82" height="32" rx="10" /> <rect x="213" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">SESSION</text> <rect x="317" y="3" width="98" height="32" rx="10" /> <rect x="315" y="1" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="325" y="21">VARIABLES</text> <rect x="435" y="3" width="48" height="32" rx="10" /> <rect x="433" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="443" y="21">FOR</text><a href="#role_or_group_or_user" title="role_or_group_or_user"> <rect x="187" y="69" width="168" height="32" /> <rect x="185" y="67" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="195" y="87">role\_or\_group\_or\_user</text></a><a href="#role_spec" title="role_spec"> <rect x="375" y="69" width="82" height="32" /> <rect x="373" y="67" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="383" y="87">role\_spec</text></a><rect x="207" y="113" width="90" height="32" rx="10" /> <rect x="205" y="111" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="131">ROLE\_ALL</text> <rect x="207" y="157" width="90" height="32" rx="10" /> <rect x="205" y="155" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="175">USER\_ALL</text> <rect x="337" y="113" width="44" height="32" rx="10" /> <rect x="335" y="111" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="131">ALL</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m98 0 h10 m0 0 h10 m48 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-360 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m168 0 h10 m0 0 h10 m82 0 h10 m-310 0 h20 m290 0 h20 m-330 0 q10 0 10 10 m310 0 q0 -10 10 -10 m-320 10 v24 m310 0 v-24 m-310 24 q0 10 10 10 m290 0 q10 0 10 -10 m-280 10 h10 m90 0 h10 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m20 -44 h10 m44 0 h10 m0 0 h76 m23 -44 h-3" /> <polygon points="495 83 503 79 503 87" /> <polygon points="495 83 487 79 487 87" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_zone_stmt" href="#show_zone_stmt">show\_zone\_stmt:</a></p><svg width="1063" height="411"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="64" height="32" rx="10" /> <rect x="31" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">SHOW</text> <rect x="45" y="69" width="58" height="32" rx="10" /> <rect x="43" y="67" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">ZONE</text> <rect x="143" y="69" width="138" height="32" rx="10" /> <rect x="141" y="67" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="87">CONFIGURATION</text> <rect x="301" y="69" width="60" height="32" rx="10" /> <rect x="299" y="67" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="309" y="87">FROM</text> <rect x="401" y="69" width="66" height="32" rx="10" /> <rect x="399" y="67" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="87">RANGE</text><a href="#zone_name" title="zone_name"> <rect x="487" y="69" width="94" height="32" /> <rect x="485" y="67" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="495" y="87">zone\_name</text></a><rect x="401" y="113" width="92" height="32" rx="10" /> <rect x="399" y="111" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="131">DATABASE</text><a href="#database_name" title="database_name"> <rect x="513" y="113" width="124" height="32" /> <rect x="511" y="111" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="521" y="131">database\_name</text></a><rect x="421" y="157" width="62" height="32" rx="10" /> <rect x="419" y="155" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="429" y="175">TABLE</text><a href="#table_name" title="table_name"> <rect x="503" y="157" width="96" height="32" /> <rect x="501" y="155" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="511" y="175">table\_name</text></a><rect x="421" y="201" width="64" height="32" rx="10" /> <rect x="419" y="199" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="429" y="219">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="505" y="201" width="138" height="32" /> <rect x="503" y="199" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="513" y="219">table\_index\_name</text></a><a href="#opt_partition" title="opt_partition"> <rect x="683" y="157" width="102" height="32" /> <rect x="681" y="155" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="691" y="175">opt\_partition</text></a><rect x="401" y="245" width="98" height="32" rx="10" /> <rect x="399" y="243" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="263">PARTITION</text><a href="#partition_name" title="partition_name"> <rect x="519" y="245" width="116" height="32" /> <rect x="517" y="243" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="527" y="263">partition\_name</text></a><rect x="655" y="245" width="38" height="32" rx="10" /> <rect x="653" y="243" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="663" y="263">OF</text> <rect x="733" y="245" width="62" height="32" rx="10" /> <rect x="731" y="243" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="741" y="263">TABLE</text><a href="#table_name" title="table_name"> <rect x="815" y="245" width="96" height="32" /> <rect x="813" y="243" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="823" y="263">table\_name</text></a><rect x="733" y="289" width="64" height="32" rx="10" /> <rect x="731" y="287" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="741" y="307">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="817" y="289" width="138" height="32" /> <rect x="815" y="287" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="825" y="307">table\_index\_name</text></a><rect x="143" y="333" width="148" height="32" rx="10" /> <rect x="141" y="331" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="351">CONFIGURATIONS</text> <rect x="45" y="377" width="44" height="32" rx="10" /> <rect x="43" y="375" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="395">ALL</text> <rect x="109" y="377" width="58" height="32" rx="10" /> <rect x="107" y="375" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="395">ZONE</text> <rect x="187" y="377" width="148" height="32" rx="10" /> <rect x="185" y="375" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="195" y="395">CONFIGURATIONS</text> <path className="line" d="m19 17 h2 m0 0 h10 m64 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-116 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m58 0 h10 m20 0 h10 m138 0 h10 m0 0 h10 m60 0 h10 m20 0 h10 m66 0 h10 m0 0 h10 m94 0 h10 m0 0 h394 m-614 0 h20 m594 0 h20 m-634 0 q10 0 10 10 m614 0 q0 -10 10 -10 m-624 10 v24 m614 0 v-24 m-614 24 q0 10 10 10 m594 0 q10 0 10 -10 m-604 10 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h338 m-604 -10 v20 m614 0 v-20 m-614 20 v24 m614 0 v-24 m-614 24 q0 10 10 10 m594 0 q10 0 10 -10 m-584 10 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h44 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m64 0 h10 m0 0 h10 m138 0 h10 m20 -44 h10 m102 0 h10 m0 0 h190 m-604 -10 v20 m614 0 v-20 m-614 20 v68 m614 0 v-68 m-614 68 q0 10 10 10 m594 0 q10 0 10 -10 m-604 10 h10 m98 0 h10 m0 0 h10 m116 0 h10 m0 0 h10 m38 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h44 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m64 0 h10 m0 0 h10 m138 0 h10 m-852 -220 h20 m872 0 h20 m-912 0 q10 0 10 10 m892 0 q0 -10 10 -10 m-902 10 v244 m892 0 v-244 m-892 244 q0 10 10 10 m872 0 q10 0 10 -10 m-882 10 h10 m148 0 h10 m0 0 h704 m-990 -264 h20 m990 0 h20 m-1030 0 q10 0 10 10 m1010 0 q0 -10 10 -10 m-1020 10 v288 m1010 0 v-288 m-1010 288 q0 10 10 10 m990 0 q10 0 10 -10 m-1000 10 h10 m44 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m148 0 h10 m0 0 h680 m23 -308 h-3" /> <polygon points="1053 83 1061 79 1061 87" /> <polygon points="1053 83 1045 79 1045 87" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_full_scans_stmt" href="#show_full_scans_stmt">show\_full\_scans\_stmt:</a></p><svg width="365" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="54" height="32" rx="10" /> <rect x="113" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">FULL</text> <rect x="189" y="3" width="62" height="32" rx="10" /> <rect x="187" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="21">TABLE</text> <rect x="271" y="3" width="66" height="32" rx="10" /> <rect x="269" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="21">SCANS</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m66 0 h10 m3 0 h-3" /> <polygon points="355 17 363 13 363 21" /> <polygon points="355 17 347 13 347 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_default_privileges_stmt" href="#show_default_privileges_stmt">show\_default\_privileges\_stmt:</a></p><svg width="719" height="191"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="80" height="32" rx="10" /> <rect x="113" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">DEFAULT</text> <rect x="215" y="3" width="104" height="32" rx="10" /> <rect x="213" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">PRIVILEGES</text><a href="#opt_for_roles" title="opt_for_roles"> <rect x="359" y="3" width="106" height="32" /> <rect x="357" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="367" y="21">opt\_for\_roles</text></a><rect x="359" y="47" width="48" height="32" rx="10" /> <rect x="357" y="45" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="65">FOR</text> <rect x="447" y="47" width="82" height="32" rx="10" /> <rect x="445" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="65">GRANTEE</text><a href="#role_spec_list" title="role_spec_list"> <rect x="549" y="47" width="108" height="32" /> <rect x="547" y="45" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="557" y="65">role\_spec\_list</text></a><rect x="447" y="91" width="44" height="32" rx="10" /> <rect x="445" y="89" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="109">ALL</text> <rect x="511" y="91" width="66" height="32" rx="10" /> <rect x="509" y="89" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="519" y="109">ROLES</text><a href="#opt_in_schema" title="opt_in_schema"> <rect x="575" y="157" width="116" height="32" /> <rect x="573" y="155" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="175">opt\_in\_schema</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m104 0 h10 m20 0 h10 m106 0 h10 m0 0 h212 m-358 0 h20 m338 0 h20 m-378 0 q10 0 10 10 m358 0 q0 -10 10 -10 m-368 10 v24 m358 0 v-24 m-358 24 q0 10 10 10 m338 0 q10 0 10 -10 m-348 10 h10 m48 0 h10 m20 0 h10 m82 0 h10 m0 0 h10 m108 0 h10 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m44 0 h10 m0 0 h10 m66 0 h10 m0 0 h80 m42 -88 l2 0 m2 0 l2 0 m2 0 l2 0 m-166 154 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m116 0 h10 m3 0 h-3" /> <polygon points="709 171 717 167 717 175" /> <polygon points="709 171 701 167 701 175" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_inspect_errors_stmt" href="#show_inspect_errors_stmt">show\_inspect\_errors\_stmt:</a></p><svg width="649" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SHOW</text> <rect x="115" y="3" width="80" height="32" rx="10" /> <rect x="113" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">INSPECT</text> <rect x="215" y="3" width="76" height="32" rx="10" /> <rect x="213" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">ERRORS</text><a href="#opt_for_table_clause" title="opt_for_table_clause"> <rect x="311" y="3" width="154" height="32" /> <rect x="309" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="21">opt\_for\_table\_clause</text></a><a href="#opt_for_job_clause" title="opt_for_job_clause"> <rect x="485" y="3" width="142" height="32" /> <rect x="483" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="493" y="21">opt\_for\_job\_clause</text></a><a href="#opt_with_details" title="opt_with_details"> <rect x="495" y="69" width="126" height="32" /> <rect x="493" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="87">opt\_with\_details</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m154 0 h10 m0 0 h10 m142 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-176 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="639 83 647 79 647 87" /> <polygon points="639 83 631 79 631 87" /></svg><p>referenced by: </p><ul> <li><a href="#show_stmt" title="show_stmt">show\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_table" href="#opt_table">opt\_table:</a></p><svg width="161" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="62" height="32" rx="10" /> <rect x="49" y="21" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TABLE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h72 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v12 m102 0 v-12 m-102 12 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m23 -32 h-3" /> <polygon points="151 5 159 1 159 9" /> <polygon points="151 5 143 1 143 9" /></svg><p>referenced by: </p><ul> <li><a href="#truncate_stmt" title="truncate_stmt">truncate\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="relation_expr_list" href="#relation_expr_list">relation\_expr\_list:</a></p><svg width="203" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#relation_expr" title="relation_expr"> <rect x="51" y="47" width="104" height="32" /> <rect x="49" y="45" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">relation\_expr</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m104 0 h10 m-144 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m124 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-124 0 h10 m24 0 h10 m0 0 h80 m23 44 h-3" /> <polygon points="193 61 201 57 201 65" /> <polygon points="193 61 185 57 185 65" /></svg><p>referenced by: </p><ul> <li><a href="#truncate_stmt" title="truncate_stmt">truncate\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_clause_list" href="#set_clause_list">set\_clause\_list:</a></p><svg width="187" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#set_clause" title="set_clause"> <rect x="51" y="47" width="88" height="32" /> <rect x="49" y="45" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">set\_clause</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m88 0 h10 m-128 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m108 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-108 0 h10 m24 0 h10 m0 0 h64 m23 44 h-3" /> <polygon points="177 61 185 57 185 65" /> <polygon points="177 61 169 57 169 65" /></svg><p>referenced by: </p><ul> <li><a href="#on_conflict" title="on_conflict">on\_conflict</a></li> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_from_list" href="#opt_from_list">opt\_from\_list:</a></p><svg width="255" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="60" height="32" rx="10" /> <rect x="49" y="21" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FROM</text><a href="#from_list" title="from_list"> <rect x="131" y="23" width="76" height="32" /> <rect x="129" y="21" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="41">from\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h166 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v12 m196 0 v-12 m-196 12 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m60 0 h10 m0 0 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="245 5 253 1 253 9" /> <polygon points="245 5 237 1 237 9" /></svg><p>referenced by: </p><ul> <li><a href="#update_stmt" title="update_stmt">update\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_application_name" href="#func_application_name">func\_application\_name:</a></p><svg width="377" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_name" title="func_name"> <rect x="51" y="3" width="90" height="32" /> <rect x="49" y="1" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_name</text></a><rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">\[</text> <rect x="97" y="47" width="92" height="32" rx="10" /> <rect x="95" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="105" y="65">FUNCTION</text> <rect x="209" y="47" width="74" height="32" rx="10" /> <rect x="207" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="65">ICONST</text> <rect x="303" y="47" width="26" height="32" rx="10" /> <rect x="301" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="311" y="65">]</text> <path className="line" d="m17 17 h2 m20 0 h10 m90 0 h10 m0 0 h188 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m26 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="367 17 375 13 375 21" /> <polygon points="367 17 359 13 359 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_application" title="func_application">func\_application</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="expr_list" href="#expr_list">expr\_list:</a></p><svg width="163" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#a_expr" title="a_expr"> <rect x="51" y="47" width="64" height="32" /> <rect x="49" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">a\_expr</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m64 0 h10 m-104 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m84 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-84 0 h10 m24 0 h10 m0 0 h40 m23 44 h-3" /> <polygon points="153 61 161 57 161 65" /> <polygon points="153 61 145 57 145 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_scatter_index_stmt" title="alter_scatter_index_stmt">alter\_scatter\_index\_stmt</a></li> <li><a href="#alter_scatter_stmt" title="alter_scatter_stmt">alter\_scatter\_stmt</a></li> <li><a href="#distinct_on_clause" title="distinct_on_clause">distinct\_on\_clause</a></li> <li><a href="#execute_param_clause" title="execute_param_clause">execute\_param\_clause</a></li> <li><a href="#extract_list" title="extract_list">extract\_list</a></li> <li><a href="#func_application" title="func_application">func\_application</a></li> <li><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr">func\_expr\_common\_subexpr</a></li> <li><a href="#list_partition" title="list_partition">list\_partition</a></li> <li><a href="#opt_expr_list" title="opt_expr_list">opt\_expr\_list</a></li> <li><a href="#opt_partition_clause" title="opt_partition_clause">opt\_partition\_clause</a></li> <li><a href="#overlay_list" title="overlay_list">overlay\_list</a></li> <li><a href="#range_partition" title="range_partition">range\_partition</a></li> <li><a href="#show_range_for_row_stmt" title="show_range_for_row_stmt">show\_range\_for\_row\_stmt</a></li> <li><a href="#special_function" title="special_function">special\_function</a></li> <li><a href="#trim_list" title="trim_list">trim\_list</a></li> <li><a href="#tuple1_ambiguous_values" title="tuple1_ambiguous_values">tuple1\_ambiguous\_values</a></li> <li><a href="#tuple1_unambiguous_values" title="tuple1_unambiguous_values">tuple1\_unambiguous\_values</a></li> <li><a href="#values_clause" title="values_clause">values\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_sort_clause_no_index" href="#opt_sort_clause_no_index">opt\_sort\_clause\_no\_index:</a></p><svg width="259" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#sort_clause_no_index" title="sort_clause_no_index"> <rect x="51" y="23" width="160" height="32" /> <rect x="49" y="21" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">sort\_clause\_no\_index</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h170 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v12 m200 0 v-12 m-200 12 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m160 0 h10 m23 -32 h-3" /> <polygon points="249 5 257 1 257 9" /> <polygon points="249 5 241 1 241 9" /></svg><p>referenced by: </p><ul> <li><a href="#func_application" title="func_application">func\_application</a></li> <li><a href="#window_specification" title="window_specification">window\_specification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="db_object_name" href="#db_object_name">db\_object\_name:</a></p><svg width="285" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_db_object_name" title="simple_db_object_name"> <rect x="51" y="3" width="176" height="32" /> <rect x="49" y="1" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">simple\_db\_object\_name</text></a><a href="#complex_db_object_name" title="complex_db_object_name"> <rect x="51" y="47" width="186" height="32" /> <rect x="49" y="45" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">complex\_db\_object\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m176 0 h10 m0 0 h10 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m23 -44 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#db_name" title="db_name">db\_name</a></li> <li><a href="#db_object_name_list" title="db_object_name_list">db\_object\_name\_list</a></li> <li><a href="#function_with_paramtypes" title="function_with_paramtypes">function\_with\_paramtypes</a></li> <li><a href="#logical_replication_resources" title="logical_replication_resources">logical\_replication\_resources</a></li> <li><a href="#logical_replication_resources_list" title="logical_replication_resources_list">logical\_replication\_resources\_list</a></li> <li><a href="#routine_create_name" title="routine_create_name">routine\_create\_name</a></li> <li><a href="#sequence_name" title="sequence_name">sequence\_name</a></li> <li><a href="#standalone_index_name" title="standalone_index_name">standalone\_index\_name</a></li> <li><a href="#table_name" title="table_name">table\_name</a></li> <li><a href="#type_name" title="type_name">type\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="name_list" href="#name_list">name\_list:</a></p><svg width="155" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#name" title="name"> <rect x="51" y="47" width="56" height="32" /> <rect x="49" y="45" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m56 0 h10 m-96 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m76 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-76 0 h10 m24 0 h10 m0 0 h32 m23 44 h-3" /> <polygon points="145 61 153 57 153 65" /> <polygon points="145 61 137 57 137 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_cmd" title="alter_changefeed_cmd">alter\_changefeed\_cmd</a></li> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#family_def" title="family_def">family\_def</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> <li><a href="#join_qual" title="join_qual">join\_qual</a></li> <li><a href="#labeled_row" title="labeled_row">labeled\_row</a></li> <li><a href="#on_conflict" title="on_conflict">on\_conflict</a></li> <li><a href="#opt_column_list" title="opt_column_list">opt\_column\_list</a></li> <li><a href="#opt_stats_columns" title="opt_stats_columns">opt\_stats\_columns</a></li> <li><a href="#opt_storing" title="opt_storing">opt\_storing</a></li> <li><a href="#partition_by_inner" title="partition_by_inner">partition\_by\_inner</a></li> <li><a href="#scrub_option" title="scrub_option">scrub\_option</a></li> <li><a href="#trigger_event" title="trigger_event">trigger\_event</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with" href="#opt_with">opt\_with:</a></p><svg width="157" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m23 -32 h-3" /> <polygon points="147 5 155 1 155 9" /> <polygon points="147 5 139 1 139 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> <li><a href="#opt_role_options" title="opt_role_options">opt\_role\_options</a></li> <li><a href="#opt_with_copy_options" title="opt_with_copy_options">opt\_with\_copy\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_options_list" href="#copy_options_list">copy\_options\_list:</a></p><svg width="203" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#copy_options" title="copy_options"> <rect x="51" y="19" width="104" height="32" /> <rect x="49" y="17" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">copy\_options</text></a><path className="line" d="m17 33 h2 m20 0 h10 m104 0 h10 m-144 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m124 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-124 0 h10 m0 0 h114 m23 32 h-3" /> <polygon points="193 33 201 29 201 37" /> <polygon points="193 33 185 29 185 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_copy_options" title="opt_with_copy_options">opt\_with\_copy\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_generic_options_list" href="#copy_generic_options_list">copy\_generic\_options\_list:</a></p><svg width="257" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#copy_generic_options" title="copy_generic_options"> <rect x="51" y="47" width="158" height="32" /> <rect x="49" y="45" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">copy\_generic\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m158 0 h10 m-198 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m178 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-178 0 h10 m24 0 h10 m0 0 h134 m23 44 h-3" /> <polygon points="247 61 255 57 255 65" /> <polygon points="247 61 239 57 239 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_copy_options" title="opt_with_copy_options">opt\_with\_copy\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="where_clause" href="#where_clause">where\_clause:</a></p><svg width="213" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="70" height="32" rx="10" /> <rect x="29" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WHERE</text><a href="#a_expr" title="a_expr"> <rect x="121" y="3" width="64" height="32" /> <rect x="119" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="129" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m70 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="203 17 211 13 211 21" /> <polygon points="203 17 195 13 195 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_option" title="create_stats_option">create\_stats\_option</a></li> <li><a href="#opt_where_clause" title="opt_where_clause">opt\_where\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="prefixed_column_path" href="#prefixed_column_path">prefixed\_column\_path:</a></p><svg width="521" height="155"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#db_object_name_component" title="db_object_name_component"> <rect x="33" y="3" width="206" height="32" /> <rect x="31" y="1" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="41" y="21">db\_object\_name\_component</text></a><rect x="259" y="3" width="24" height="32" rx="10" /> <rect x="257" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="21">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="303" y="3" width="140" height="32" /> <rect x="301" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="21">unrestricted\_name</text></a><rect x="45" y="89" width="24" height="32" rx="10" /> <rect x="43" y="87" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="107">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="89" y="89" width="140" height="32" /> <rect x="87" y="87" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="97" y="107">unrestricted\_name</text></a><rect x="269" y="121" width="24" height="32" rx="10" /> <rect x="267" y="119" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="139">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="313" y="121" width="140" height="32" /> <rect x="311" y="119" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="139">unrestricted\_name</text></a><path className="line" d="m19 17 h2 m0 0 h10 m206 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m140 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-462 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h438 m-468 0 h20 m448 0 h20 m-488 0 q10 0 10 10 m468 0 q0 -10 10 -10 m-478 10 v12 m468 0 v-12 m-468 12 q0 10 10 10 m448 0 q10 0 10 -10 m-458 10 h10 m24 0 h10 m0 0 h10 m140 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m24 0 h10 m0 0 h10 m140 0 h10 m43 -64 h-3" /> <polygon points="511 71 519 67 519 75" /> <polygon points="511 71 503 67 503 75" /></svg><p>referenced by: </p><ul> <li><a href="#column_path" title="column_path">column\_path</a></li> <li><a href="#func_name" title="func_name">func\_name</a></li> <li><a href="#func_name_no_crdb_extra" title="func_name_no_crdb_extra">func\_name\_no\_crdb\_extra</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_name" href="#index_name">index\_name:</a></p><svg width="199" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#unrestricted_name" title="unrestricted_name"> <rect x="31" y="3" width="140" height="32" /> <rect x="29" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_rename_index_stmt" title="alter_rename_index_stmt">alter\_rename\_index\_stmt</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_flags_param" title="index_flags_param">index\_flags\_param</a></li> <li><a href="#opt_index_flags" title="opt_index_flags">opt\_index\_flags</a></li> <li><a href="#sortby_index" title="sortby_index">sortby\_index</a></li> <li><a href="#table_index_name" title="table_index_name">table\_index\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="standalone_index_name" href="#standalone_index_name">standalone\_index\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#table_index_name" title="table_index_name">table\_index\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="unreserved_keyword" href="#unreserved_keyword">unreserved\_keyword:</a></p><svg width="433" height="21773"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="66" height="32" rx="10" /> <rect x="49" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ABORT</text> <rect x="51" y="47" width="92" height="32" rx="10" /> <rect x="49" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ABSOLUTE</text> <rect x="51" y="91" width="74" height="32" rx="10" /> <rect x="49" y="89" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">ACTION</text> <rect x="51" y="135" width="74" height="32" rx="10" /> <rect x="49" y="133" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">ACCESS</text> <rect x="51" y="179" width="48" height="32" rx="10" /> <rect x="49" y="177" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">ADD</text> <rect x="51" y="223" width="66" height="32" rx="10" /> <rect x="49" y="221" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">ADMIN</text> <rect x="51" y="267" width="62" height="32" rx="10" /> <rect x="49" y="265" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">AFTER</text> <rect x="51" y="311" width="102" height="32" rx="10" /> <rect x="49" y="309" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">AGGREGATE</text> <rect x="51" y="355" width="62" height="32" rx="10" /> <rect x="49" y="353" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">ALTER</text> <rect x="51" y="399" width="78" height="32" rx="10" /> <rect x="49" y="397" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">ALWAYS</text> <rect x="51" y="443" width="104" height="32" rx="10" /> <rect x="49" y="441" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">ASENSITIVE</text> <rect x="51" y="487" width="84" height="32" rx="10" /> <rect x="49" y="485" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">AS\_JSON</text> <rect x="51" y="531" width="38" height="32" rx="10" /> <rect x="49" y="529" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">AT</text> <rect x="51" y="575" width="74" height="32" rx="10" /> <rect x="49" y="573" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">ATOMIC</text> <rect x="51" y="619" width="96" height="32" rx="10" /> <rect x="49" y="617" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">ATTRIBUTE</text> <rect x="51" y="663" width="102" height="32" rx="10" /> <rect x="49" y="661" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">AUTOMATIC</text> <rect x="51" y="707" width="118" height="32" rx="10" /> <rect x="49" y="705" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">AVAILABILITY</text> <rect x="51" y="751" width="154" height="32" rx="10" /> <rect x="49" y="749" width="154" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">AVOID\_FULL\_SCAN</text> <rect x="51" y="795" width="74" height="32" rx="10" /> <rect x="49" y="793" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">BACKUP</text> <rect x="51" y="839" width="84" height="32" rx="10" /> <rect x="49" y="837" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">BACKUPS</text> <rect x="51" y="883" width="98" height="32" rx="10" /> <rect x="49" y="881" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">BACKWARD</text> <rect x="51" y="927" width="66" height="32" rx="10" /> <rect x="49" y="925" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">BATCH</text> <rect x="51" y="971" width="74" height="32" rx="10" /> <rect x="49" y="969" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">BEFORE</text> <rect x="51" y="1015" width="64" height="32" rx="10" /> <rect x="49" y="1013" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">BEGIN</text> <rect x="51" y="1059" width="132" height="32" rx="10" /> <rect x="49" y="1057" width="132" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">BIDIRECTIONAL</text> <rect x="51" y="1103" width="72" height="32" rx="10" /> <rect x="49" y="1101" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">BINARY</text> <rect x="51" y="1147" width="130" height="32" rx="10" /> <rect x="49" y="1145" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">BUCKET\_COUNT</text> <rect x="51" y="1191" width="38" height="32" rx="10" /> <rect x="49" y="1189" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">BY</text> <rect x="51" y="1235" width="100" height="32" rx="10" /> <rect x="49" y="1233" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">BYPASSRLS</text> <rect x="51" y="1279" width="66" height="32" rx="10" /> <rect x="49" y="1277" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">CACHE</text> <rect x="51" y="1323" width="54" height="32" rx="10" /> <rect x="49" y="1321" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">CALL</text> <rect x="51" y="1367" width="72" height="32" rx="10" /> <rect x="49" y="1365" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">CALLED</text> <rect x="51" y="1411" width="74" height="32" rx="10" /> <rect x="49" y="1409" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1429">CANCEL</text> <rect x="51" y="1455" width="120" height="32" rx="10" /> <rect x="49" y="1453" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1473">CANCELQUERY</text> <rect x="51" y="1499" width="118" height="32" rx="10" /> <rect x="49" y="1497" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1517">CAPABILITIES</text> <rect x="51" y="1543" width="104" height="32" rx="10" /> <rect x="49" y="1541" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1561">CAPABILITY</text> <rect x="51" y="1587" width="84" height="32" rx="10" /> <rect x="49" y="1585" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1605">CASCADE</text> <rect x="51" y="1631" width="110" height="32" rx="10" /> <rect x="49" y="1629" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1649">CHANGEFEED</text> <rect x="51" y="1675" width="114" height="32" rx="10" /> <rect x="49" y="1673" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1693">CHECK\_FILES</text> <rect x="51" y="1719" width="64" height="32" rx="10" /> <rect x="49" y="1717" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1737">CLOSE</text> <rect x="51" y="1763" width="82" height="32" rx="10" /> <rect x="49" y="1761" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1781">CLUSTER</text> <rect x="51" y="1807" width="90" height="32" rx="10" /> <rect x="49" y="1805" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1825">CLUSTERS</text> <rect x="51" y="1851" width="88" height="32" rx="10" /> <rect x="49" y="1849" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1869">COLUMNS</text> <rect x="51" y="1895" width="88" height="32" rx="10" /> <rect x="49" y="1893" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1913">COMMENT</text> <rect x="51" y="1939" width="98" height="32" rx="10" /> <rect x="49" y="1937" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1957">COMMENTS</text> <rect x="51" y="1983" width="78" height="32" rx="10" /> <rect x="49" y="1981" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2001">COMMIT</text> <rect x="51" y="2027" width="104" height="32" rx="10" /> <rect x="49" y="2025" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2045">COMMITTED</text> <rect x="51" y="2071" width="86" height="32" rx="10" /> <rect x="49" y="2069" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2089">COMPACT</text> <rect x="51" y="2115" width="92" height="32" rx="10" /> <rect x="49" y="2113" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2133">COMPLETE</text> <rect x="51" y="2159" width="120" height="32" rx="10" /> <rect x="49" y="2157" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2177">COMPLETIONS</text> <rect x="51" y="2203" width="90" height="32" rx="10" /> <rect x="49" y="2201" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2221">CONFLICT</text> <rect x="51" y="2247" width="138" height="32" rx="10" /> <rect x="49" y="2245" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2265">CONFIGURATION</text> <rect x="51" y="2291" width="148" height="32" rx="10" /> <rect x="49" y="2289" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2309">CONFIGURATIONS</text> <rect x="51" y="2335" width="102" height="32" rx="10" /> <rect x="49" y="2333" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2353">CONFIGURE</text> <rect x="51" y="2379" width="112" height="32" rx="10" /> <rect x="49" y="2377" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2397">CONNECTION</text> <rect x="51" y="2423" width="122" height="32" rx="10" /> <rect x="49" y="2421" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2441">CONNECTIONS</text> <rect x="51" y="2467" width="120" height="32" rx="10" /> <rect x="49" y="2465" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2485">CONSTRAINTS</text> <rect x="51" y="2511" width="176" height="32" rx="10" /> <rect x="49" y="2509" width="176" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2529">CONTROLCHANGEFEED</text> <rect x="51" y="2555" width="114" height="32" rx="10" /> <rect x="49" y="2553" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2573">CONTROLJOB</text> <rect x="51" y="2599" width="112" height="32" rx="10" /> <rect x="49" y="2597" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2617">CONVERSION</text> <rect x="51" y="2643" width="84" height="32" rx="10" /> <rect x="49" y="2641" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2661">CONVERT</text> <rect x="51" y="2687" width="58" height="32" rx="10" /> <rect x="49" y="2685" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2705">COPY</text> <rect x="51" y="2731" width="56" height="32" rx="10" /> <rect x="49" y="2729" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2749">COST</text> <rect x="51" y="2775" width="92" height="32" rx="10" /> <rect x="49" y="2773" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2793">COVERING</text> <rect x="51" y="2819" width="90" height="32" rx="10" /> <rect x="49" y="2817" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2837">CREATEDB</text> <rect x="51" y="2863" width="118" height="32" rx="10" /> <rect x="49" y="2861" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2881">CREATELOGIN</text> <rect x="51" y="2907" width="108" height="32" rx="10" /> <rect x="49" y="2905" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2925">CREATEROLE</text> <rect x="51" y="2951" width="46" height="32" rx="10" /> <rect x="49" y="2949" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2969">CSV</text> <rect x="51" y="2995" width="56" height="32" rx="10" /> <rect x="49" y="2993" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3013">CUBE</text> <rect x="51" y="3039" width="84" height="32" rx="10" /> <rect x="49" y="3037" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3057">CURRENT</text> <rect x="51" y="3083" width="78" height="32" rx="10" /> <rect x="49" y="3081" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3101">CURSOR</text> <rect x="51" y="3127" width="62" height="32" rx="10" /> <rect x="49" y="3125" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3145">CYCLE</text> <rect x="51" y="3171" width="56" height="32" rx="10" /> <rect x="49" y="3169" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3189">DATA</text> <rect x="51" y="3215" width="92" height="32" rx="10" /> <rect x="49" y="3213" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3233">DATABASE</text> <rect x="51" y="3259" width="100" height="32" rx="10" /> <rect x="49" y="3257" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3277">DATABASES</text> <rect x="51" y="3303" width="48" height="32" rx="10" /> <rect x="49" y="3301" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3321">DAY</text> <rect x="51" y="3347" width="108" height="32" rx="10" /> <rect x="49" y="3345" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3365">DEALLOCATE</text> <rect x="51" y="3391" width="100" height="32" rx="10" /> <rect x="49" y="3389" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3409">DEBUG\_IDS</text> <rect x="51" y="3435" width="82" height="32" rx="10" /> <rect x="49" y="3433" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3453">DECLARE</text> <rect x="51" y="3479" width="70" height="32" rx="10" /> <rect x="49" y="3477" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3497">DELETE</text> <rect x="51" y="3523" width="90" height="32" rx="10" /> <rect x="49" y="3521" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3541">DEFAULTS</text> <rect x="51" y="3567" width="90" height="32" rx="10" /> <rect x="49" y="3565" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3585">DEFERRED</text> <rect x="51" y="3611" width="80" height="32" rx="10" /> <rect x="49" y="3609" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3629">DEFINER</text> <rect x="51" y="3655" width="96" height="32" rx="10" /> <rect x="49" y="3653" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3673">DELIMITER</text> <rect x="51" y="3699" width="84" height="32" rx="10" /> <rect x="49" y="3697" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3717">DEPENDS</text> <rect x="51" y="3743" width="116" height="32" rx="10" /> <rect x="49" y="3741" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3761">DESTINATION</text> <rect x="51" y="3787" width="92" height="32" rx="10" /> <rect x="49" y="3785" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3805">DETACHED</text> <rect x="51" y="3831" width="78" height="32" rx="10" /> <rect x="49" y="3829" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3849">DETAILS</text> <rect x="51" y="3875" width="80" height="32" rx="10" /> <rect x="49" y="3873" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3893">DISABLE</text> <rect x="51" y="3919" width="82" height="32" rx="10" /> <rect x="49" y="3917" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3937">DISCARD</text> <rect x="51" y="3963" width="78" height="32" rx="10" /> <rect x="49" y="3961" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3981">DOMAIN</text> <rect x="51" y="4007" width="76" height="32" rx="10" /> <rect x="49" y="4005" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4025">DOUBLE</text> <rect x="51" y="4051" width="58" height="32" rx="10" /> <rect x="49" y="4049" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4069">DROP</text> <rect x="51" y="4095" width="56" height="32" rx="10" /> <rect x="49" y="4093" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4113">EACH</text> <rect x="51" y="4139" width="72" height="32" rx="10" /> <rect x="49" y="4137" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4157">ENABLE</text> <rect x="51" y="4183" width="94" height="32" rx="10" /> <rect x="49" y="4181" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4201">ENCODING</text> <rect x="51" y="4227" width="100" height="32" rx="10" /> <rect x="49" y="4225" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4245">ENCRYPTED</text> <rect x="51" y="4271" width="210" height="32" rx="10" /> <rect x="49" y="4269" width="210" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4289">ENCRYPTION\_PASSPHRASE</text> <rect x="51" y="4315" width="190" height="32" rx="10" /> <rect x="49" y="4313" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4333">ENCRYPTION\_INFO\_DIR</text> <rect x="51" y="4359" width="58" height="32" rx="10" /> <rect x="49" y="4357" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4377">ENUM</text> <rect x="51" y="4403" width="68" height="32" rx="10" /> <rect x="49" y="4401" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4421">ENUMS</text> <rect x="51" y="4447" width="76" height="32" rx="10" /> <rect x="49" y="4445" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4465">ERRORS</text> <rect x="51" y="4491" width="72" height="32" rx="10" /> <rect x="49" y="4489" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4509">ESCAPE</text> <rect x="51" y="4535" width="82" height="32" rx="10" /> <rect x="49" y="4533" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4553">EXCLUDE</text> <rect x="51" y="4579" width="100" height="32" rx="10" /> <rect x="49" y="4577" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4597">EXCLUDING</text> <rect x="51" y="4623" width="80" height="32" rx="10" /> <rect x="49" y="4621" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4641">EXECUTE</text> <rect x="51" y="4667" width="100" height="32" rx="10" /> <rect x="49" y="4665" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4685">EXECUTION</text> <rect x="51" y="4711" width="126" height="32" rx="10" /> <rect x="49" y="4709" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4729">EXPERIMENTAL</text> <rect x="51" y="4755" width="178" height="32" rx="10" /> <rect x="49" y="4753" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4773">EXPERIMENTAL\_AUDIT</text> <rect x="51" y="4799" width="238" height="32" rx="10" /> <rect x="49" y="4797" width="238" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4817">EXPERIMENTAL\_FINGERPRINTS</text> <rect x="51" y="4843" width="206" height="32" rx="10" /> <rect x="49" y="4841" width="206" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4861">EXPERIMENTAL\_RELOCATE</text> <rect x="51" y="4887" width="194" height="32" rx="10" /> <rect x="49" y="4885" width="194" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4905">EXPERIMENTAL\_REPLICA</text> <rect x="51" y="4931" width="106" height="32" rx="10" /> <rect x="49" y="4929" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4949">EXPIRATION</text> <rect x="51" y="4975" width="80" height="32" rx="10" /> <rect x="49" y="4973" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4993">EXPLAIN</text> <rect x="51" y="5019" width="74" height="32" rx="10" /> <rect x="49" y="5017" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5037">EXPORT</text> <rect x="51" y="5063" width="100" height="32" rx="10" /> <rect x="49" y="5061" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5081">EXTENSION</text> <rect x="51" y="5107" width="90" height="32" rx="10" /> <rect x="49" y="5105" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5125">EXTERNAL</text> <rect x="51" y="5151" width="92" height="32" rx="10" /> <rect x="49" y="5149" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5169">EXTREMES</text> <rect x="51" y="5195" width="78" height="32" rx="10" /> <rect x="49" y="5193" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5213">FAILURE</text> <rect x="51" y="5239" width="60" height="32" rx="10" /> <rect x="49" y="5237" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5257">FILES</text> <rect x="51" y="5283" width="68" height="32" rx="10" /> <rect x="49" y="5281" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5301">FILTER</text> <rect x="51" y="5327" width="60" height="32" rx="10" /> <rect x="49" y="5325" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5345">FIRST</text> <rect x="51" y="5371" width="106" height="32" rx="10" /> <rect x="49" y="5369" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5389">FOLLOWING</text> <rect x="51" y="5415" width="76" height="32" rx="10" /> <rect x="49" y="5413" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5433">FORMAT</text> <rect x="51" y="5459" width="66" height="32" rx="10" /> <rect x="49" y="5457" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5477">FORCE</text> <rect x="51" y="5503" width="148" height="32" rx="10" /> <rect x="49" y="5501" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5521">FORCE\_NOT\_NULL</text> <rect x="51" y="5547" width="110" height="32" rx="10" /> <rect x="49" y="5545" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5565">FORCE\_NULL</text> <rect x="51" y="5591" width="122" height="32" rx="10" /> <rect x="49" y="5589" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5609">FORCE\_QUOTE</text> <rect x="51" y="5635" width="118" height="32" rx="10" /> <rect x="49" y="5633" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5653">FORCE\_INDEX</text> <rect x="51" y="5679" width="196" height="32" rx="10" /> <rect x="49" y="5677" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5697">FORCE\_INVERTED\_INDEX</text> <rect x="51" y="5723" width="126" height="32" rx="10" /> <rect x="49" y="5721" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5741">FORCE\_ZIGZAG</text> <rect x="51" y="5767" width="90" height="32" rx="10" /> <rect x="49" y="5765" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5785">FORWARD</text> <rect x="51" y="5811" width="70" height="32" rx="10" /> <rect x="49" y="5809" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5829">FREEZE</text> <rect x="51" y="5855" width="92" height="32" rx="10" /> <rect x="49" y="5853" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5873">FUNCTION</text> <rect x="51" y="5899" width="102" height="32" rx="10" /> <rect x="49" y="5897" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5917">FUNCTIONS</text> <rect x="51" y="5943" width="100" height="32" rx="10" /> <rect x="49" y="5941" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5961">GENERATED</text> <rect x="51" y="5987" width="106" height="32" rx="10" /> <rect x="49" y="5985" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6005">GEOMETRYM</text> <rect x="51" y="6031" width="102" height="32" rx="10" /> <rect x="49" y="6029" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6049">GEOMETRYZ</text> <rect x="51" y="6075" width="114" height="32" rx="10" /> <rect x="49" y="6073" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6093">GEOMETRYZM</text> <rect x="51" y="6119" width="184" height="32" rx="10" /> <rect x="49" y="6117" width="184" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6137">GEOMETRYCOLLECTION</text> <rect x="51" y="6163" width="194" height="32" rx="10" /> <rect x="49" y="6161" width="194" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6181">GEOMETRYCOLLECTIONM</text> <rect x="51" y="6207" width="192" height="32" rx="10" /> <rect x="49" y="6205" width="192" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6225">GEOMETRYCOLLECTIONZ</text> <rect x="51" y="6251" width="204" height="32" rx="10" /> <rect x="49" y="6249" width="204" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6269">GEOMETRYCOLLECTIONZM</text> <rect x="51" y="6295" width="74" height="32" rx="10" /> <rect x="49" y="6293" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6313">GLOBAL</text> <rect x="51" y="6339" width="58" height="32" rx="10" /> <rect x="49" y="6337" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6357">GOAL</text> <rect x="51" y="6383" width="82" height="32" rx="10" /> <rect x="49" y="6381" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6401">GRANTEE</text> <rect x="51" y="6427" width="76" height="32" rx="10" /> <rect x="49" y="6425" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6445">GRANTS</text> <rect x="51" y="6471" width="78" height="32" rx="10" /> <rect x="49" y="6469" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6489">GROUPS</text> <rect x="51" y="6515" width="84" height="32" rx="10" /> <rect x="49" y="6513" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6533">HANDLER</text> <rect x="51" y="6559" width="58" height="32" rx="10" /> <rect x="49" y="6557" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6577">HASH</text> <rect x="51" y="6603" width="74" height="32" rx="10" /> <rect x="49" y="6601" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6621">HEADER</text> <rect x="51" y="6647" width="56" height="32" rx="10" /> <rect x="49" y="6645" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6665">HIGH</text> <rect x="51" y="6691" width="104" height="32" rx="10" /> <rect x="49" y="6689" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6709">HISTOGRAM</text> <rect x="51" y="6735" width="58" height="32" rx="10" /> <rect x="49" y="6733" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6753">HOLD</text> <rect x="51" y="6779" width="60" height="32" rx="10" /> <rect x="49" y="6777" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6797">HOUR</text> <rect x="51" y="6823" width="86" height="32" rx="10" /> <rect x="49" y="6821" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6841">IDENTITY</text> <rect x="51" y="6867" width="100" height="32" rx="10" /> <rect x="49" y="6865" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6885">IMMEDIATE</text> <rect x="51" y="6911" width="116" height="32" rx="10" /> <rect x="49" y="6909" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6929">IMMEDIATELY</text> <rect x="51" y="6955" width="102" height="32" rx="10" /> <rect x="49" y="6953" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6973">IMMUTABLE</text> <rect x="51" y="6999" width="76" height="32" rx="10" /> <rect x="49" y="6997" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7017">IMPORT</text> <rect x="51" y="7043" width="80" height="32" rx="10" /> <rect x="49" y="7041" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7061">INCLUDE</text> <rect x="51" y="7087" width="100" height="32" rx="10" /> <rect x="49" y="7085" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7105">INCLUDING</text> <rect x="51" y="7131" width="282" height="32" rx="10" /> <rect x="49" y="7129" width="282" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7149">INCLUDE\_ALL\_SECONDARY\_TENANTS</text> <rect x="51" y="7175" width="264" height="32" rx="10" /> <rect x="49" y="7173" width="264" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7193">INCLUDE\_ALL\_VIRTUAL\_CLUSTERS</text> <rect x="51" y="7219" width="100" height="32" rx="10" /> <rect x="49" y="7217" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7237">INCREMENT</text> <rect x="51" y="7263" width="118" height="32" rx="10" /> <rect x="49" y="7261" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7281">INCREMENTAL</text> <rect x="51" y="7307" width="200" height="32" rx="10" /> <rect x="49" y="7305" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7325">INCREMENTAL\_LOCATION</text> <rect x="51" y="7351" width="64" height="32" rx="10" /> <rect x="49" y="7349" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7369">INDEX</text> <rect x="51" y="7395" width="80" height="32" rx="10" /> <rect x="49" y="7393" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7413">INDEXES</text> <rect x="51" y="7439" width="88" height="32" rx="10" /> <rect x="49" y="7437" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7457">INHERITS</text> <rect x="51" y="7483" width="68" height="32" rx="10" /> <rect x="49" y="7481" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7501">INJECT</text> <rect x="51" y="7527" width="68" height="32" rx="10" /> <rect x="49" y="7525" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7545">INLINE</text> <rect x="51" y="7571" width="64" height="32" rx="10" /> <rect x="49" y="7569" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7589">INPUT</text> <rect x="51" y="7615" width="70" height="32" rx="10" /> <rect x="49" y="7613" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7633">INSERT</text> <rect x="51" y="7659" width="80" height="32" rx="10" /> <rect x="49" y="7657" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7677">INSPECT</text> <rect x="51" y="7703" width="80" height="32" rx="10" /> <rect x="49" y="7701" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7721">INSTEAD</text> <rect x="51" y="7747" width="84" height="32" rx="10" /> <rect x="49" y="7745" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7765">INTO\_DB</text> <rect x="51" y="7791" width="90" height="32" rx="10" /> <rect x="49" y="7789" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7809">INVERTED</text> <rect x="51" y="7835" width="92" height="32" rx="10" /> <rect x="49" y="7833" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7853">INVISIBLE</text> <rect x="51" y="7879" width="100" height="32" rx="10" /> <rect x="49" y="7877" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7897">ISOLATION</text> <rect x="51" y="7923" width="84" height="32" rx="10" /> <rect x="49" y="7921" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7941">INVOKER</text> <rect x="51" y="7967" width="46" height="32" rx="10" /> <rect x="49" y="7965" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7985">JOB</text> <rect x="51" y="8011" width="56" height="32" rx="10" /> <rect x="49" y="8009" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8029">JOBS</text> <rect x="51" y="8055" width="56" height="32" rx="10" /> <rect x="49" y="8053" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8073">JSON</text> <rect x="51" y="8099" width="46" height="32" rx="10" /> <rect x="49" y="8097" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8117">KEY</text> <rect x="51" y="8143" width="54" height="32" rx="10" /> <rect x="49" y="8141" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8161">KEYS</text> <rect x="51" y="8187" width="50" height="32" rx="10" /> <rect x="49" y="8185" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8205">KMS</text> <rect x="51" y="8231" width="38" height="32" rx="10" /> <rect x="49" y="8229" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8249">KV</text> <rect x="51" y="8275" width="62" height="32" rx="10" /> <rect x="49" y="8273" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8293">LABEL</text> <rect x="51" y="8319" width="94" height="32" rx="10" /> <rect x="49" y="8317" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8337">LANGUAGE</text> <rect x="51" y="8363" width="54" height="32" rx="10" /> <rect x="49" y="8361" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8381">LAST</text> <rect x="51" y="8407" width="70" height="32" rx="10" /> <rect x="49" y="8405" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8425">LATEST</text> <rect x="51" y="8451" width="108" height="32" rx="10" /> <rect x="49" y="8449" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8469">LC\_COLLATE</text> <rect x="51" y="8495" width="88" height="32" rx="10" /> <rect x="49" y="8493" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8513">LC\_CTYPE</text> <rect x="51" y="8539" width="102" height="32" rx="10" /> <rect x="49" y="8537" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8557">LEAKPROOF</text> <rect x="51" y="8583" width="62" height="32" rx="10" /> <rect x="49" y="8581" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8601">LEASE</text> <rect x="51" y="8627" width="54" height="32" rx="10" /> <rect x="49" y="8625" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8645">LESS</text> <rect x="51" y="8671" width="62" height="32" rx="10" /> <rect x="49" y="8669" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8689">LEVEL</text> <rect x="51" y="8715" width="106" height="32" rx="10" /> <rect x="49" y="8713" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8733">LINESTRING</text> <rect x="51" y="8759" width="116" height="32" rx="10" /> <rect x="49" y="8757" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8777">LINESTRINGM</text> <rect x="51" y="8803" width="114" height="32" rx="10" /> <rect x="49" y="8801" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8821">LINESTRINGZ</text> <rect x="51" y="8847" width="124" height="32" rx="10" /> <rect x="49" y="8845" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8865">LINESTRINGZM</text> <rect x="51" y="8891" width="52" height="32" rx="10" /> <rect x="49" y="8889" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8909">LIST</text> <rect x="51" y="8935" width="64" height="32" rx="10" /> <rect x="49" y="8933" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8953">LOCAL</text> <rect x="51" y="8979" width="74" height="32" rx="10" /> <rect x="49" y="8977" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8997">LOCKED</text> <rect x="51" y="9023" width="82" height="32" rx="10" /> <rect x="49" y="9021" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9041">LOGICAL</text> <rect x="51" y="9067" width="98" height="32" rx="10" /> <rect x="49" y="9065" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9085">LOGICALLY</text> <rect x="51" y="9111" width="64" height="32" rx="10" /> <rect x="49" y="9109" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9129">LOGIN</text> <rect x="51" y="9155" width="88" height="32" rx="10" /> <rect x="49" y="9153" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9173">LOCALITY</text> <rect x="51" y="9199" width="76" height="32" rx="10" /> <rect x="49" y="9197" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9217">LOGGED</text> <rect x="51" y="9243" width="78" height="32" rx="10" /> <rect x="49" y="9241" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9261">LOOKUP</text> <rect x="51" y="9287" width="52" height="32" rx="10" /> <rect x="49" y="9285" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9305">LOW</text> <rect x="51" y="9331" width="68" height="32" rx="10" /> <rect x="49" y="9329" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9349">MATCH</text> <rect x="51" y="9375" width="122" height="32" rx="10" /> <rect x="49" y="9373" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9393">MATERIALIZED</text> <rect x="51" y="9419" width="94" height="32" rx="10" /> <rect x="49" y="9417" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9437">MAXVALUE</text> <rect x="51" y="9463" width="66" height="32" rx="10" /> <rect x="49" y="9461" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9481">MERGE</text> <rect x="51" y="9507" width="78" height="32" rx="10" /> <rect x="49" y="9505" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9525">METHOD</text> <rect x="51" y="9551" width="74" height="32" rx="10" /> <rect x="49" y="9549" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9569">MINUTE</text> <rect x="51" y="9595" width="92" height="32" rx="10" /> <rect x="49" y="9593" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9613">MINVALUE</text> <rect x="51" y="9639" width="196" height="32" rx="10" /> <rect x="49" y="9637" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9657">MODIFYCLUSTERSETTING</text> <rect x="51" y="9683" width="150" height="32" rx="10" /> <rect x="49" y="9681" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9701">MULTILINESTRING</text> <rect x="51" y="9727" width="160" height="32" rx="10" /> <rect x="49" y="9725" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9745">MULTILINESTRINGM</text> <rect x="51" y="9771" width="158" height="32" rx="10" /> <rect x="49" y="9769" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9789">MULTILINESTRINGZ</text> <rect x="51" y="9815" width="168" height="32" rx="10" /> <rect x="49" y="9813" width="168" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9833">MULTILINESTRINGZM</text> <rect x="51" y="9859" width="108" height="32" rx="10" /> <rect x="49" y="9857" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9877">MULTIPOINT</text> <rect x="51" y="9903" width="120" height="32" rx="10" /> <rect x="49" y="9901" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9921">MULTIPOINTM</text> <rect x="51" y="9947" width="116" height="32" rx="10" /> <rect x="49" y="9945" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9965">MULTIPOINTZ</text> <rect x="51" y="9991" width="128" height="32" rx="10" /> <rect x="49" y="9989" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10009">MULTIPOINTZM</text> <rect x="51" y="10035" width="130" height="32" rx="10" /> <rect x="49" y="10033" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10053">MULTIPOLYGON</text> <rect x="51" y="10079" width="142" height="32" rx="10" /> <rect x="49" y="10077" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10097">MULTIPOLYGONM</text> <rect x="51" y="10123" width="140" height="32" rx="10" /> <rect x="49" y="10121" width="140" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10141">MULTIPOLYGONZ</text> <rect x="51" y="10167" width="150" height="32" rx="10" /> <rect x="49" y="10165" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10185">MULTIPOLYGONZM</text> <rect x="51" y="10211" width="60" height="32" rx="10" /> <rect x="49" y="10209" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10229">MODE</text> <rect x="51" y="10255" width="70" height="32" rx="10" /> <rect x="49" y="10253" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10273">MONTH</text> <rect x="51" y="10299" width="60" height="32" rx="10" /> <rect x="49" y="10297" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10317">MOVE</text> <rect x="51" y="10343" width="68" height="32" rx="10" /> <rect x="49" y="10341" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10361">NAMES</text> <rect x="51" y="10387" width="50" height="32" rx="10" /> <rect x="49" y="10385" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10405">NAN</text> <rect x="51" y="10431" width="64" height="32" rx="10" /> <rect x="49" y="10429" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10449">NEVER</text> <rect x="51" y="10475" width="52" height="32" rx="10" /> <rect x="49" y="10473" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10493">NEW</text> <rect x="51" y="10519" width="128" height="32" rx="10" /> <rect x="49" y="10517" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10537">NEW\_DB\_NAME</text> <rect x="51" y="10563" width="90" height="32" rx="10" /> <rect x="49" y="10561" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10581">NEW\_KMS</text> <rect x="51" y="10607" width="56" height="32" rx="10" /> <rect x="49" y="10605" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10625">NEXT</text> <rect x="51" y="10651" width="40" height="32" rx="10" /> <rect x="49" y="10649" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10669">NO</text> <rect x="51" y="10695" width="78" height="32" rx="10" /> <rect x="49" y="10693" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10713">NORMAL</text> <rect x="51" y="10739" width="86" height="32" rx="10" /> <rect x="49" y="10737" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10757">NOTHING</text> <rect x="51" y="10783" width="138" height="32" rx="10" /> <rect x="49" y="10781" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10801">NO\_INDEX\_JOIN</text> <rect x="51" y="10827" width="146" height="32" rx="10" /> <rect x="49" y="10825" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10845">NO\_ZIGZAG\_JOIN</text> <rect x="51" y="10871" width="130" height="32" rx="10" /> <rect x="49" y="10869" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10889">NO\_FULL\_SCAN</text> <rect x="51" y="10915" width="122" height="32" rx="10" /> <rect x="49" y="10913" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10933">NOBYPASSRLS</text> <rect x="51" y="10959" width="112" height="32" rx="10" /> <rect x="49" y="10957" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10977">NOCREATEDB</text> <rect x="51" y="11003" width="138" height="32" rx="10" /> <rect x="49" y="11001" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11021">NOCREATELOGIN</text> <rect x="51" y="11047" width="142" height="32" rx="10" /> <rect x="49" y="11045" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11065">NOCANCELQUERY</text> <rect x="51" y="11091" width="130" height="32" rx="10" /> <rect x="49" y="11089" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11109">NOCREATEROLE</text> <rect x="51" y="11135" width="198" height="32" rx="10" /> <rect x="49" y="11133" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11153">NOCONTROLCHANGEFEED</text> <rect x="51" y="11179" width="134" height="32" rx="10" /> <rect x="49" y="11177" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11197">NOCONTROLJOB</text> <rect x="51" y="11223" width="58" height="32" rx="10" /> <rect x="49" y="11221" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11241">NODE</text> <rect x="51" y="11267" width="86" height="32" rx="10" /> <rect x="49" y="11265" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11285">NOLOGIN</text> <rect x="51" y="11311" width="218" height="32" rx="10" /> <rect x="49" y="11309" width="218" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11329">NOMODIFYCLUSTERSETTING</text> <rect x="51" y="11355" width="106" height="32" rx="10" /> <rect x="49" y="11353" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11373">NONVOTERS</text> <rect x="51" y="11399" width="136" height="32" rx="10" /> <rect x="49" y="11397" width="136" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11417">NOREPLICATION</text> <rect x="51" y="11443" width="114" height="32" rx="10" /> <rect x="49" y="11441" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11461">NOSQLLOGIN</text> <rect x="51" y="11487" width="144" height="32" rx="10" /> <rect x="49" y="11485" width="144" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11505">NOVIEWACTIVITY</text> <rect x="51" y="11531" width="216" height="32" rx="10" /> <rect x="49" y="11529" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11549">NOVIEWACTIVITYREDACTED</text> <rect x="51" y="11575" width="200" height="32" rx="10" /> <rect x="49" y="11573" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11593">NOVIEWCLUSTERSETTING</text> <rect x="51" y="11619" width="78" height="32" rx="10" /> <rect x="49" y="11617" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11637">NOWAIT</text> <rect x="51" y="11663" width="64" height="32" rx="10" /> <rect x="49" y="11661" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11681">NULLS</text> <rect x="51" y="11707" width="190" height="32" rx="10" /> <rect x="49" y="11705" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11725">IGNORE\_FOREIGN\_KEYS</text> <rect x="51" y="11751" width="110" height="32" rx="10" /> <rect x="49" y="11749" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11769">INSENSITIVE</text> <rect x="51" y="11795" width="38" height="32" rx="10" /> <rect x="49" y="11793" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11813">OF</text> <rect x="51" y="11839" width="46" height="32" rx="10" /> <rect x="49" y="11837" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11857">OFF</text> <rect x="51" y="11883" width="56" height="32" rx="10" /> <rect x="49" y="11881" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11901">OIDS</text> <rect x="51" y="11927" width="48" height="32" rx="10" /> <rect x="49" y="11925" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11945">OLD</text> <rect x="51" y="11971" width="88" height="32" rx="10" /> <rect x="49" y="11969" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11989">OLD\_KMS</text> <rect x="51" y="12015" width="96" height="32" rx="10" /> <rect x="49" y="12013" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12033">OPERATOR</text> <rect x="51" y="12059" width="48" height="32" rx="10" /> <rect x="49" y="12057" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12077">OPT</text> <rect x="51" y="12103" width="76" height="32" rx="10" /> <rect x="49" y="12101" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12121">OPTION</text> <rect x="51" y="12147" width="84" height="32" rx="10" /> <rect x="49" y="12145" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12165">OPTIONS</text> <rect x="51" y="12191" width="108" height="32" rx="10" /> <rect x="49" y="12189" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12209">ORDINALITY</text> <rect x="51" y="12235" width="76" height="32" rx="10" /> <rect x="49" y="12233" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12253">OTHERS</text> <rect x="51" y="12279" width="58" height="32" rx="10" /> <rect x="49" y="12277" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12297">OVER</text> <rect x="51" y="12323" width="72" height="32" rx="10" /> <rect x="49" y="12321" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12341">OWNED</text> <rect x="51" y="12367" width="72" height="32" rx="10" /> <rect x="49" y="12365" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12385">OWNER</text> <rect x="51" y="12411" width="88" height="32" rx="10" /> <rect x="49" y="12409" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12429">PARALLEL</text> <rect x="51" y="12455" width="74" height="32" rx="10" /> <rect x="49" y="12453" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12473">PARENT</text> <rect x="51" y="12499" width="80" height="32" rx="10" /> <rect x="49" y="12497" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12517">PARTIAL</text> <rect x="51" y="12543" width="98" height="32" rx="10" /> <rect x="49" y="12541" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12561">PARTITION</text> <rect x="51" y="12587" width="106" height="32" rx="10" /> <rect x="49" y="12585" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12605">PARTITIONS</text> <rect x="51" y="12631" width="100" height="32" rx="10" /> <rect x="49" y="12629" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12649">PASSWORD</text> <rect x="51" y="12675" width="64" height="32" rx="10" /> <rect x="49" y="12673" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12693">PAUSE</text> <rect x="51" y="12719" width="74" height="32" rx="10" /> <rect x="49" y="12717" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12737">PAUSED</text> <rect x="51" y="12763" width="46" height="32" rx="10" /> <rect x="49" y="12761" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12781">PER</text> <rect x="51" y="12807" width="106" height="32" rx="10" /> <rect x="49" y="12805" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12825">PERMISSIVE</text> <rect x="51" y="12851" width="90" height="32" rx="10" /> <rect x="49" y="12849" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12869">PHYSICAL</text> <rect x="51" y="12895" width="100" height="32" rx="10" /> <rect x="49" y="12893" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12913">PLACEMENT</text> <rect x="51" y="12939" width="56" height="32" rx="10" /> <rect x="49" y="12937" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12957">PLAN</text> <rect x="51" y="12983" width="64" height="32" rx="10" /> <rect x="49" y="12981" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13001">PLANS</text> <rect x="51" y="13027" width="76" height="32" rx="10" /> <rect x="49" y="13025" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13045">POINTM</text> <rect x="51" y="13071" width="72" height="32" rx="10" /> <rect x="49" y="13069" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13089">POINTZ</text> <rect x="51" y="13115" width="84" height="32" rx="10" /> <rect x="49" y="13113" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13133">POINTZM</text> <rect x="51" y="13159" width="86" height="32" rx="10" /> <rect x="49" y="13157" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13177">POLICIES</text> <rect x="51" y="13203" width="72" height="32" rx="10" /> <rect x="49" y="13201" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13221">POLICY</text> <rect x="51" y="13247" width="98" height="32" rx="10" /> <rect x="49" y="13245" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13265">POLYGONM</text> <rect x="51" y="13291" width="96" height="32" rx="10" /> <rect x="49" y="13289" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13309">POLYGONZ</text> <rect x="51" y="13335" width="106" height="32" rx="10" /> <rect x="49" y="13333" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13353">POLYGONZM</text> <rect x="51" y="13379" width="100" height="32" rx="10" /> <rect x="49" y="13377" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13397">PRECEDING</text> <rect x="51" y="13423" width="82" height="32" rx="10" /> <rect x="49" y="13421" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13441">PREPARE</text> <rect x="51" y="13467" width="92" height="32" rx="10" /> <rect x="49" y="13465" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13485">PREPARED</text> <rect x="51" y="13511" width="90" height="32" rx="10" /> <rect x="49" y="13509" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13529">PRESERVE</text> <rect x="51" y="13555" width="64" height="32" rx="10" /> <rect x="49" y="13553" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13573">PRIOR</text> <rect x="51" y="13599" width="88" height="32" rx="10" /> <rect x="49" y="13597" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13617">PRIORITY</text> <rect x="51" y="13643" width="104" height="32" rx="10" /> <rect x="49" y="13641" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13661">PRIVILEGES</text> <rect x="51" y="13687" width="112" height="32" rx="10" /> <rect x="49" y="13685" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13705">PROCEDURAL</text> <rect x="51" y="13731" width="104" height="32" rx="10" /> <rect x="49" y="13729" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13749">PROCEDURE</text> <rect x="51" y="13775" width="112" height="32" rx="10" /> <rect x="49" y="13773" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13793">PROCEDURES</text> <rect x="51" y="13819" width="128" height="32" rx="10" /> <rect x="49" y="13817" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13837">PROVISIONSRC</text> <rect x="51" y="13863" width="70" height="32" rx="10" /> <rect x="49" y="13861" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13881">PUBLIC</text> <rect x="51" y="13907" width="116" height="32" rx="10" /> <rect x="49" y="13905" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13925">PUBLICATION</text> <rect x="51" y="13951" width="82" height="32" rx="10" /> <rect x="49" y="13949" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13969">QUERIES</text> <rect x="51" y="13995" width="66" height="32" rx="10" /> <rect x="49" y="13993" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14013">QUERY</text> <rect x="51" y="14039" width="68" height="32" rx="10" /> <rect x="49" y="14037" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14057">QUOTE</text> <rect x="51" y="14083" width="66" height="32" rx="10" /> <rect x="49" y="14081" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14101">RANGE</text> <rect x="51" y="14127" width="76" height="32" rx="10" /> <rect x="49" y="14125" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14145">RANGES</text> <rect x="51" y="14171" width="56" height="32" rx="10" /> <rect x="49" y="14169" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14189">READ</text> <rect x="51" y="14215" width="76" height="32" rx="10" /> <rect x="49" y="14213" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14233">REASON</text> <rect x="51" y="14259" width="90" height="32" rx="10" /> <rect x="49" y="14257" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14277">REASSIGN</text> <rect x="51" y="14303" width="100" height="32" rx="10" /> <rect x="49" y="14301" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14321">RECURRING</text> <rect x="51" y="14347" width="98" height="32" rx="10" /> <rect x="49" y="14345" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14365">RECURSIVE</text> <rect x="51" y="14391" width="74" height="32" rx="10" /> <rect x="49" y="14389" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14409">REDACT</text> <rect x="51" y="14435" width="46" height="32" rx="10" /> <rect x="49" y="14433" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14453">REF</text> <rect x="51" y="14479" width="116" height="32" rx="10" /> <rect x="49" y="14477" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14497">REFERENCING</text> <rect x="51" y="14523" width="82" height="32" rx="10" /> <rect x="49" y="14521" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14541">REFRESH</text> <rect x="51" y="14567" width="74" height="32" rx="10" /> <rect x="49" y="14565" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14585">REGION</text> <rect x="51" y="14611" width="92" height="32" rx="10" /> <rect x="49" y="14609" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14629">REGIONAL</text> <rect x="51" y="14655" width="84" height="32" rx="10" /> <rect x="49" y="14653" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14673">REGIONS</text> <rect x="51" y="14699" width="80" height="32" rx="10" /> <rect x="49" y="14697" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14717">REINDEX</text> <rect x="51" y="14743" width="86" height="32" rx="10" /> <rect x="49" y="14741" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14761">RELATIVE</text> <rect x="51" y="14787" width="80" height="32" rx="10" /> <rect x="49" y="14785" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14805">RELEASE</text> <rect x="51" y="14831" width="90" height="32" rx="10" /> <rect x="49" y="14829" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14849">RELOCATE</text> <rect x="51" y="14875" width="150" height="32" rx="10" /> <rect x="49" y="14873" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14893">REMOVE\_REGIONS</text> <rect x="51" y="14919" width="76" height="32" rx="10" /> <rect x="49" y="14917" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14937">RENAME</text> <rect x="51" y="14963" width="106" height="32" rx="10" /> <rect x="49" y="14961" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14981">REPEATABLE</text> <rect x="51" y="15007" width="80" height="32" rx="10" /> <rect x="49" y="15005" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15025">REPLACE</text> <rect x="51" y="15051" width="106" height="32" rx="10" /> <rect x="49" y="15049" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15069">REPLICATED</text> <rect x="51" y="15095" width="114" height="32" rx="10" /> <rect x="49" y="15093" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15113">REPLICATION</text> <rect x="51" y="15139" width="62" height="32" rx="10" /> <rect x="49" y="15137" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15157">RESET</text> <rect x="51" y="15183" width="92" height="32" rx="10" /> <rect x="49" y="15181" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15201">RESOLVED</text> <rect x="51" y="15227" width="82" height="32" rx="10" /> <rect x="49" y="15225" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15245">RESTART</text> <rect x="51" y="15271" width="82" height="32" rx="10" /> <rect x="49" y="15269" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15289">RESTORE</text> <rect x="51" y="15315" width="88" height="32" rx="10" /> <rect x="49" y="15313" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15333">RESTRICT</text> <rect x="51" y="15359" width="106" height="32" rx="10" /> <rect x="49" y="15357" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15377">RESTRICTED</text> <rect x="51" y="15403" width="112" height="32" rx="10" /> <rect x="49" y="15401" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15421">RESTRICTIVE</text> <rect x="51" y="15447" width="76" height="32" rx="10" /> <rect x="49" y="15445" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15465">RESUME</text> <rect x="51" y="15491" width="100" height="32" rx="10" /> <rect x="49" y="15489" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15509">RETENTION</text> <rect x="51" y="15535" width="74" height="32" rx="10" /> <rect x="49" y="15533" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15553">RETURN</text> <rect x="51" y="15579" width="84" height="32" rx="10" /> <rect x="49" y="15577" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15597">RETURNS</text> <rect x="51" y="15623" width="162" height="32" rx="10" /> <rect x="49" y="15621" width="162" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15641">REVISION\_HISTORY</text> <rect x="51" y="15667" width="74" height="32" rx="10" /> <rect x="49" y="15665" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15685">REVOKE</text> <rect x="51" y="15711" width="56" height="32" rx="10" /> <rect x="49" y="15709" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15729">ROLE</text> <rect x="51" y="15755" width="66" height="32" rx="10" /> <rect x="49" y="15753" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15773">ROLES</text> <rect x="51" y="15799" width="92" height="32" rx="10" /> <rect x="49" y="15797" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15817">ROLLBACK</text> <rect x="51" y="15843" width="74" height="32" rx="10" /> <rect x="49" y="15841" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15861">ROLLUP</text> <rect x="51" y="15887" width="92" height="32" rx="10" /> <rect x="49" y="15885" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15905">ROUTINES</text> <rect x="51" y="15931" width="62" height="32" rx="10" /> <rect x="49" y="15929" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15949">ROWS</text> <rect x="51" y="15975" width="54" height="32" rx="10" /> <rect x="49" y="15973" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15993">RULE</text> <rect x="51" y="16019" width="48" height="32" rx="10" /> <rect x="49" y="16017" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16037">RUN</text> <rect x="51" y="16063" width="86" height="32" rx="10" /> <rect x="49" y="16061" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16081">RUNNING</text> <rect x="51" y="16107" width="92" height="32" rx="10" /> <rect x="49" y="16105" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16125">SCHEDULE</text> <rect x="51" y="16151" width="100" height="32" rx="10" /> <rect x="49" y="16149" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16169">SCHEDULES</text> <rect x="51" y="16195" width="124" height="32" rx="10" /> <rect x="49" y="16193" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16213">SCHEMA\_ONLY</text> <rect x="51" y="16239" width="74" height="32" rx="10" /> <rect x="49" y="16237" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16257">SCROLL</text> <rect x="51" y="16283" width="80" height="32" rx="10" /> <rect x="49" y="16281" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16301">SETTING</text> <rect x="51" y="16327" width="88" height="32" rx="10" /> <rect x="49" y="16325" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16345">SETTINGS</text> <rect x="51" y="16371" width="72" height="32" rx="10" /> <rect x="49" y="16369" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16389">STATUS</text> <rect x="51" y="16415" width="100" height="32" rx="10" /> <rect x="49" y="16413" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16433">SAVEPOINT</text> <rect x="51" y="16459" width="66" height="32" rx="10" /> <rect x="49" y="16457" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16477">SCANS</text> <rect x="51" y="16503" width="80" height="32" rx="10" /> <rect x="49" y="16501" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16521">SCATTER</text> <rect x="51" y="16547" width="76" height="32" rx="10" /> <rect x="49" y="16545" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16565">SCHEMA</text> <rect x="51" y="16591" width="86" height="32" rx="10" /> <rect x="49" y="16589" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16609">SCHEMAS</text> <rect x="51" y="16635" width="66" height="32" rx="10" /> <rect x="49" y="16633" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16653">SCRUB</text> <rect x="51" y="16679" width="74" height="32" rx="10" /> <rect x="49" y="16677" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16697">SEARCH</text> <rect x="51" y="16723" width="76" height="32" rx="10" /> <rect x="49" y="16721" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16741">SECOND</text> <rect x="51" y="16767" width="88" height="32" rx="10" /> <rect x="49" y="16765" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16785">SECURITY</text> <rect x="51" y="16811" width="160" height="32" rx="10" /> <rect x="49" y="16809" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16829">SECURITY\_INVOKER</text> <rect x="51" y="16855" width="104" height="32" rx="10" /> <rect x="49" y="16853" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16873">SECONDARY</text> <rect x="51" y="16899" width="120" height="32" rx="10" /> <rect x="49" y="16897" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16917">SERIALIZABLE</text> <rect x="51" y="16943" width="92" height="32" rx="10" /> <rect x="49" y="16941" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16961">SEQUENCE</text> <rect x="51" y="16987" width="102" height="32" rx="10" /> <rect x="49" y="16985" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17005">SEQUENCES</text> <rect x="51" y="17031" width="72" height="32" rx="10" /> <rect x="49" y="17029" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17049">SERVER</text> <rect x="51" y="17075" width="78" height="32" rx="10" /> <rect x="49" y="17073" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17093">SERVICE</text> <rect x="51" y="17119" width="82" height="32" rx="10" /> <rect x="49" y="17117" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17137">SESSION</text> <rect x="51" y="17163" width="92" height="32" rx="10" /> <rect x="49" y="17161" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17181">SESSIONS</text> <rect x="51" y="17207" width="44" height="32" rx="10" /> <rect x="49" y="17205" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17225">SET</text> <rect x="51" y="17251" width="54" height="32" rx="10" /> <rect x="49" y="17249" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17269">SETS</text> <rect x="51" y="17295" width="66" height="32" rx="10" /> <rect x="49" y="17293" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17313">SHARE</text> <rect x="51" y="17339" width="76" height="32" rx="10" /> <rect x="49" y="17337" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17357">SHARED</text> <rect x="51" y="17383" width="64" height="32" rx="10" /> <rect x="49" y="17381" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17401">SHOW</text> <rect x="51" y="17427" width="72" height="32" rx="10" /> <rect x="49" y="17425" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17445">SIMPLE</text> <rect x="51" y="17471" width="52" height="32" rx="10" /> <rect x="49" y="17469" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17489">SIZE</text> <rect x="51" y="17515" width="54" height="32" rx="10" /> <rect x="49" y="17513" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17533">SKIP</text> <rect x="51" y="17559" width="200" height="32" rx="10" /> <rect x="49" y="17557" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17577">SKIP\_LOCALITIES\_CHECK</text> <rect x="51" y="17603" width="240" height="32" rx="10" /> <rect x="49" y="17601" width="240" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17621">SKIP\_MISSING\_FOREIGN\_KEYS</text> <rect x="51" y="17647" width="216" height="32" rx="10" /> <rect x="49" y="17645" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17665">SKIP\_MISSING\_SEQUENCES</text> <rect x="51" y="17691" width="278" height="32" rx="10" /> <rect x="49" y="17689" width="278" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17709">SKIP\_MISSING\_SEQUENCE\_OWNERS</text> <rect x="51" y="17735" width="180" height="32" rx="10" /> <rect x="49" y="17733" width="180" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17753">SKIP\_MISSING\_VIEWS</text> <rect x="51" y="17779" width="170" height="32" rx="10" /> <rect x="49" y="17777" width="170" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17797">SKIP\_MISSING\_UDFS</text> <rect x="51" y="17823" width="76" height="32" rx="10" /> <rect x="49" y="17821" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17841">SOURCE</text> <rect x="51" y="17867" width="96" height="32" rx="10" /> <rect x="49" y="17865" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17885">SNAPSHOT</text> <rect x="51" y="17911" width="60" height="32" rx="10" /> <rect x="49" y="17909" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17929">SPLIT</text> <rect x="51" y="17955" width="48" height="32" rx="10" /> <rect x="49" y="17953" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17973">SQL</text> <rect x="51" y="17999" width="92" height="32" rx="10" /> <rect x="49" y="17997" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18017">SQLLOGIN</text> <rect x="51" y="18043" width="72" height="32" rx="10" /> <rect x="49" y="18041" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18061">STABLE</text> <rect x="51" y="18087" width="64" height="32" rx="10" /> <rect x="49" y="18085" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18105">START</text> <rect x="51" y="18131" width="62" height="32" rx="10" /> <rect x="49" y="18129" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18149">STATE</text> <rect x="51" y="18175" width="100" height="32" rx="10" /> <rect x="49" y="18173" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18193">STATEMENT</text> <rect x="51" y="18219" width="110" height="32" rx="10" /> <rect x="49" y="18217" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18237">STATEMENTS</text> <rect x="51" y="18263" width="102" height="32" rx="10" /> <rect x="49" y="18261" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18281">STATISTICS</text> <rect x="51" y="18307" width="64" height="32" rx="10" /> <rect x="49" y="18305" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18325">STDIN</text> <rect x="51" y="18351" width="76" height="32" rx="10" /> <rect x="49" y="18349" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18369">STDOUT</text> <rect x="51" y="18395" width="56" height="32" rx="10" /> <rect x="49" y="18393" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18413">STOP</text> <rect x="51" y="18439" width="84" height="32" rx="10" /> <rect x="49" y="18437" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18457">STORAGE</text> <rect x="51" y="18483" width="66" height="32" rx="10" /> <rect x="49" y="18481" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18501">STORE</text> <rect x="51" y="18527" width="76" height="32" rx="10" /> <rect x="49" y="18525" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18545">STORED</text> <rect x="51" y="18571" width="84" height="32" rx="10" /> <rect x="49" y="18569" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18589">STORING</text> <rect x="51" y="18615" width="90" height="32" rx="10" /> <rect x="49" y="18613" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18633">STRAIGHT</text> <rect x="51" y="18659" width="76" height="32" rx="10" /> <rect x="49" y="18657" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18677">STREAM</text> <rect x="51" y="18703" width="70" height="32" rx="10" /> <rect x="49" y="18701" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18721">STRICT</text> <rect x="51" y="18747" width="126" height="32" rx="10" /> <rect x="49" y="18745" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18765">SUBSCRIPTION</text> <rect x="51" y="18791" width="80" height="32" rx="10" /> <rect x="49" y="18789" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18809">SUBJECT</text> <rect x="51" y="18835" width="64" height="32" rx="10" /> <rect x="49" y="18833" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18853">SUPER</text> <rect x="51" y="18879" width="84" height="32" rx="10" /> <rect x="49" y="18877" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18897">SUPPORT</text> <rect x="51" y="18923" width="80" height="32" rx="10" /> <rect x="49" y="18921" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18941">SURVIVE</text> <rect x="51" y="18967" width="90" height="32" rx="10" /> <rect x="49" y="18965" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18985">SURVIVAL</text> <rect x="51" y="19011" width="74" height="32" rx="10" /> <rect x="49" y="19009" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19029">SYNTAX</text> <rect x="51" y="19055" width="74" height="32" rx="10" /> <rect x="49" y="19053" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19073">SYSTEM</text> <rect x="51" y="19099" width="72" height="32" rx="10" /> <rect x="49" y="19097" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19117">TABLES</text> <rect x="51" y="19143" width="106" height="32" rx="10" /> <rect x="49" y="19141" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19161">TABLESPACE</text> <rect x="51" y="19187" width="56" height="32" rx="10" /> <rect x="49" y="19185" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19205">TEMP</text> <rect x="51" y="19231" width="90" height="32" rx="10" /> <rect x="49" y="19229" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19249">TEMPLATE</text> <rect x="51" y="19275" width="104" height="32" rx="10" /> <rect x="49" y="19273" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19293">TEMPORARY</text> <rect x="51" y="19319" width="74" height="32" rx="10" /> <rect x="49" y="19317" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19337">TENANT</text> <rect x="51" y="19363" width="122" height="32" rx="10" /> <rect x="49" y="19361" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19381">TENANT\_NAME</text> <rect x="51" y="19407" width="82" height="32" rx="10" /> <rect x="49" y="19405" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19425">TENANTS</text> <rect x="51" y="19451" width="160" height="32" rx="10" /> <rect x="49" y="19449" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19469">TESTING\_RELOCATE</text> <rect x="51" y="19495" width="54" height="32" rx="10" /> <rect x="49" y="19493" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19513">TEXT</text> <rect x="51" y="19539" width="52" height="32" rx="10" /> <rect x="49" y="19537" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19557">TIES</text> <rect x="51" y="19583" width="64" height="32" rx="10" /> <rect x="49" y="19581" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19601">TRACE</text> <rect x="51" y="19627" width="82" height="32" rx="10" /> <rect x="49" y="19625" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19645">TRACING</text> <rect x="51" y="19671" width="120" height="32" rx="10" /> <rect x="49" y="19669" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19689">TRANSACTION</text> <rect x="51" y="19715" width="128" height="32" rx="10" /> <rect x="49" y="19713" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19733">TRANSACTIONS</text> <rect x="51" y="19759" width="92" height="32" rx="10" /> <rect x="49" y="19757" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19777">TRANSFER</text> <rect x="51" y="19803" width="106" height="32" rx="10" /> <rect x="49" y="19801" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19821">TRANSFORM</text> <rect x="51" y="19847" width="80" height="32" rx="10" /> <rect x="49" y="19845" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19865">TRIGGER</text> <rect x="51" y="19891" width="90" height="32" rx="10" /> <rect x="49" y="19889" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19909">TRIGGERS</text> <rect x="51" y="19935" width="92" height="32" rx="10" /> <rect x="49" y="19933" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19953">TRUNCATE</text> <rect x="51" y="19979" width="82" height="32" rx="10" /> <rect x="49" y="19977" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19997">TRUSTED</text> <rect x="51" y="20023" width="54" height="32" rx="10" /> <rect x="49" y="20021" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20041">TYPE</text> <rect x="51" y="20067" width="62" height="32" rx="10" /> <rect x="49" y="20065" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20085">TYPES</text> <rect x="51" y="20111" width="108" height="32" rx="10" /> <rect x="49" y="20109" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20129">THROTTLING</text> <rect x="51" y="20155" width="142" height="32" rx="10" /> <rect x="49" y="20153" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20173">UNIDIRECTIONAL</text> <rect x="51" y="20199" width="108" height="32" rx="10" /> <rect x="49" y="20197" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20217">UNBOUNDED</text> <rect x="51" y="20243" width="124" height="32" rx="10" /> <rect x="49" y="20241" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20261">UNCOMMITTED</text> <rect x="51" y="20287" width="94" height="32" rx="10" /> <rect x="49" y="20285" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20305">UNKNOWN</text> <rect x="51" y="20331" width="90" height="32" rx="10" /> <rect x="49" y="20329" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20349">UNLISTEN</text> <rect x="51" y="20375" width="96" height="32" rx="10" /> <rect x="49" y="20373" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20393">UNLOGGED</text> <rect x="51" y="20419" width="334" height="32" rx="10" /> <rect x="49" y="20417" width="334" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20437">UNSAFE\_RESTORE\_INCOMPATIBLE\_VERSION</text> <rect x="51" y="20463" width="64" height="32" rx="10" /> <rect x="49" y="20461" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20481">UNSET</text> <rect x="51" y="20507" width="80" height="32" rx="10" /> <rect x="49" y="20505" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20525">UNSPLIT</text> <rect x="51" y="20551" width="62" height="32" rx="10" /> <rect x="49" y="20549" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20569">UNTIL</text> <rect x="51" y="20595" width="74" height="32" rx="10" /> <rect x="49" y="20593" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20613">UPDATE</text> <rect x="51" y="20639" width="326" height="32" rx="10" /> <rect x="49" y="20637" width="326" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20657">UPDATES\_CLUSTER\_MONITORING\_METRICS</text> <rect x="51" y="20683" width="74" height="32" rx="10" /> <rect x="49" y="20681" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20701">UPSERT</text> <rect x="51" y="20727" width="46" height="32" rx="10" /> <rect x="49" y="20725" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20745">USE</text> <rect x="51" y="20771" width="64" height="32" rx="10" /> <rect x="49" y="20769" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20789">USERS</text> <rect x="51" y="20815" width="62" height="32" rx="10" /> <rect x="49" y="20813" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20833">VALID</text> <rect x="51" y="20859" width="88" height="32" rx="10" /> <rect x="49" y="20857" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20877">VALIDATE</text> <rect x="51" y="20903" width="100" height="32" rx="10" /> <rect x="49" y="20901" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20921">VALIDATOR</text> <rect x="51" y="20947" width="64" height="32" rx="10" /> <rect x="49" y="20945" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20965">VALUE</text> <rect x="51" y="20991" width="98" height="32" rx="10" /> <rect x="49" y="20989" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21009">VARIABLES</text> <rect x="51" y="21035" width="82" height="32" rx="10" /> <rect x="49" y="21033" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21053">VARYING</text> <rect x="51" y="21079" width="232" height="32" rx="10" /> <rect x="49" y="21077" width="232" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21097">VERIFY\_BACKUP\_TABLE\_DATA</text> <rect x="51" y="21123" width="58" height="32" rx="10" /> <rect x="49" y="21121" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21141">VIEW</text> <rect x="51" y="21167" width="122" height="32" rx="10" /> <rect x="49" y="21165" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21185">VIEWACTIVITY</text> <rect x="51" y="21211" width="196" height="32" rx="10" /> <rect x="49" y="21209" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21229">VIEWACTIVITYREDACTED</text> <rect x="51" y="21255" width="178" height="32" rx="10" /> <rect x="49" y="21253" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21273">VIEWCLUSTERSETTING</text> <rect x="51" y="21299" width="198" height="32" rx="10" /> <rect x="49" y="21297" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21317">VIRTUAL\_CLUSTER\_NAME</text> <rect x="51" y="21343" width="150" height="32" rx="10" /> <rect x="49" y="21341" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21361">VIRTUAL\_CLUSTER</text> <rect x="51" y="21387" width="76" height="32" rx="10" /> <rect x="49" y="21385" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21405">VISIBLE</text> <rect x="51" y="21431" width="98" height="32" rx="10" /> <rect x="49" y="21429" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21449">VISIBILITY</text> <rect x="51" y="21475" width="88" height="32" rx="10" /> <rect x="49" y="21473" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21493">VOLATILE</text> <rect x="51" y="21519" width="74" height="32" rx="10" /> <rect x="49" y="21517" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21537">VOTERS</text> <rect x="51" y="21563" width="74" height="32" rx="10" /> <rect x="49" y="21561" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21581">WITHIN</text> <rect x="51" y="21607" width="88" height="32" rx="10" /> <rect x="49" y="21605" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21625">WITHOUT</text> <rect x="51" y="21651" width="66" height="32" rx="10" /> <rect x="49" y="21649" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21669">WRITE</text> <rect x="51" y="21695" width="56" height="32" rx="10" /> <rect x="49" y="21693" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21713">YEAR</text> <rect x="51" y="21739" width="58" height="32" rx="10" /> <rect x="49" y="21737" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21757">ZONE</text> <path className="line" d="m17 17 h2 m20 0 h10 m66 0 h10 m0 0 h268 m-374 0 h20 m354 0 h20 m-394 0 q10 0 10 10 m374 0 q0 -10 10 -10 m-384 10 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m154 0 h10 m0 0 h180 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m132 0 h10 m0 0 h202 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m148 0 h10 m0 0 h186 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m176 0 h10 m0 0 h158 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m210 0 h10 m0 0 h124 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m190 0 h10 m0 0 h144 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m178 0 h10 m0 0 h156 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m238 0 h10 m0 0 h96 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m206 0 h10 m0 0 h128 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m194 0 h10 m0 0 h140 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m148 0 h10 m0 0 h186 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m184 0 h10 m0 0 h150 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m194 0 h10 m0 0 h140 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m192 0 h10 m0 0 h142 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m204 0 h10 m0 0 h130 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m282 0 h10 m0 0 h52 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m264 0 h10 m0 0 h70 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m50 0 h10 m0 0 h284 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m158 0 h10 m0 0 h176 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m168 0 h10 m0 0 h166 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m140 0 h10 m0 0 h194 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m50 0 h10 m0 0 h284 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m40 0 h10 m0 0 h294 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m146 0 h10 m0 0 h188 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m198 0 h10 m0 0 h136 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m134 0 h10 m0 0 h200 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m218 0 h10 m0 0 h116 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m136 0 h10 m0 0 h198 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m144 0 h10 m0 0 h190 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m216 0 h10 m0 0 h118 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m190 0 h10 m0 0 h144 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m162 0 h10 m0 0 h172 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m44 0 h10 m0 0 h290 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m240 0 h10 m0 0 h94 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m216 0 h10 m0 0 h118 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m278 0 h10 m0 0 h56 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m180 0 h10 m0 0 h154 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m170 0 h10 m0 0 h164 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m334 0 h10 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m326 0 h10 m0 0 h8 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m232 0 h10 m0 0 h102 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m178 0 h10 m0 0 h156 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m198 0 h10 m0 0 h136 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m23 -21736 h-3" /> <polygon points="423 17 431 13 431 21" /> <polygon points="423 17 415 13 415 21" /></svg><p>referenced by: </p><ul> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> <li><a href="#name" title="name">name</a></li> <li><a href="#non_reserved_word" title="non_reserved_word">non\_reserved\_word</a></li> <li><a href="#role_spec" title="role_spec">role\_spec</a></li> <li><a href="#type_function_name" title="type_function_name">type\_function\_name</a></li> <li><a href="#type_function_name_no_crdb_extra" title="type_function_name_no_crdb_extra">type\_function\_name\_no\_crdb\_extra</a></li> <li><a href="#unrestricted_name" title="unrestricted_name">unrestricted\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_name_keyword" href="#col_name_keyword">col\_name\_keyword:</a></p><svg width="263" height="2413"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="138" height="32" rx="10" /> <rect x="49" y="1" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ANNOTATE\_TYPE</text> <rect x="51" y="47" width="86" height="32" rx="10" /> <rect x="49" y="45" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">BETWEEN</text> <rect x="51" y="91" width="70" height="32" rx="10" /> <rect x="49" y="89" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">BIGINT</text> <rect x="51" y="135" width="44" height="32" rx="10" /> <rect x="49" y="133" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">BIT</text> <rect x="51" y="179" width="86" height="32" rx="10" /> <rect x="49" y="177" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">BOOLEAN</text> <rect x="51" y="223" width="68" height="32" rx="10" /> <rect x="49" y="221" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">BOX2D</text> <rect x="51" y="267" width="58" height="32" rx="10" /> <rect x="49" y="265" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">CHAR</text> <rect x="51" y="311" width="102" height="32" rx="10" /> <rect x="49" y="309" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">CHARACTER</text> <rect x="51" y="355" width="150" height="32" rx="10" /> <rect x="49" y="353" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">CHARACTERISTICS</text> <rect x="51" y="399" width="92" height="32" rx="10" /> <rect x="49" y="397" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">COALESCE</text> <rect x="51" y="443" width="46" height="32" rx="10" /> <rect x="49" y="441" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">DEC</text> <rect x="51" y="487" width="82" height="32" rx="10" /> <rect x="49" y="485" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">DECIMAL</text> <rect x="51" y="531" width="70" height="32" rx="10" /> <rect x="49" y="529" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">EXISTS</text> <rect x="51" y="575" width="80" height="32" rx="10" /> <rect x="49" y="573" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">EXTRACT</text> <rect x="51" y="619" width="164" height="32" rx="10" /> <rect x="49" y="617" width="164" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">EXTRACT\_DURATION</text> <rect x="51" y="663" width="64" height="32" rx="10" /> <rect x="49" y="661" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">FLOAT</text> <rect x="51" y="707" width="104" height="32" rx="10" /> <rect x="49" y="705" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">GEOGRAPHY</text> <rect x="51" y="751" width="94" height="32" rx="10" /> <rect x="49" y="749" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">GEOMETRY</text> <rect x="51" y="795" width="90" height="32" rx="10" /> <rect x="49" y="793" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">GREATEST</text> <rect x="51" y="839" width="94" height="32" rx="10" /> <rect x="49" y="837" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">GROUPING</text> <rect x="51" y="883" width="34" height="32" rx="10" /> <rect x="49" y="881" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">IF</text> <rect x="51" y="927" width="82" height="32" rx="10" /> <rect x="49" y="925" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">IFERROR</text> <rect x="51" y="971" width="70" height="32" rx="10" /> <rect x="49" y="969" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">IFNULL</text> <rect x="51" y="1015" width="66" height="32" rx="10" /> <rect x="49" y="1013" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">INOUT</text> <rect x="51" y="1059" width="44" height="32" rx="10" /> <rect x="49" y="1057" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">INT</text> <rect x="51" y="1103" width="80" height="32" rx="10" /> <rect x="49" y="1101" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">INTEGER</text> <rect x="51" y="1147" width="88" height="32" rx="10" /> <rect x="49" y="1145" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">INTERVAL</text> <rect x="51" y="1191" width="82" height="32" rx="10" /> <rect x="49" y="1189" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">ISERROR</text> <rect x="51" y="1235" width="62" height="32" rx="10" /> <rect x="49" y="1233" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">LEAST</text> <rect x="51" y="1279" width="70" height="32" rx="10" /> <rect x="49" y="1277" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">NULLIF</text> <rect x="51" y="1323" width="84" height="32" rx="10" /> <rect x="49" y="1321" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">NUMERIC</text> <rect x="51" y="1367" width="48" height="32" rx="10" /> <rect x="49" y="1365" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">OUT</text> <rect x="51" y="1411" width="84" height="32" rx="10" /> <rect x="49" y="1409" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1429">OVERLAY</text> <rect x="51" y="1455" width="64" height="32" rx="10" /> <rect x="49" y="1453" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1473">POINT</text> <rect x="51" y="1499" width="88" height="32" rx="10" /> <rect x="49" y="1497" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1517">POLYGON</text> <rect x="51" y="1543" width="90" height="32" rx="10" /> <rect x="49" y="1541" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1561">POSITION</text> <rect x="51" y="1587" width="98" height="32" rx="10" /> <rect x="49" y="1585" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1605">PRECISION</text> <rect x="51" y="1631" width="54" height="32" rx="10" /> <rect x="49" y="1629" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1649">REAL</text> <rect x="51" y="1675" width="54" height="32" rx="10" /> <rect x="49" y="1673" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1693">ROW</text> <rect x="51" y="1719" width="64" height="32" rx="10" /> <rect x="49" y="1717" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1737">SETOF</text> <rect x="51" y="1763" width="90" height="32" rx="10" /> <rect x="49" y="1761" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1781">SMALLINT</text> <rect x="51" y="1807" width="72" height="32" rx="10" /> <rect x="49" y="1805" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1825">STRING</text> <rect x="51" y="1851" width="100" height="32" rx="10" /> <rect x="49" y="1849" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1869">SUBSTRING</text> <rect x="51" y="1895" width="54" height="32" rx="10" /> <rect x="49" y="1893" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1913">TIME</text> <rect x="51" y="1939" width="70" height="32" rx="10" /> <rect x="49" y="1937" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1957">TIMETZ</text> <rect x="51" y="1983" width="100" height="32" rx="10" /> <rect x="49" y="1981" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2001">TIMESTAMP</text> <rect x="51" y="2027" width="118" height="32" rx="10" /> <rect x="49" y="2025" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2045">TIMESTAMPTZ</text> <rect x="51" y="2071" width="62" height="32" rx="10" /> <rect x="49" y="2069" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2089">TREAT</text> <rect x="51" y="2115" width="56" height="32" rx="10" /> <rect x="49" y="2113" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2133">TRIM</text> <rect x="51" y="2159" width="72" height="32" rx="10" /> <rect x="49" y="2157" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2177">VALUES</text> <rect x="51" y="2203" width="72" height="32" rx="10" /> <rect x="49" y="2201" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2221">VARBIT</text> <rect x="51" y="2247" width="86" height="32" rx="10" /> <rect x="49" y="2245" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2265">VARCHAR</text> <rect x="51" y="2291" width="74" height="32" rx="10" /> <rect x="49" y="2289" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2309">VECTOR</text> <rect x="51" y="2335" width="80" height="32" rx="10" /> <rect x="49" y="2333" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2353">VIRTUAL</text> <rect x="51" y="2379" width="64" height="32" rx="10" /> <rect x="49" y="2377" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2397">WORK</text> <path className="line" d="m17 17 h2 m20 0 h10 m138 0 h10 m0 0 h26 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m86 0 h10 m0 0 h78 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m44 0 h10 m0 0 h120 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m86 0 h10 m0 0 h78 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m68 0 h10 m0 0 h96 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m58 0 h10 m0 0 h106 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m102 0 h10 m0 0 h62 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m150 0 h10 m0 0 h14 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m92 0 h10 m0 0 h72 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m46 0 h10 m0 0 h118 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m82 0 h10 m0 0 h82 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m80 0 h10 m0 0 h84 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m164 0 h10 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m64 0 h10 m0 0 h100 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m104 0 h10 m0 0 h60 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m94 0 h10 m0 0 h70 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m90 0 h10 m0 0 h74 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m94 0 h10 m0 0 h70 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m34 0 h10 m0 0 h130 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m82 0 h10 m0 0 h82 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m66 0 h10 m0 0 h98 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m44 0 h10 m0 0 h120 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m80 0 h10 m0 0 h84 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m88 0 h10 m0 0 h76 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m82 0 h10 m0 0 h82 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m62 0 h10 m0 0 h102 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m84 0 h10 m0 0 h80 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m48 0 h10 m0 0 h116 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m84 0 h10 m0 0 h80 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m64 0 h10 m0 0 h100 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m88 0 h10 m0 0 h76 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m90 0 h10 m0 0 h74 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m98 0 h10 m0 0 h66 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m54 0 h10 m0 0 h110 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m54 0 h10 m0 0 h110 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m64 0 h10 m0 0 h100 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m90 0 h10 m0 0 h74 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m72 0 h10 m0 0 h92 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m100 0 h10 m0 0 h64 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m54 0 h10 m0 0 h110 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m70 0 h10 m0 0 h94 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m100 0 h10 m0 0 h64 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m118 0 h10 m0 0 h46 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m62 0 h10 m0 0 h102 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m56 0 h10 m0 0 h108 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m72 0 h10 m0 0 h92 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m72 0 h10 m0 0 h92 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m86 0 h10 m0 0 h78 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m74 0 h10 m0 0 h90 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m80 0 h10 m0 0 h84 m-194 -10 v20 m204 0 v-20 m-204 20 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m64 0 h10 m0 0 h100 m23 -2376 h-3" /> <polygon points="253 17 261 13 261 21" /> <polygon points="253 17 245 13 245 21" /></svg><p>referenced by: </p><ul> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> <li><a href="#name" title="name">name</a></li> <li><a href="#non_reserved_word" title="non_reserved_word">non\_reserved\_word</a></li> <li><a href="#unrestricted_name" title="unrestricted_name">unrestricted\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="do_stmt_opt_item" href="#do_stmt_opt_item">do\_stmt\_opt\_item:</a></p><svg width="431" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="76" height="32" rx="10" /> <rect x="49" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SCONST</text> <rect x="51" y="47" width="94" height="32" rx="10" /> <rect x="49" y="45" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">LANGUAGE</text><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="165" y="47" width="218" height="32" /> <rect x="163" y="45" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="173" y="65">non\_reserved\_word\_or\_sconst</text></a><path className="line" d="m17 17 h2 m20 0 h10 m76 0 h10 m0 0 h256 m-372 0 h20 m352 0 h20 m-392 0 q10 0 10 10 m372 0 q0 -10 10 -10 m-382 10 v24 m372 0 v-24 m-372 24 q0 10 10 10 m352 0 q10 0 10 -10 m-362 10 h10 m94 0 h10 m0 0 h10 m218 0 h10 m23 -44 h-3" /> <polygon points="421 17 429 13 429 21" /> <polygon points="421 17 413 13 413 21" /></svg><p>referenced by: </p><ul> <li><a href="#do_stmt_opt_list" title="do_stmt_opt_list">do\_stmt\_opt\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_privileges_clause" href="#opt_privileges_clause">opt\_privileges\_clause:</a></p><svg width="203" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="104" height="32" rx="10" /> <rect x="49" y="21" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">PRIVILEGES</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h114 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v12 m144 0 v-12 m-144 12 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m23 -32 h-3" /> <polygon points="193 5 201 1 201 9" /> <polygon points="193 5 185 1 185 9" /></svg><p>referenced by: </p><ul> <li><a href="#privileges" title="privileges">privileges</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="complex_table_pattern" href="#complex_table_pattern">complex\_table\_pattern:</a></p><svg width="681" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#complex_db_object_name" title="complex_db_object_name"> <rect x="51" y="3" width="186" height="32" /> <rect x="49" y="1" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">complex\_db\_object\_name</text></a><a href="#db_object_name_component" title="db_object_name_component"> <rect x="71" y="79" width="206" height="32" /> <rect x="69" y="77" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="97">db\_object\_name\_component</text></a><rect x="297" y="79" width="24" height="32" rx="10" /> <rect x="295" y="77" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="305" y="97">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="361" y="111" width="140" height="32" /> <rect x="359" y="109" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="369" y="129">unrestricted\_name</text></a><rect x="521" y="111" width="24" height="32" rx="10" /> <rect x="519" y="109" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="529" y="129">.</text> <rect x="605" y="47" width="28" height="32" rx="10" /> <rect x="603" y="45" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="613" y="65">\*</text> <path className="line" d="m17 17 h2 m20 0 h10 m186 0 h10 m0 0 h396 m-622 0 h20 m602 0 h20 m-642 0 q10 0 10 10 m622 0 q0 -10 10 -10 m-632 10 v24 m622 0 v-24 m-622 24 q0 10 10 10 m602 0 q10 0 10 -10 m-592 10 h10 m0 0 h504 m-534 0 h20 m514 0 h20 m-554 0 q10 0 10 10 m534 0 q0 -10 10 -10 m-544 10 v12 m534 0 v-12 m-534 12 q0 10 10 10 m514 0 q10 0 10 -10 m-524 10 h10 m206 0 h10 m0 0 h10 m24 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m140 0 h10 m0 0 h10 m24 0 h10 m40 -64 h10 m28 0 h10 m23 -44 h-3" /> <polygon points="671 17 679 13 679 21" /> <polygon points="671 17 663 13 663 21" /></svg><p>referenced by: </p><ul> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> <li><a href="#table_pattern" title="table_pattern">table\_pattern</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_pattern_list" href="#table_pattern_list">table\_pattern\_list:</a></p><svg width="205" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#table_pattern" title="table_pattern"> <rect x="51" y="47" width="106" height="32" /> <rect x="49" y="45" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_pattern</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m106 0 h10 m-146 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m126 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-126 0 h10 m24 0 h10 m0 0 h82 m23 44 h-3" /> <polygon points="195 61 203 57 203 65" /> <polygon points="195 61 187 57 187 65" /></svg><p>referenced by: </p><ul> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_pattern" href="#table_pattern">table\_pattern:</a></p><svg width="275" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_db_object_name" title="simple_db_object_name"> <rect x="51" y="3" width="176" height="32" /> <rect x="49" y="1" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">simple\_db\_object\_name</text></a><a href="#complex_table_pattern" title="complex_table_pattern"> <rect x="51" y="47" width="168" height="32" /> <rect x="49" y="45" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">complex\_table\_pattern</text></a><path className="line" d="m17 17 h2 m20 0 h10 m176 0 h10 m-216 0 h20 m196 0 h20 m-236 0 q10 0 10 10 m216 0 q0 -10 10 -10 m-226 10 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m168 0 h10 m0 0 h8 m23 -44 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#backup_targets" title="backup_targets">backup\_targets</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> <li><a href="#table_pattern_list" title="table_pattern_list">table\_pattern\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="function_with_paramtypes_list" href="#function_with_paramtypes_list">function\_with\_paramtypes\_list:</a></p><svg width="287" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="51" y="47" width="188" height="32" /> <rect x="49" y="45" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">function\_with\_paramtypes</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m188 0 h10 m-228 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m208 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-208 0 h10 m24 0 h10 m0 0 h164 m23 44 h-3" /> <polygon points="277 61 285 57 285 65" /> <polygon points="277 61 269 57 269 65" /></svg><p>referenced by: </p><ul> <li><a href="#drop_func_stmt" title="drop_func_stmt">drop\_func\_stmt</a></li> <li><a href="#drop_proc_stmt" title="drop_proc_stmt">drop\_proc\_stmt</a></li> <li><a href="#grant_targets" title="grant_targets">grant\_targets</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="privilege" href="#privilege">privilege:</a></p><svg width="171" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">CREATE</text> <rect x="51" y="91" width="66" height="32" rx="10" /> <rect x="49" y="89" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">GRANT</text> <rect x="51" y="135" width="70" height="32" rx="10" /> <rect x="49" y="133" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">SELECT</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h16 m-112 0 h20 m92 0 h20 m-132 0 q10 0 10 10 m112 0 q0 -10 10 -10 m-122 10 v24 m112 0 v-24 m-112 24 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m72 0 h10 m-102 -10 v20 m112 0 v-20 m-112 20 v24 m112 0 v-24 m-112 24 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m66 0 h10 m0 0 h6 m-102 -10 v20 m112 0 v-20 m-112 20 v24 m112 0 v-24 m-112 24 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m70 0 h10 m0 0 h2 m23 -132 h-3" /> <polygon points="161 17 169 13 169 21" /> <polygon points="161 17 153 13 153 21" /></svg><p>referenced by: </p><ul> <li><a href="#privilege_list" title="privilege_list">privilege\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_name_list" href="#type_name_list">type\_name\_list:</a></p><svg width="191" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#type_name" title="type_name"> <rect x="51" y="47" width="92" height="32" /> <rect x="49" y="45" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">type\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m92 0 h10 m-132 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m112 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-112 0 h10 m24 0 h10 m0 0 h68 m23 44 h-3" /> <polygon points="181 61 189 57 189 65" /> <polygon points="181 61 173 57 173 65" /></svg><p>referenced by: </p><ul> <li><a href="#drop_type_stmt" title="drop_type_stmt">drop\_type\_stmt</a></li> <li><a href="#target_types" title="target_types">target\_types</a></li> <li><a href="#targets_roles" title="targets_roles">targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_list" href="#type_list">type\_list:</a></p><svg width="183" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#typename" title="typename"> <rect x="51" y="47" width="84" height="32" /> <rect x="49" y="45" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">typename</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m84 0 h10 m-124 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m104 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-104 0 h10 m24 0 h10 m0 0 h60 m23 44 h-3" /> <polygon points="173 61 181 57 181 65" /> <polygon points="173 61 165 57 165 65" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#prep_type_clause" title="prep_type_clause">prep\_type\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="as_of_clause" href="#as_of_clause">as\_of\_clause:</a></p><svg width="407" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="38" height="32" rx="10" /> <rect x="29" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">AS</text> <rect x="89" y="3" width="38" height="32" rx="10" /> <rect x="87" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="97" y="21">OF</text> <rect x="147" y="3" width="74" height="32" rx="10" /> <rect x="145" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="21">SYSTEM</text> <rect x="241" y="3" width="54" height="32" rx="10" /> <rect x="239" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="21">TIME</text><a href="#a_expr" title="a_expr"> <rect x="315" y="3" width="64" height="32" /> <rect x="313" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="323" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m38 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="397 17 405 13 405 21" /> <polygon points="397 17 389 13 389 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_option" title="create_stats_option">create\_stats\_option</a></li> <li><a href="#opt_as_of_clause" title="opt_as_of_clause">opt\_as\_of\_clause</a></li> <li><a href="#transaction_mode" title="transaction_mode">transaction\_mode</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_mode_list" href="#transaction_mode_list">transaction\_mode\_list:</a></p><svg width="233" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#transaction_mode" title="transaction_mode"> <rect x="51" y="47" width="134" height="32" /> <rect x="49" y="45" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">transaction\_mode</text></a><a href="#opt_comma" title="opt_comma"> <rect x="51" y="3" width="94" height="32" /> <rect x="49" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">opt\_comma</text></a><path className="line" d="m17 61 h2 m20 0 h10 m134 0 h10 m-174 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m154 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-154 0 h10 m94 0 h10 m0 0 h40 m23 44 h-3" /> <polygon points="223 61 231 57 231 65" /> <polygon points="223 61 215 57 215 65" /></svg><p>referenced by: </p><ul> <li><a href="#begin_transaction" title="begin_transaction">begin\_transaction</a></li> <li><a href="#set_session_stmt" title="set_session_stmt">set\_session\_stmt</a></li> <li><a href="#set_transaction_stmt" title="set_transaction_stmt">set\_transaction\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_abort_mod" href="#opt_abort_mod">opt\_abort\_mod:</a></p><svg width="219" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="120" height="32" rx="10" /> <rect x="49" y="21" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TRANSACTION</text> <rect x="51" y="67" width="64" height="32" rx="10" /> <rect x="49" y="65" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">WORK</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h130 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v12 m160 0 v-12 m-160 12 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m-150 -10 v20 m160 0 v-20 m-160 20 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m64 0 h10 m0 0 h56 m23 -76 h-3" /> <polygon points="209 5 217 1 217 9" /> <polygon points="209 5 201 1 201 9" /></svg><p>referenced by: </p><ul> <li><a href="#abort_stmt" title="abort_stmt">abort\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="from_or_in" href="#from_or_in">from\_or\_in:</a></p><svg width="159" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="60" height="32" rx="10" /> <rect x="49" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FROM</text> <rect x="51" y="47" width="36" height="32" rx="10" /> <rect x="49" y="45" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">IN</text> <path className="line" d="m17 17 h2 m20 0 h10 m60 0 h10 m-100 0 h20 m80 0 h20 m-120 0 q10 0 10 10 m100 0 q0 -10 10 -10 m-110 10 v24 m100 0 v-24 m-100 24 q0 10 10 10 m80 0 q10 0 10 -10 m-90 10 h10 m36 0 h10 m0 0 h24 m23 -44 h-3" /> <polygon points="149 17 157 13 157 21" /> <polygon points="149 17 141 13 141 21" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> <li><a href="#opt_from_or_in" title="opt_from_or_in">opt\_from\_or\_in</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="next_prior" href="#next_prior">next\_prior:</a></p><svg width="163" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">NEXT</text> <rect x="51" y="47" width="64" height="32" rx="10" /> <rect x="49" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PRIOR</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h8 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v24 m104 0 v-24 m-104 24 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m23 -44 h-3" /> <polygon points="153 17 161 13 161 21" /> <polygon points="153 17 145 13 145 21" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_from_or_in" href="#opt_from_or_in">opt\_from\_or\_in:</a></p><svg width="187" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#from_or_in" title="from_or_in"> <rect x="51" y="23" width="88" height="32" /> <rect x="49" y="21" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">from\_or\_in</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m23 -32 h-3" /> <polygon points="177 5 185 1 185 9" /> <polygon points="177 5 169 1 169 9" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="forward_backward" href="#forward_backward">forward\_backward:</a></p><svg width="197" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="90" height="32" rx="10" /> <rect x="49" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FORWARD</text> <rect x="51" y="47" width="98" height="32" rx="10" /> <rect x="49" y="45" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">BACKWARD</text> <path className="line" d="m17 17 h2 m20 0 h10 m90 0 h10 m0 0 h8 m-138 0 h20 m118 0 h20 m-158 0 q10 0 10 10 m138 0 q0 -10 10 -10 m-148 10 v24 m138 0 v-24 m-138 24 q0 10 10 10 m118 0 q10 0 10 -10 m-128 10 h10 m98 0 h10 m23 -44 h-3" /> <polygon points="187 17 195 13 195 21" /> <polygon points="187 17 179 13 179 21" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> <li><a href="#opt_forward_backward" title="opt_forward_backward">opt\_forward\_backward</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_forward_backward" href="#opt_forward_backward">opt\_forward\_backward:</a></p><svg width="235" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#forward_backward" title="forward_backward"> <rect x="51" y="23" width="136" height="32" /> <rect x="49" y="21" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">forward\_backward</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h146 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v12 m176 0 v-12 m-176 12 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m136 0 h10 m23 -32 h-3" /> <polygon points="225 5 233 1 233 9" /> <polygon points="225 5 217 1 217 9" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="signed_iconst64" href="#signed_iconst64">signed\_iconst64:</a></p><svg width="167" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#signed_iconst" title="signed_iconst"> <rect x="31" y="3" width="108" height="32" /> <rect x="29" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">signed\_iconst</text></a><path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m3 0 h-3" /> <polygon points="157 17 165 13 165 21" /> <polygon points="157 17 149 13 149 21" /></svg><p>referenced by: </p><ul> <li><a href="#cursor_movement_specifier" title="cursor_movement_specifier">cursor\_movement\_specifier</a></li> <li><a href="#identity_option_elem" title="identity_option_elem">identity\_option\_elem</a></li> <li><a href="#sequence_option_elem" title="sequence_option_elem">sequence\_option\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_stmt" href="#alter_table_stmt">alter\_table\_stmt:</a></p><svg width="309" height="433"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_onetable_stmt" title="alter_onetable_stmt"> <rect x="51" y="3" width="150" height="32" /> <rect x="49" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_onetable\_stmt</text></a><a href="#alter_split_stmt" title="alter_split_stmt"> <rect x="51" y="47" width="120" height="32" /> <rect x="49" y="45" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_split\_stmt</text></a><a href="#alter_unsplit_stmt" title="alter_unsplit_stmt"> <rect x="51" y="91" width="136" height="32" /> <rect x="49" y="89" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_unsplit\_stmt</text></a><a href="#alter_scatter_stmt" title="alter_scatter_stmt"> <rect x="51" y="135" width="138" height="32" /> <rect x="49" y="133" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_scatter\_stmt</text></a><a href="#alter_zone_table_stmt" title="alter_zone_table_stmt"> <rect x="51" y="179" width="164" height="32" /> <rect x="49" y="177" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">alter\_zone\_table\_stmt</text></a><a href="#alter_rename_table_stmt" title="alter_rename_table_stmt"> <rect x="51" y="223" width="182" height="32" /> <rect x="49" y="221" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">alter\_rename\_table\_stmt</text></a><a href="#alter_table_set_schema_stmt" title="alter_table_set_schema_stmt"> <rect x="51" y="267" width="210" height="32" /> <rect x="49" y="265" width="210" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">alter\_table\_set\_schema\_stmt</text></a><a href="#alter_table_locality_stmt" title="alter_table_locality_stmt"> <rect x="51" y="311" width="178" height="32" /> <rect x="49" y="309" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">alter\_table\_locality\_stmt</text></a><a href="#alter_table_logged_stmt" title="alter_table_logged_stmt"> <rect x="51" y="355" width="178" height="32" /> <rect x="49" y="353" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">alter\_table\_logged\_stmt</text></a><a href="#alter_table_owner_stmt" title="alter_table_owner_stmt"> <rect x="51" y="399" width="172" height="32" /> <rect x="49" y="397" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">alter\_table\_owner\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m150 0 h10 m0 0 h60 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m120 0 h10 m0 0 h90 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m136 0 h10 m0 0 h74 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m138 0 h10 m0 0 h72 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m164 0 h10 m0 0 h46 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m182 0 h10 m0 0 h28 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m210 0 h10 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m178 0 h10 m0 0 h32 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m178 0 h10 m0 0 h32 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m172 0 h10 m0 0 h38 m23 -396 h-3" /> <polygon points="299 17 307 13 307 21" /> <polygon points="299 17 291 13 291 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_index_stmt" href="#alter_index_stmt">alter\_index\_stmt:</a></p><svg width="283" height="301"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_oneindex_stmt" title="alter_oneindex_stmt"> <rect x="51" y="3" width="152" height="32" /> <rect x="49" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_oneindex\_stmt</text></a><a href="#alter_split_index_stmt" title="alter_split_index_stmt"> <rect x="51" y="47" width="162" height="32" /> <rect x="49" y="45" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_split\_index\_stmt</text></a><a href="#alter_unsplit_index_stmt" title="alter_unsplit_index_stmt"> <rect x="51" y="91" width="178" height="32" /> <rect x="49" y="89" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_unsplit\_index\_stmt</text></a><a href="#alter_scatter_index_stmt" title="alter_scatter_index_stmt"> <rect x="51" y="135" width="180" height="32" /> <rect x="49" y="133" width="180" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_scatter\_index\_stmt</text></a><a href="#alter_rename_index_stmt" title="alter_rename_index_stmt"> <rect x="51" y="179" width="184" height="32" /> <rect x="49" y="177" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">alter\_rename\_index\_stmt</text></a><a href="#alter_zone_index_stmt" title="alter_zone_index_stmt"> <rect x="51" y="223" width="166" height="32" /> <rect x="49" y="221" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">alter\_zone\_index\_stmt</text></a><a href="#alter_index_visible_stmt" title="alter_index_visible_stmt"> <rect x="51" y="267" width="176" height="32" /> <rect x="49" y="265" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">alter\_index\_visible\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m152 0 h10 m0 0 h32 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m162 0 h10 m0 0 h22 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m178 0 h10 m0 0 h6 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m180 0 h10 m0 0 h4 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m184 0 h10 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m166 0 h10 m0 0 h18 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m176 0 h10 m0 0 h8 m23 -264 h-3" /> <polygon points="273 17 281 13 281 21" /> <polygon points="273 17 265 13 265 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_view_stmt" href="#alter_view_stmt">alter\_view\_stmt:</a></p><svg width="305" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_rename_view_stmt" title="alter_rename_view_stmt"> <rect x="51" y="3" width="178" height="32" /> <rect x="49" y="1" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_rename\_view\_stmt</text></a><a href="#alter_view_set_schema_stmt" title="alter_view_set_schema_stmt"> <rect x="51" y="47" width="206" height="32" /> <rect x="49" y="45" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_view\_set\_schema\_stmt</text></a><a href="#alter_view_owner_stmt" title="alter_view_owner_stmt"> <rect x="51" y="91" width="168" height="32" /> <rect x="49" y="89" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_view\_owner\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m178 0 h10 m0 0 h28 m-246 0 h20 m226 0 h20 m-266 0 q10 0 10 10 m246 0 q0 -10 10 -10 m-256 10 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m206 0 h10 m-236 -10 v20 m246 0 v-20 m-246 20 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m168 0 h10 m0 0 h38 m23 -88 h-3" /> <polygon points="295 17 303 13 303 21" /> <polygon points="295 17 287 13 287 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_sequence_stmt" href="#alter_sequence_stmt">alter\_sequence\_stmt:</a></p><svg width="339" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_rename_sequence_stmt" title="alter_rename_sequence_stmt"> <rect x="51" y="3" width="212" height="32" /> <rect x="49" y="1" width="212" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_rename\_sequence\_stmt</text></a><a href="#alter_sequence_options_stmt" title="alter_sequence_options_stmt"> <rect x="51" y="47" width="210" height="32" /> <rect x="49" y="45" width="210" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_sequence\_options\_stmt</text></a><a href="#alter_sequence_set_schema_stmt" title="alter_sequence_set_schema_stmt"> <rect x="51" y="91" width="240" height="32" /> <rect x="49" y="89" width="240" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_sequence\_set\_schema\_stmt</text></a><a href="#alter_sequence_owner_stmt" title="alter_sequence_owner_stmt"> <rect x="51" y="135" width="202" height="32" /> <rect x="49" y="133" width="202" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_sequence\_owner\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m212 0 h10 m0 0 h28 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v24 m280 0 v-24 m-280 24 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m210 0 h10 m0 0 h30 m-270 -10 v20 m280 0 v-20 m-280 20 v24 m280 0 v-24 m-280 24 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m240 0 h10 m-270 -10 v20 m280 0 v-20 m-280 20 v24 m280 0 v-24 m-280 24 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m202 0 h10 m0 0 h38 m23 -132 h-3" /> <polygon points="329 17 337 13 337 21" /> <polygon points="329 17 321 13 321 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_stmt" href="#alter_database_stmt">alter\_database\_stmt:</a></p><svg width="435" height="697"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_rename_database_stmt" title="alter_rename_database_stmt"> <rect x="51" y="3" width="210" height="32" /> <rect x="49" y="1" width="210" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_rename\_database\_stmt</text></a><a href="#alter_zone_database_stmt" title="alter_zone_database_stmt"> <rect x="51" y="47" width="192" height="32" /> <rect x="49" y="45" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_zone\_database\_stmt</text></a><a href="#alter_database_owner" title="alter_database_owner"> <rect x="51" y="91" width="164" height="32" /> <rect x="49" y="89" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_database\_owner</text></a><a href="#alter_database_to_schema_stmt" title="alter_database_to_schema_stmt"> <rect x="51" y="135" width="232" height="32" /> <rect x="49" y="133" width="232" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_database\_to\_schema\_stmt</text></a><a href="#alter_database_add_region_stmt" title="alter_database_add_region_stmt"> <rect x="51" y="179" width="234" height="32" /> <rect x="49" y="177" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">alter\_database\_add\_region\_stmt</text></a><a href="#alter_database_drop_region_stmt" title="alter_database_drop_region_stmt"> <rect x="51" y="223" width="240" height="32" /> <rect x="49" y="221" width="240" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">alter\_database\_drop\_region\_stmt</text></a><a href="#alter_database_survival_goal_stmt" title="alter_database_survival_goal_stmt"> <rect x="51" y="267" width="246" height="32" /> <rect x="49" y="265" width="246" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">alter\_database\_survival\_goal\_stmt</text></a><a href="#alter_database_primary_region_stmt" title="alter_database_primary_region_stmt"> <rect x="51" y="311" width="258" height="32" /> <rect x="49" y="309" width="258" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">alter\_database\_primary\_region\_stmt</text></a><a href="#alter_database_placement_stmt" title="alter_database_placement_stmt"> <rect x="51" y="355" width="228" height="32" /> <rect x="49" y="353" width="228" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="373">alter\_database\_placement\_stmt</text></a><a href="#alter_database_set_stmt" title="alter_database_set_stmt"> <rect x="51" y="399" width="182" height="32" /> <rect x="49" y="397" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="417">alter\_database\_set\_stmt</text></a><a href="#alter_database_add_super_region" title="alter_database_add_super_region"> <rect x="51" y="443" width="242" height="32" /> <rect x="49" y="441" width="242" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="461">alter\_database\_add\_super\_region</text></a><a href="#alter_database_alter_super_region" title="alter_database_alter_super_region"> <rect x="51" y="487" width="246" height="32" /> <rect x="49" y="485" width="246" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="505">alter\_database\_alter\_super\_region</text></a><a href="#alter_database_drop_super_region" title="alter_database_drop_super_region"> <rect x="51" y="531" width="246" height="32" /> <rect x="49" y="529" width="246" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="549">alter\_database\_drop\_super\_region</text></a><a href="#alter_database_set_secondary_region_stmt" title="alter_database_set_secondary_region_stmt"> <rect x="51" y="575" width="304" height="32" /> <rect x="49" y="573" width="304" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="593">alter\_database\_set\_secondary\_region\_stmt</text></a><a href="#alter_database_drop_secondary_region" title="alter_database_drop_secondary_region"> <rect x="51" y="619" width="276" height="32" /> <rect x="49" y="617" width="276" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="637">alter\_database\_drop\_secondary\_region</text></a><a href="#alter_database_set_zone_config_extension_stmt" title="alter_database_set_zone_config_extension_stmt"> <rect x="51" y="663" width="336" height="32" /> <rect x="49" y="661" width="336" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="681">alter\_database\_set\_zone\_config\_extension\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m210 0 h10 m0 0 h126 m-376 0 h20 m356 0 h20 m-396 0 q10 0 10 10 m376 0 q0 -10 10 -10 m-386 10 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m192 0 h10 m0 0 h144 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m164 0 h10 m0 0 h172 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m232 0 h10 m0 0 h104 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m234 0 h10 m0 0 h102 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m240 0 h10 m0 0 h96 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m246 0 h10 m0 0 h90 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m258 0 h10 m0 0 h78 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m228 0 h10 m0 0 h108 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m182 0 h10 m0 0 h154 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m242 0 h10 m0 0 h94 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m246 0 h10 m0 0 h90 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m246 0 h10 m0 0 h90 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m304 0 h10 m0 0 h32 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m276 0 h10 m0 0 h60 m-366 -10 v20 m376 0 v-20 m-376 20 v24 m376 0 v-24 m-376 24 q0 10 10 10 m356 0 q10 0 10 -10 m-366 10 h10 m336 0 h10 m23 -660 h-3" /> <polygon points="425 17 433 13 433 21" /> <polygon points="425 17 417 13 417 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_range_stmt" href="#alter_range_stmt">alter\_range\_stmt:</a></p><svg width="289" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_zone_range_stmt" title="alter_zone_range_stmt"> <rect x="51" y="3" width="170" height="32" /> <rect x="49" y="1" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_zone\_range\_stmt</text></a><a href="#alter_range_relocate_stmt" title="alter_range_relocate_stmt"> <rect x="51" y="47" width="190" height="32" /> <rect x="49" y="45" width="190" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_range\_relocate\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m170 0 h10 m0 0 h20 m-230 0 h20 m210 0 h20 m-250 0 q10 0 10 10 m230 0 q0 -10 10 -10 m-240 10 v24 m230 0 v-24 m-230 24 q0 10 10 10 m210 0 q10 0 10 -10 m-220 10 h10 m190 0 h10 m23 -44 h-3" /> <polygon points="279 17 287 13 287 21" /> <polygon points="279 17 271 13 271 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_partition_stmt" href="#alter_partition_stmt">alter\_partition\_stmt:</a></p><svg width="245" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_zone_partition_stmt" title="alter_zone_partition_stmt"> <rect x="31" y="3" width="186" height="32" /> <rect x="29" y="1" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">alter\_zone\_partition\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m186 0 h10 m3 0 h-3" /> <polygon points="235 17 243 13 243 21" /> <polygon points="235 17 227 13 227 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_schema_stmt" href="#alter_schema_stmt">alter\_schema\_stmt:</a></p><svg width="749" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="76" height="32" rx="10" /> <rect x="111" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">SCHEMA</text><a href="#qualifiable_schema_name" title="qualifiable_schema_name"> <rect x="209" y="3" width="186" height="32" /> <rect x="207" y="1" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="217" y="21">qualifiable\_schema\_name</text></a><rect x="435" y="3" width="76" height="32" rx="10" /> <rect x="433" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="443" y="21">RENAME</text> <rect x="531" y="3" width="38" height="32" rx="10" /> <rect x="529" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="539" y="21">TO</text><a href="#schema_name" title="schema_name"> <rect x="589" y="3" width="112" height="32" /> <rect x="587" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="597" y="21">schema\_name</text></a><rect x="435" y="47" width="72" height="32" rx="10" /> <rect x="433" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="443" y="65">OWNER</text> <rect x="527" y="47" width="38" height="32" rx="10" /> <rect x="525" y="45" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="535" y="65">TO</text><a href="#role_spec" title="role_spec"> <rect x="585" y="47" width="82" height="32" /> <rect x="583" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="593" y="65">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m186 0 h10 m20 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m112 0 h10 m-306 0 h20 m286 0 h20 m-326 0 q10 0 10 10 m306 0 q0 -10 10 -10 m-316 10 v24 m306 0 v-24 m-306 24 q0 10 10 10 m286 0 q10 0 10 -10 m-296 10 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m0 0 h34 m23 -44 h-3" /> <polygon points="739 17 747 13 747 21" /> <polygon points="739 17 731 13 731 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_type_stmt" href="#alter_type_stmt">alter\_type\_stmt:</a></p><svg width="767" height="355"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text> <rect x="115" y="3" width="54" height="32" rx="10" /> <rect x="113" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TYPE</text><a href="#type_name" title="type_name"> <rect x="189" y="3" width="92" height="32" /> <rect x="187" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="21">type\_name</text></a><rect x="45" y="69" width="48" height="32" rx="10" /> <rect x="43" y="67" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">ADD</text> <rect x="113" y="69" width="64" height="32" rx="10" /> <rect x="111" y="67" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="87">VALUE</text> <rect x="217" y="101" width="34" height="32" rx="10" /> <rect x="215" y="99" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="119">IF</text> <rect x="271" y="101" width="48" height="32" rx="10" /> <rect x="269" y="99" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="119">NOT</text> <rect x="339" y="101" width="70" height="32" rx="10" /> <rect x="337" y="99" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="347" y="119">EXISTS</text> <rect x="449" y="69" width="76" height="32" rx="10" /> <rect x="447" y="67" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="87">SCONST</text><a href="#opt_add_val_placement" title="opt_add_val_placement"> <rect x="545" y="69" width="174" height="32" /> <rect x="543" y="67" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="553" y="87">opt\_add\_val\_placement</text></a><rect x="45" y="145" width="58" height="32" rx="10" /> <rect x="43" y="143" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="163">DROP</text> <rect x="123" y="145" width="64" height="32" rx="10" /> <rect x="121" y="143" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="163">VALUE</text> <rect x="207" y="145" width="76" height="32" rx="10" /> <rect x="205" y="143" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="163">SCONST</text> <rect x="45" y="189" width="76" height="32" rx="10" /> <rect x="43" y="187" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="207">RENAME</text> <rect x="161" y="189" width="64" height="32" rx="10" /> <rect x="159" y="187" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="207">VALUE</text> <rect x="245" y="189" width="76" height="32" rx="10" /> <rect x="243" y="187" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="207">SCONST</text> <rect x="341" y="189" width="38" height="32" rx="10" /> <rect x="339" y="187" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="207">TO</text> <rect x="399" y="189" width="76" height="32" rx="10" /> <rect x="397" y="187" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="407" y="207">SCONST</text> <rect x="161" y="233" width="38" height="32" rx="10" /> <rect x="159" y="231" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="251">TO</text><a href="#name" title="name"> <rect x="219" y="233" width="56" height="32" /> <rect x="217" y="231" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="251">name</text></a><rect x="45" y="277" width="44" height="32" rx="10" /> <rect x="43" y="275" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="295">SET</text> <rect x="109" y="277" width="76" height="32" rx="10" /> <rect x="107" y="275" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="295">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="205" y="277" width="112" height="32" /> <rect x="203" y="275" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="213" y="295">schema\_name</text></a><rect x="45" y="321" width="72" height="32" rx="10" /> <rect x="43" y="319" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="339">OWNER</text> <rect x="137" y="321" width="38" height="32" rx="10" /> <rect x="135" y="319" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="145" y="339">TO</text><a href="#role_spec" title="role_spec"> <rect x="195" y="321" width="82" height="32" /> <rect x="193" y="319" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="339">role\_spec</text></a><path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m92 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-300 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m76 0 h10 m0 0 h10 m174 0 h10 m-714 0 h20 m694 0 h20 m-734 0 q10 0 10 10 m714 0 q0 -10 10 -10 m-724 10 v56 m714 0 v-56 m-714 56 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m76 0 h10 m0 0 h436 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m76 0 h10 m20 0 h10 m64 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m76 0 h10 m-354 0 h20 m334 0 h20 m-374 0 q10 0 10 10 m354 0 q0 -10 10 -10 m-364 10 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m38 0 h10 m0 0 h10 m56 0 h10 m0 0 h200 m20 -44 h224 m-704 -10 v20 m714 0 v-20 m-714 20 v68 m714 0 v-68 m-714 68 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m44 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m112 0 h10 m0 0 h402 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m0 0 h442 m23 -252 h-3" /> <polygon points="757 83 765 79 765 87" /> <polygon points="757 83 749 79 749 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_default_privileges_stmt" href="#alter_default_privileges_stmt">alter\_default\_privileges\_stmt:</a></p><svg width="741" height="191"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="80" height="32" rx="10" /> <rect x="111" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DEFAULT</text> <rect x="213" y="3" width="104" height="32" rx="10" /> <rect x="211" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="21">PRIVILEGES</text><a href="#opt_for_roles" title="opt_for_roles"> <rect x="357" y="3" width="106" height="32" /> <rect x="355" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="365" y="21">opt\_for\_roles</text></a><rect x="357" y="47" width="48" height="32" rx="10" /> <rect x="355" y="45" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="65">FOR</text> <rect x="425" y="47" width="44" height="32" rx="10" /> <rect x="423" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="433" y="65">ALL</text> <rect x="489" y="47" width="66" height="32" rx="10" /> <rect x="487" y="45" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="497" y="65">ROLES</text><a href="#opt_in_schemas" title="opt_in_schemas"> <rect x="595" y="3" width="124" height="32" /> <rect x="593" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="21">opt\_in\_schemas</text></a><a href="#abbreviated_grant_stmt" title="abbreviated_grant_stmt"> <rect x="509" y="113" width="174" height="32" /> <rect x="507" y="111" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="517" y="131">abbreviated\_grant\_stmt</text></a><a href="#abbreviated_revoke_stmt" title="abbreviated_revoke_stmt"> <rect x="509" y="157" width="184" height="32" /> <rect x="507" y="155" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="517" y="175">abbreviated\_revoke\_stmt</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m104 0 h10 m20 0 h10 m106 0 h10 m0 0 h92 m-238 0 h20 m218 0 h20 m-258 0 q10 0 10 10 m238 0 q0 -10 10 -10 m-248 10 v24 m238 0 v-24 m-238 24 q0 10 10 10 m218 0 q10 0 10 -10 m-228 10 h10 m48 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m66 0 h10 m20 -44 h10 m124 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-274 110 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m174 0 h10 m0 0 h10 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m184 0 h10 m23 -44 h-3" /> <polygon points="731 127 739 123 739 131" /> <polygon points="731 127 723 123 723 131" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_changefeed_stmt" href="#alter_changefeed_stmt">alter\_changefeed\_stmt:</a></p><svg width="527" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="110" height="32" rx="10" /> <rect x="111" y="1" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">CHANGEFEED</text><a href="#a_expr" title="a_expr"> <rect x="243" y="3" width="64" height="32" /> <rect x="241" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">a\_expr</text></a><a href="#alter_changefeed_cmds" title="alter_changefeed_cmds"> <rect x="327" y="3" width="172" height="32" /> <rect x="325" y="1" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="335" y="21">alter\_changefeed\_cmds</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m172 0 h10 m3 0 h-3" /> <polygon points="517 17 525 13 525 21" /> <polygon points="517 17 509 13 509 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_stmt" href="#alter_backup_stmt">alter\_backup\_stmt:</a></p><svg width="661" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="74" height="32" rx="10" /> <rect x="111" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">BACKUP</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="207" y="3" width="158" height="32" /> <rect x="205" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="21">string\_or\_placeholder</text></a><rect x="405" y="35" width="36" height="32" rx="10" /> <rect x="403" y="33" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="413" y="53">IN</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="461" y="35" width="158" height="32" /> <rect x="459" y="33" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="469" y="53">string\_or\_placeholder</text></a><a href="#alter_backup_cmds" title="alter_backup_cmds"> <rect x="489" y="101" width="144" height="32" /> <rect x="487" y="99" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="497" y="119">alter\_backup\_cmds</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m158 0 h10 m20 0 h10 m0 0 h224 m-254 0 h20 m234 0 h20 m-274 0 q10 0 10 10 m254 0 q0 -10 10 -10 m-264 10 v12 m254 0 v-12 m-254 12 q0 10 10 10 m234 0 q10 0 10 -10 m-244 10 h10 m36 0 h10 m0 0 h10 m158 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-194 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m144 0 h10 m3 0 h-3" /> <polygon points="651 115 659 111 659 119" /> <polygon points="651 115 643 111 643 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_stmt" href="#alter_func_stmt">alter\_func\_stmt:</a></p><svg width="321" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_func_options_stmt" title="alter_func_options_stmt"> <rect x="51" y="3" width="176" height="32" /> <rect x="49" y="1" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_func\_options\_stmt</text></a><a href="#alter_func_rename_stmt" title="alter_func_rename_stmt"> <rect x="51" y="47" width="176" height="32" /> <rect x="49" y="45" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_func\_rename\_stmt</text></a><a href="#alter_func_owner_stmt" title="alter_func_owner_stmt"> <rect x="51" y="91" width="166" height="32" /> <rect x="49" y="89" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_func\_owner\_stmt</text></a><a href="#alter_func_set_schema_stmt" title="alter_func_set_schema_stmt"> <rect x="51" y="135" width="204" height="32" /> <rect x="49" y="133" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">alter\_func\_set\_schema\_stmt</text></a><a href="#alter_func_dep_extension_stmt" title="alter_func_dep_extension_stmt"> <rect x="51" y="179" width="222" height="32" /> <rect x="49" y="177" width="222" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">alter\_func\_dep\_extension\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m176 0 h10 m0 0 h46 m-262 0 h20 m242 0 h20 m-282 0 q10 0 10 10 m262 0 q0 -10 10 -10 m-272 10 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m176 0 h10 m0 0 h46 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m166 0 h10 m0 0 h56 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m204 0 h10 m0 0 h18 m-252 -10 v20 m262 0 v-20 m-262 20 v24 m262 0 v-24 m-262 24 q0 10 10 10 m242 0 q10 0 10 -10 m-252 10 h10 m222 0 h10 m23 -176 h-3" /> <polygon points="311 17 319 13 319 21" /> <polygon points="311 17 303 13 303 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_proc_stmt" href="#alter_proc_stmt">alter\_proc\_stmt:</a></p><svg width="305" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alter_proc_rename_stmt" title="alter_proc_rename_stmt"> <rect x="51" y="3" width="178" height="32" /> <rect x="49" y="1" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alter\_proc\_rename\_stmt</text></a><a href="#alter_proc_owner_stmt" title="alter_proc_owner_stmt"> <rect x="51" y="47" width="168" height="32" /> <rect x="49" y="45" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_proc\_owner\_stmt</text></a><a href="#alter_proc_set_schema_stmt" title="alter_proc_set_schema_stmt"> <rect x="51" y="91" width="206" height="32" /> <rect x="49" y="89" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">alter\_proc\_set\_schema\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m178 0 h10 m0 0 h28 m-246 0 h20 m226 0 h20 m-266 0 q10 0 10 10 m246 0 q0 -10 10 -10 m-256 10 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m168 0 h10 m0 0 h38 m-236 -10 v20 m246 0 v-20 m-246 20 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m206 0 h10 m23 -88 h-3" /> <polygon points="295 17 303 13 303 21" /> <polygon points="295 17 287 13 287 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_schedule" href="#alter_backup_schedule">alter\_backup\_schedule:</a></p><svg width="649" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="74" height="32" rx="10" /> <rect x="111" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">BACKUP</text> <rect x="207" y="3" width="92" height="32" rx="10" /> <rect x="205" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="21">SCHEDULE</text> <rect x="319" y="3" width="74" height="32" rx="10" /> <rect x="317" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="327" y="21">ICONST</text><a href="#alter_backup_schedule_cmds" title="alter_backup_schedule_cmds"> <rect x="413" y="3" width="208" height="32" /> <rect x="411" y="1" width="208" height="32" className="nonterminal" /> <text className="nonterminal" x="421" y="21">alter\_backup\_schedule\_cmds</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m208 0 h10 m3 0 h-3" /> <polygon points="639 17 647 13 647 21" /> <polygon points="639 17 631 13 631 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_policy_stmt" href="#alter_policy_stmt">alter\_policy\_stmt:</a></p><svg width="459" height="147"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="72" height="32" rx="10" /> <rect x="111" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">POLICY</text><a href="#name" title="name"> <rect x="205" y="3" width="56" height="32" /> <rect x="203" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="213" y="21">name</text></a><rect x="281" y="3" width="40" height="32" rx="10" /> <rect x="279" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="289" y="21">ON</text><a href="#table_name" title="table_name"> <rect x="341" y="3" width="96" height="32" /> <rect x="339" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="21">table\_name</text></a><rect x="139" y="69" width="76" height="32" rx="10" /> <rect x="137" y="67" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="87">RENAME</text> <rect x="235" y="69" width="38" height="32" rx="10" /> <rect x="233" y="67" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="243" y="87">TO</text><a href="#name" title="name"> <rect x="293" y="69" width="56" height="32" /> <rect x="291" y="67" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="301" y="87">name</text></a><a href="#opt_policy_roles" title="opt_policy_roles"> <rect x="139" y="113" width="124" height="32" /> <rect x="137" y="111" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="147" y="131">opt\_policy\_roles</text></a><a href="#opt_policy_exprs" title="opt_policy_exprs"> <rect x="283" y="113" width="128" height="32" /> <rect x="281" y="111" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="131">opt\_policy\_exprs</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m96 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-362 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m56 0 h10 m0 0 h62 m-312 0 h20 m292 0 h20 m-332 0 q10 0 10 10 m312 0 q0 -10 10 -10 m-322 10 v24 m312 0 v-24 m-312 24 q0 10 10 10 m292 0 q10 0 10 -10 m-302 10 h10 m124 0 h10 m0 0 h10 m128 0 h10 m23 -44 h-3" /> <polygon points="449 83 457 79 457 87" /> <polygon points="449 83 441 79 441 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_job_stmt" href="#alter_job_stmt">alter\_job\_stmt:</a></p><svg width="523" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="46" height="32" rx="10" /> <rect x="111" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">JOB</text><a href="#a_expr" title="a_expr"> <rect x="179" y="3" width="64" height="32" /> <rect x="177" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="21">a\_expr</text></a><rect x="263" y="3" width="72" height="32" rx="10" /> <rect x="261" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="21">OWNER</text> <rect x="355" y="3" width="38" height="32" rx="10" /> <rect x="353" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="363" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="413" y="3" width="82" height="32" /> <rect x="411" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="421" y="21">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="513 17 521 13 521 21" /> <polygon points="513 17 505 13 505 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_ddl_stmt" title="alter_ddl_stmt">alter\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="label_spec" href="#label_spec">label\_spec:</a></p><svg width="469" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="34" height="32" rx="10" /> <rect x="49" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">IF</text> <rect x="105" y="35" width="48" height="32" rx="10" /> <rect x="103" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="53">NOT</text> <rect x="173" y="35" width="70" height="32" rx="10" /> <rect x="171" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="53">EXISTS</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="283" y="3" width="158" height="32" /> <rect x="281" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="21">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m158 0 h10 m3 0 h-3" /> <polygon points="459 17 467 13 467 21" /> <polygon points="459 17 451 13 451 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_external_connection_stmt" title="alter_external_connection_stmt">alter\_external\_connection\_stmt</a></li> <li><a href="#create_external_connection_stmt" title="create_external_connection_stmt">create\_external\_connection\_stmt</a></li> <li><a href="#schedule_label_spec" title="schedule_label_spec">schedule\_label\_spec</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="role_or_group_or_user" href="#role_or_group_or_user">role\_or\_group\_or\_user:</a></p><svg width="155" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROLE</text> <rect x="51" y="47" width="56" height="32" rx="10" /> <rect x="49" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">USER</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v24 m96 0 v-24 m-96 24 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -44 h-3" /> <polygon points="145 17 153 13 153 21" /> <polygon points="145 17 137 13 137 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_role_stmt" title="alter_role_stmt">alter\_role\_stmt</a></li> <li><a href="#create_role_stmt" title="create_role_stmt">create\_role\_stmt</a></li> <li><a href="#drop_role_stmt" title="drop_role_stmt">drop\_role\_stmt</a></li> <li><a href="#opt_for_roles" title="opt_for_roles">opt\_for\_roles</a></li> <li><a href="#show_default_session_variables_for_role_stmt" title="show_default_session_variables_for_role_stmt">show\_default\_session\_variables\_for\_role\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_role_options" href="#opt_role_options">opt\_role\_options:</a></p><svg width="293" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#opt_with" title="opt_with"> <rect x="51" y="23" width="74" height="32" /> <rect x="49" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">opt\_with</text></a><a href="#role_options" title="role_options"> <rect x="145" y="23" width="100" height="32" /> <rect x="143" y="21" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="153" y="41">role\_options</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h204 m-234 0 h20 m214 0 h20 m-254 0 q10 0 10 10 m234 0 q0 -10 10 -10 m-244 10 v12 m234 0 v-12 m-234 12 q0 10 10 10 m214 0 q10 0 10 -10 m-224 10 h10 m74 0 h10 m0 0 h10 m100 0 h10 m23 -32 h-3" /> <polygon points="283 5 291 1 291 9" /> <polygon points="283 5 275 1 275 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_role_stmt" title="alter_role_stmt">alter\_role\_stmt</a></li> <li><a href="#create_role_stmt" title="create_role_stmt">create\_role\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_in_database" href="#opt_in_database">opt\_in\_database:</a></p><svg width="391" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="36" height="32" rx="10" /> <rect x="49" y="21" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">IN</text> <rect x="107" y="23" width="92" height="32" rx="10" /> <rect x="105" y="21" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="115" y="41">DATABASE</text><a href="#database_name" title="database_name"> <rect x="219" y="23" width="124" height="32" /> <rect x="217" y="21" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="41">database\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h302 m-332 0 h20 m312 0 h20 m-352 0 q10 0 10 10 m332 0 q0 -10 10 -10 m-342 10 v12 m332 0 v-12 m-332 12 q0 10 10 10 m312 0 q10 0 10 -10 m-322 10 h10 m36 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m23 -32 h-3" /> <polygon points="381 5 389 1 389 9" /> <polygon points="381 5 373 1 373 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_role_stmt" title="alter_role_stmt">alter\_role\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_or_reset_clause" href="#set_or_reset_clause">set\_or\_reset\_clause:</a></p><svg width="277" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SET</text><a href="#set_rest" title="set_rest"> <rect x="115" y="3" width="72" height="32" /> <rect x="113" y="1" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">set\_rest</text></a><rect x="51" y="47" width="96" height="32" rx="10" /> <rect x="49" y="45" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">RESET\_ALL</text> <rect x="167" y="47" width="44" height="32" rx="10" /> <rect x="165" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="65">ALL</text> <rect x="51" y="91" width="62" height="32" rx="10" /> <rect x="49" y="89" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">RESET</text><a href="#session_var" title="session_var"> <rect x="133" y="91" width="96" height="32" /> <rect x="131" y="89" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="109">session\_var</text></a><path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h10 m72 0 h10 m0 0 h42 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m96 0 h10 m0 0 h10 m44 0 h10 m0 0 h18 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m62 0 h10 m0 0 h10 m96 0 h10 m23 -88 h-3" /> <polygon points="267 17 275 13 275 21" /> <polygon points="267 17 259 13 259 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_set_stmt" title="alter_database_set_stmt">alter\_database\_set\_stmt</a></li> <li><a href="#alter_role_stmt" title="alter_role_stmt">alter\_role\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_virtual_cluster_replication_stmt" href="#alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt:</a></p><svg width="801" height="367"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text><a href="#virtual_cluster" title="virtual_cluster"> <rect x="115" y="3" width="110" height="32" /> <rect x="113" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">virtual\_cluster</text></a><a href="#virtual_cluster_spec" title="virtual_cluster_spec"> <rect x="245" y="3" width="148" height="32" /> <rect x="243" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="21">virtual\_cluster\_spec</text></a><rect x="65" y="69" width="64" height="32" rx="10" /> <rect x="63" y="67" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="87">PAUSE</text> <rect x="65" y="113" width="76" height="32" rx="10" /> <rect x="63" y="111" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="131">RESUME</text> <rect x="181" y="69" width="114" height="32" rx="10" /> <rect x="179" y="67" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="87">REPLICATION</text> <rect x="45" y="157" width="92" height="32" rx="10" /> <rect x="43" y="155" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="175">COMPLETE</text> <rect x="157" y="157" width="114" height="32" rx="10" /> <rect x="155" y="155" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="165" y="175">REPLICATION</text> <rect x="291" y="157" width="38" height="32" rx="10" /> <rect x="289" y="155" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="175">TO</text> <rect x="369" y="157" width="74" height="32" rx="10" /> <rect x="367" y="155" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="175">SYSTEM</text> <rect x="463" y="157" width="54" height="32" rx="10" /> <rect x="461" y="155" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="471" y="175">TIME</text><a href="#a_expr" title="a_expr"> <rect x="537" y="157" width="64" height="32" /> <rect x="535" y="155" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="545" y="175">a\_expr</text></a><rect x="369" y="201" width="70" height="32" rx="10" /> <rect x="367" y="199" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="219">LATEST</text> <rect x="45" y="245" width="44" height="32" rx="10" /> <rect x="43" y="243" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="263">SET</text> <rect x="109" y="245" width="114" height="32" rx="10" /> <rect x="107" y="243" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="263">REPLICATION</text><a href="#replication_options_list" title="replication_options_list"> <rect x="263" y="245" width="168" height="32" /> <rect x="261" y="243" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="271" y="263">replication\_options\_list</text></a><rect x="263" y="289" width="76" height="32" rx="10" /> <rect x="261" y="287" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="307">SOURCE</text><a href="#source_replication_options_list" title="source_replication_options_list"> <rect x="359" y="289" width="218" height="32" /> <rect x="357" y="287" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="367" y="307">source\_replication\_options\_list</text></a><rect x="45" y="333" width="64" height="32" rx="10" /> <rect x="43" y="331" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="351">START</text> <rect x="129" y="333" width="114" height="32" rx="10" /> <rect x="127" y="331" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="351">REPLICATION</text> <rect x="263" y="333" width="38" height="32" rx="10" /> <rect x="261" y="331" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="351">OF</text><a href="#d_expr" title="d_expr"> <rect x="321" y="333" width="64" height="32" /> <rect x="319" y="331" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="329" y="351">d\_expr</text></a><rect x="405" y="333" width="40" height="32" rx="10" /> <rect x="403" y="331" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="413" y="351">ON</text><a href="#d_expr" title="d_expr"> <rect x="465" y="333" width="64" height="32" /> <rect x="463" y="331" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="473" y="351">d\_expr</text></a><a href="#opt_with_replication_options" title="opt_with_replication_options"> <rect x="549" y="333" width="204" height="32" /> <rect x="547" y="331" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="557" y="351">opt\_with\_replication\_options</text></a><path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m148 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-412 66 l2 0 m2 0 l2 0 m2 0 l2 0 m42 0 h10 m64 0 h10 m0 0 h12 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m20 -44 h10 m114 0 h10 m0 0 h458 m-748 0 h20 m728 0 h20 m-768 0 q10 0 10 10 m748 0 q0 -10 10 -10 m-758 10 v68 m748 0 v-68 m-748 68 q0 10 10 10 m728 0 q10 0 10 -10 m-738 10 h10 m92 0 h10 m0 0 h10 m114 0 h10 m0 0 h10 m38 0 h10 m20 0 h10 m74 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m64 0 h10 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m70 0 h10 m0 0 h162 m20 -44 h132 m-738 -10 v20 m748 0 v-20 m-748 20 v68 m748 0 v-68 m-748 68 q0 10 10 10 m728 0 q10 0 10 -10 m-738 10 h10 m44 0 h10 m0 0 h10 m114 0 h10 m20 0 h10 m168 0 h10 m0 0 h146 m-354 0 h20 m334 0 h20 m-374 0 q10 0 10 10 m354 0 q0 -10 10 -10 m-364 10 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m76 0 h10 m0 0 h10 m218 0 h10 m20 -44 h156 m-738 -10 v20 m748 0 v-20 m-748 20 v68 m748 0 v-68 m-748 68 q0 10 10 10 m728 0 q10 0 10 -10 m-738 10 h10 m64 0 h10 m0 0 h10 m114 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m204 0 h10 m23 -264 h-3" /> <polygon points="791 83 799 79 799 87" /> <polygon points="791 83 783 79 783 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_stmt" title="alter_virtual_cluster_stmt">alter\_virtual\_cluster\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_virtual_cluster_capability_stmt" href="#alter_virtual_cluster_capability_stmt">alter\_virtual\_cluster\_capability\_stmt:</a></p><svg width="611" height="147"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text><a href="#virtual_cluster" title="virtual_cluster"> <rect x="113" y="3" width="110" height="32" /> <rect x="111" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">virtual\_cluster</text></a><a href="#virtual_cluster_spec" title="virtual_cluster_spec"> <rect x="243" y="3" width="148" height="32" /> <rect x="241" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">virtual\_cluster\_spec</text></a><rect x="431" y="3" width="66" height="32" rx="10" /> <rect x="429" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="21">GRANT</text> <rect x="431" y="47" width="74" height="32" rx="10" /> <rect x="429" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="65">REVOKE</text> <rect x="545" y="3" width="44" height="32" rx="10" /> <rect x="543" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="553" y="21">ALL</text> <rect x="465" y="113" width="118" height="32" rx="10" /> <rect x="463" y="111" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="473" y="131">CAPABILITIES</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m148 0 h10 m20 0 h10 m66 0 h10 m0 0 h8 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m20 -44 h10 m44 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-168 110 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m118 0 h10 m3 0 h-3" /> <polygon points="601 127 609 123 609 131" /> <polygon points="601 127 593 123 593 131" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_stmt" title="alter_virtual_cluster_stmt">alter\_virtual\_cluster\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_virtual_cluster_rename_stmt" href="#alter_virtual_cluster_rename_stmt">alter\_virtual\_cluster\_rename\_stmt:</a></p><svg width="657" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text><a href="#virtual_cluster" title="virtual_cluster"> <rect x="113" y="3" width="110" height="32" /> <rect x="111" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">virtual\_cluster</text></a><a href="#virtual_cluster_spec" title="virtual_cluster_spec"> <rect x="243" y="3" width="148" height="32" /> <rect x="241" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">virtual\_cluster\_spec</text></a><rect x="411" y="3" width="76" height="32" rx="10" /> <rect x="409" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="419" y="21">RENAME</text> <rect x="507" y="3" width="38" height="32" rx="10" /> <rect x="505" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="515" y="21">TO</text><a href="#d_expr" title="d_expr"> <rect x="565" y="3" width="64" height="32" /> <rect x="563" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="573" y="21">d\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m148 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="647 17 655 13 655 21" /> <polygon points="647 17 639 13 639 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_stmt" title="alter_virtual_cluster_stmt">alter\_virtual\_cluster\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_virtual_cluster_service_stmt" href="#alter_virtual_cluster_service_stmt">alter\_virtual\_cluster\_service\_stmt:</a></p><svg width="737" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text><a href="#virtual_cluster" title="virtual_cluster"> <rect x="113" y="3" width="110" height="32" /> <rect x="111" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">virtual\_cluster</text></a><a href="#virtual_cluster_spec" title="virtual_cluster_spec"> <rect x="243" y="3" width="148" height="32" /> <rect x="241" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">virtual\_cluster\_spec</text></a><rect x="431" y="3" width="64" height="32" rx="10" /> <rect x="429" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="21">START</text> <rect x="515" y="3" width="78" height="32" rx="10" /> <rect x="513" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="21">SERVICE</text> <rect x="613" y="3" width="76" height="32" rx="10" /> <rect x="611" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="621" y="21">SHARED</text> <rect x="431" y="47" width="56" height="32" rx="10" /> <rect x="429" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="65">STOP</text> <rect x="507" y="47" width="78" height="32" rx="10" /> <rect x="505" y="45" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="515" y="65">SERVICE</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m148 0 h10 m20 0 h10 m64 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m76 0 h10 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m56 0 h10 m0 0 h10 m78 0 h10 m0 0 h104 m23 -44 h-3" /> <polygon points="727 17 735 13 735 21" /> <polygon points="727 17 719 13 719 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_stmt" title="alter_virtual_cluster_stmt">alter\_virtual\_cluster\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="backup_options_list" href="#backup_options_list">backup\_options\_list:</a></p><svg width="219" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#backup_options" title="backup_options"> <rect x="51" y="47" width="120" height="32" /> <rect x="49" y="45" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">backup\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m120 0 h10 m-160 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m140 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-140 0 h10 m24 0 h10 m0 0 h96 m23 44 h-3" /> <polygon points="209 61 217 57 217 65" /> <polygon points="209 61 201 57 201 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_backup_options" title="opt_with_backup_options">opt\_with\_backup\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="a_expr" href="#a_expr">a\_expr:</a></p><svg width="705" height="4183"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#c_expr" title="c_expr"> <rect x="53" y="3" width="62" height="32" /> <rect x="51" y="1" width="62" height="32" className="nonterminal" /> <text className="nonterminal" x="61" y="21">c\_expr</text></a><rect x="73" y="47" width="30" height="32" rx="10" /> <rect x="71" y="45" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="65">+</text> <rect x="73" y="91" width="26" height="32" rx="10" /> <rect x="71" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="109">-</text> <rect x="73" y="135" width="30" height="32" rx="10" /> <rect x="71" y="133" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="153">\~</text> <rect x="73" y="179" width="58" height="32" rx="10" /> <rect x="71" y="177" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="197">SQRT</text> <rect x="73" y="223" width="56" height="32" rx="10" /> <rect x="71" y="221" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="241">CBRT</text><a href="#qual_op" title="qual_op"> <rect x="73" y="267" width="70" height="32" /> <rect x="71" y="265" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="81" y="285">qual\_op</text></a><rect x="73" y="311" width="48" height="32" rx="10" /> <rect x="71" y="309" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="329">NOT</text><a href="#a_expr" title="a_expr"> <rect x="183" y="47" width="64" height="32" /> <rect x="181" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="191" y="65">a\_expr</text></a><a href="#row" title="row"> <rect x="53" y="355" width="42" height="32" /> <rect x="51" y="353" width="42" height="32" className="nonterminal" /> <text className="nonterminal" x="61" y="373">row</text></a><rect x="115" y="355" width="92" height="32" rx="10" /> <rect x="113" y="353" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="373">OVERLAPS</text><a href="#row" title="row"> <rect x="227" y="355" width="42" height="32" /> <rect x="225" y="353" width="42" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="373">row</text></a><rect x="53" y="399" width="80" height="32" rx="10" /> <rect x="51" y="397" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="61" y="417">DEFAULT</text> <rect x="85" y="481" width="90" height="32" rx="10" /> <rect x="83" y="479" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="499">TYPECAST</text><a href="#cast_target" title="cast_target"> <rect x="195" y="481" width="92" height="32" /> <rect x="193" y="479" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="499">cast\_target</text></a><rect x="85" y="525" width="128" height="32" rx="10" /> <rect x="83" y="523" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="543">TYPEANNOTATE</text><a href="#typename" title="typename"> <rect x="233" y="525" width="84" height="32" /> <rect x="231" y="523" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="543">typename</text></a><rect x="85" y="569" width="82" height="32" rx="10" /> <rect x="83" y="567" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="587">COLLATE</text><a href="#collation_name" title="collation_name"> <rect x="187" y="569" width="116" height="32" /> <rect x="185" y="567" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="195" y="587">collation\_name</text></a><rect x="85" y="613" width="38" height="32" rx="10" /> <rect x="83" y="611" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="631">AT</text> <rect x="143" y="613" width="54" height="32" rx="10" /> <rect x="141" y="611" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="631">TIME</text> <rect x="217" y="613" width="58" height="32" rx="10" /> <rect x="215" y="611" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="631">ZONE</text><a href="#a_expr" title="a_expr"> <rect x="295" y="613" width="64" height="32" /> <rect x="293" y="611" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="303" y="631">a\_expr</text></a><rect x="85" y="657" width="30" height="32" rx="10" /> <rect x="83" y="655" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="675">+</text><a href="#a_expr" title="a_expr"> <rect x="135" y="657" width="64" height="32" /> <rect x="133" y="655" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="675">a\_expr</text></a><rect x="85" y="701" width="26" height="32" rx="10" /> <rect x="83" y="699" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="719">-</text><a href="#a_expr" title="a_expr"> <rect x="131" y="701" width="64" height="32" /> <rect x="129" y="699" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="719">a\_expr</text></a><rect x="85" y="745" width="28" height="32" rx="10" /> <rect x="83" y="743" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="763">\*</text><a href="#a_expr" title="a_expr"> <rect x="133" y="745" width="64" height="32" /> <rect x="131" y="743" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="763">a\_expr</text></a><rect x="85" y="789" width="28" height="32" rx="10" /> <rect x="83" y="787" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="807">/</text><a href="#a_expr" title="a_expr"> <rect x="133" y="789" width="64" height="32" /> <rect x="131" y="787" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="807">a\_expr</text></a><rect x="85" y="833" width="92" height="32" rx="10" /> <rect x="83" y="831" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="851">FLOORDIV</text><a href="#a_expr" title="a_expr"> <rect x="197" y="833" width="64" height="32" /> <rect x="195" y="831" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="851">a\_expr</text></a><rect x="85" y="877" width="34" height="32" rx="10" /> <rect x="83" y="875" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="895">%</text><a href="#a_expr" title="a_expr"> <rect x="139" y="877" width="64" height="32" /> <rect x="137" y="875" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="147" y="895">a\_expr</text></a><rect x="85" y="921" width="30" height="32" rx="10" /> <rect x="83" y="919" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="939">^</text><a href="#a_expr" title="a_expr"> <rect x="135" y="921" width="64" height="32" /> <rect x="133" y="919" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="939">a\_expr</text></a><rect x="85" y="965" width="30" height="32" rx="10" /> <rect x="83" y="963" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="983">#</text><a href="#a_expr" title="a_expr"> <rect x="135" y="965" width="64" height="32" /> <rect x="133" y="963" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="983">a\_expr</text></a><rect x="85" y="1009" width="30" height="32" rx="10" /> <rect x="83" y="1007" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1027">&</text><a href="#a_expr" title="a_expr"> <rect x="135" y="1009" width="64" height="32" /> <rect x="133" y="1007" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="1027">a\_expr</text></a><rect x="85" y="1053" width="26" height="32" rx="10" /> <rect x="83" y="1051" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1071">|</text><a href="#a_expr" title="a_expr"> <rect x="131" y="1053" width="64" height="32" /> <rect x="129" y="1051" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="1071">a\_expr</text></a><rect x="85" y="1097" width="30" height="32" rx="10" /> <rect x="83" y="1095" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1115">\<</text><a href="#a_expr" title="a_expr"> <rect x="135" y="1097" width="64" height="32" /> <rect x="133" y="1095" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="1115">a\_expr</text></a><rect x="85" y="1141" width="30" height="32" rx="10" /> <rect x="83" y="1139" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1159">></text><a href="#a_expr" title="a_expr"> <rect x="135" y="1141" width="64" height="32" /> <rect x="133" y="1139" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="1159">a\_expr</text></a><rect x="85" y="1185" width="26" height="32" rx="10" /> <rect x="83" y="1183" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1203">?</text><a href="#a_expr" title="a_expr"> <rect x="131" y="1185" width="64" height="32" /> <rect x="129" y="1183" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="1203">a\_expr</text></a><rect x="85" y="1229" width="164" height="32" rx="10" /> <rect x="83" y="1227" width="164" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1247">JSON\_SOME\_EXISTS</text><a href="#a_expr" title="a_expr"> <rect x="269" y="1229" width="64" height="32" /> <rect x="267" y="1227" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="277" y="1247">a\_expr</text></a><rect x="85" y="1273" width="150" height="32" rx="10" /> <rect x="83" y="1271" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1291">JSON\_ALL\_EXISTS</text><a href="#a_expr" title="a_expr"> <rect x="255" y="1273" width="64" height="32" /> <rect x="253" y="1271" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="1291">a\_expr</text></a><rect x="85" y="1317" width="92" height="32" rx="10" /> <rect x="83" y="1315" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1335">CONTAINS</text><a href="#a_expr" title="a_expr"> <rect x="197" y="1317" width="64" height="32" /> <rect x="195" y="1315" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="1335">a\_expr</text></a><rect x="85" y="1361" width="142" height="32" rx="10" /> <rect x="83" y="1359" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1379">FIRST\_CONTAINS</text><a href="#a_expr" title="a_expr"> <rect x="247" y="1361" width="64" height="32" /> <rect x="245" y="1359" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="1379">a\_expr</text></a><rect x="85" y="1405" width="128" height="32" rx="10" /> <rect x="83" y="1403" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1423">CONTAINED\_BY</text><a href="#a_expr" title="a_expr"> <rect x="233" y="1405" width="64" height="32" /> <rect x="231" y="1403" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="1423">a\_expr</text></a><rect x="85" y="1449" width="178" height="32" rx="10" /> <rect x="83" y="1447" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1467">FIRST\_CONTAINED\_BY</text><a href="#a_expr" title="a_expr"> <rect x="283" y="1449" width="64" height="32" /> <rect x="281" y="1447" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="1467">a\_expr</text></a><rect x="85" y="1493" width="30" height="32" rx="10" /> <rect x="83" y="1491" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1511">=</text><a href="#a_expr" title="a_expr"> <rect x="135" y="1493" width="64" height="32" /> <rect x="133" y="1491" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="1511">a\_expr</text></a><rect x="85" y="1537" width="76" height="32" rx="10" /> <rect x="83" y="1535" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1555">CONCAT</text><a href="#a_expr" title="a_expr"> <rect x="181" y="1537" width="64" height="32" /> <rect x="179" y="1535" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="1555">a\_expr</text></a><rect x="85" y="1581" width="70" height="32" rx="10" /> <rect x="83" y="1579" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1599">LSHIFT</text><a href="#a_expr" title="a_expr"> <rect x="175" y="1581" width="64" height="32" /> <rect x="173" y="1579" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="1599">a\_expr</text></a><rect x="85" y="1625" width="70" height="32" rx="10" /> <rect x="83" y="1623" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1643">RSHIFT</text><a href="#a_expr" title="a_expr"> <rect x="175" y="1625" width="64" height="32" /> <rect x="173" y="1623" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="1643">a\_expr</text></a><rect x="85" y="1669" width="90" height="32" rx="10" /> <rect x="83" y="1667" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1687">FETCHVAL</text><a href="#a_expr" title="a_expr"> <rect x="195" y="1669" width="64" height="32" /> <rect x="193" y="1667" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="1687">a\_expr</text></a><rect x="85" y="1713" width="96" height="32" rx="10" /> <rect x="83" y="1711" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1731">FETCHTEXT</text><a href="#a_expr" title="a_expr"> <rect x="201" y="1713" width="64" height="32" /> <rect x="199" y="1711" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="1731">a\_expr</text></a><rect x="85" y="1757" width="134" height="32" rx="10" /> <rect x="83" y="1755" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1775">FETCHVAL\_PATH</text><a href="#a_expr" title="a_expr"> <rect x="239" y="1757" width="64" height="32" /> <rect x="237" y="1755" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="1775">a\_expr</text></a><rect x="85" y="1801" width="142" height="32" rx="10" /> <rect x="83" y="1799" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1819">FETCHTEXT\_PATH</text><a href="#a_expr" title="a_expr"> <rect x="247" y="1801" width="64" height="32" /> <rect x="245" y="1799" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="1819">a\_expr</text></a><rect x="85" y="1845" width="122" height="32" rx="10" /> <rect x="83" y="1843" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1863">REMOVE\_PATH</text><a href="#a_expr" title="a_expr"> <rect x="227" y="1845" width="64" height="32" /> <rect x="225" y="1843" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="1863">a\_expr</text></a><rect x="85" y="1889" width="264" height="32" rx="10" /> <rect x="83" y="1887" width="264" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1907">INET\_CONTAINED\_BY\_OR\_EQUALS</text><a href="#a_expr" title="a_expr"> <rect x="369" y="1889" width="64" height="32" /> <rect x="367" y="1887" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="1907">a\_expr</text></a><rect x="85" y="1933" width="88" height="32" rx="10" /> <rect x="83" y="1931" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1951">AND\_AND</text><a href="#a_expr" title="a_expr"> <rect x="193" y="1933" width="64" height="32" /> <rect x="191" y="1931" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="201" y="1951">a\_expr</text></a><rect x="85" y="1977" width="64" height="32" rx="10" /> <rect x="83" y="1975" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1995">AT\_AT</text><a href="#a_expr" title="a_expr"> <rect x="169" y="1977" width="64" height="32" /> <rect x="167" y="1975" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="177" y="1995">a\_expr</text></a><rect x="85" y="2021" width="90" height="32" rx="10" /> <rect x="83" y="2019" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2039">DISTANCE</text><a href="#a_expr" title="a_expr"> <rect x="195" y="2021" width="64" height="32" /> <rect x="193" y="2019" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="2039">a\_expr</text></a><rect x="85" y="2065" width="128" height="32" rx="10" /> <rect x="83" y="2063" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2083">COS\_DISTANCE</text><a href="#a_expr" title="a_expr"> <rect x="233" y="2065" width="64" height="32" /> <rect x="231" y="2063" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="2083">a\_expr</text></a><rect x="85" y="2109" width="176" height="32" rx="10" /> <rect x="83" y="2107" width="176" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2127">NEG\_INNER\_PRODUCT</text><a href="#a_expr" title="a_expr"> <rect x="281" y="2109" width="64" height="32" /> <rect x="279" y="2107" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="289" y="2127">a\_expr</text></a><rect x="85" y="2153" width="228" height="32" rx="10" /> <rect x="83" y="2151" width="228" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2171">INET\_CONTAINS\_OR\_EQUALS</text><a href="#a_expr" title="a_expr"> <rect x="333" y="2153" width="64" height="32" /> <rect x="331" y="2151" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="2171">a\_expr</text></a><rect x="85" y="2197" width="118" height="32" rx="10" /> <rect x="83" y="2195" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2215">LESS\_EQUALS</text><a href="#a_expr" title="a_expr"> <rect x="223" y="2197" width="64" height="32" /> <rect x="221" y="2195" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="231" y="2215">a\_expr</text></a><rect x="85" y="2241" width="146" height="32" rx="10" /> <rect x="83" y="2239" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2259">GREATER\_EQUALS</text><a href="#a_expr" title="a_expr"> <rect x="251" y="2241" width="64" height="32" /> <rect x="249" y="2239" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="259" y="2259">a\_expr</text></a><rect x="85" y="2285" width="114" height="32" rx="10" /> <rect x="83" y="2283" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2303">NOT\_EQUALS</text><a href="#a_expr" title="a_expr"> <rect x="219" y="2285" width="64" height="32" /> <rect x="217" y="2283" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="2303">a\_expr</text></a><a href="#qual_op" title="qual_op"> <rect x="85" y="2329" width="70" height="32" /> <rect x="83" y="2327" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="93" y="2347">qual\_op</text></a><a href="#a_expr" title="a_expr"> <rect x="175" y="2329" width="64" height="32" /> <rect x="173" y="2327" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="2347">a\_expr</text></a><rect x="85" y="2373" width="48" height="32" rx="10" /> <rect x="83" y="2371" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2391">AND</text><a href="#a_expr" title="a_expr"> <rect x="153" y="2373" width="64" height="32" /> <rect x="151" y="2371" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="161" y="2391">a\_expr</text></a><rect x="85" y="2417" width="40" height="32" rx="10" /> <rect x="83" y="2415" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2435">OR</text><a href="#a_expr" title="a_expr"> <rect x="145" y="2417" width="64" height="32" /> <rect x="143" y="2415" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="153" y="2435">a\_expr</text></a><rect x="85" y="2461" width="52" height="32" rx="10" /> <rect x="83" y="2459" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2479">LIKE</text><a href="#a_expr" title="a_expr"> <rect x="157" y="2461" width="64" height="32" /> <rect x="155" y="2459" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="2479">a\_expr</text></a><rect x="85" y="2505" width="52" height="32" rx="10" /> <rect x="83" y="2503" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2523">LIKE</text><a href="#a_expr" title="a_expr"> <rect x="157" y="2505" width="64" height="32" /> <rect x="155" y="2503" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="2523">a\_expr</text></a><rect x="241" y="2505" width="72" height="32" rx="10" /> <rect x="239" y="2503" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="2523">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="333" y="2505" width="64" height="32" /> <rect x="331" y="2503" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="2523">a\_expr</text></a><rect x="85" y="2549" width="48" height="32" rx="10" /> <rect x="83" y="2547" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2567">NOT</text> <rect x="153" y="2549" width="52" height="32" rx="10" /> <rect x="151" y="2547" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2567">LIKE</text><a href="#a_expr" title="a_expr"> <rect x="225" y="2549" width="64" height="32" /> <rect x="223" y="2547" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="2567">a\_expr</text></a><rect x="85" y="2593" width="48" height="32" rx="10" /> <rect x="83" y="2591" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2611">NOT</text> <rect x="153" y="2593" width="52" height="32" rx="10" /> <rect x="151" y="2591" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2611">LIKE</text><a href="#a_expr" title="a_expr"> <rect x="225" y="2593" width="64" height="32" /> <rect x="223" y="2591" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="2611">a\_expr</text></a><rect x="309" y="2593" width="72" height="32" rx="10" /> <rect x="307" y="2591" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="317" y="2611">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="401" y="2593" width="64" height="32" /> <rect x="399" y="2591" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="2611">a\_expr</text></a><rect x="85" y="2637" width="58" height="32" rx="10" /> <rect x="83" y="2635" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2655">ILIKE</text><a href="#a_expr" title="a_expr"> <rect x="163" y="2637" width="64" height="32" /> <rect x="161" y="2635" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="171" y="2655">a\_expr</text></a><rect x="85" y="2681" width="58" height="32" rx="10" /> <rect x="83" y="2679" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2699">ILIKE</text><a href="#a_expr" title="a_expr"> <rect x="163" y="2681" width="64" height="32" /> <rect x="161" y="2679" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="171" y="2699">a\_expr</text></a><rect x="247" y="2681" width="72" height="32" rx="10" /> <rect x="245" y="2679" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="2699">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="339" y="2681" width="64" height="32" /> <rect x="337" y="2679" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="2699">a\_expr</text></a><rect x="85" y="2725" width="48" height="32" rx="10" /> <rect x="83" y="2723" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2743">NOT</text> <rect x="153" y="2725" width="58" height="32" rx="10" /> <rect x="151" y="2723" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2743">ILIKE</text><a href="#a_expr" title="a_expr"> <rect x="231" y="2725" width="64" height="32" /> <rect x="229" y="2723" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="2743">a\_expr</text></a><rect x="85" y="2769" width="48" height="32" rx="10" /> <rect x="83" y="2767" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2787">NOT</text> <rect x="153" y="2769" width="58" height="32" rx="10" /> <rect x="151" y="2767" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2787">ILIKE</text><a href="#a_expr" title="a_expr"> <rect x="231" y="2769" width="64" height="32" /> <rect x="229" y="2767" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="2787">a\_expr</text></a><rect x="315" y="2769" width="72" height="32" rx="10" /> <rect x="313" y="2767" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="323" y="2787">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="407" y="2769" width="64" height="32" /> <rect x="405" y="2767" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="415" y="2787">a\_expr</text></a><rect x="85" y="2813" width="80" height="32" rx="10" /> <rect x="83" y="2811" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2831">SIMILAR</text> <rect x="185" y="2813" width="38" height="32" rx="10" /> <rect x="183" y="2811" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="193" y="2831">TO</text><a href="#a_expr" title="a_expr"> <rect x="243" y="2813" width="64" height="32" /> <rect x="241" y="2811" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="2831">a\_expr</text></a><rect x="85" y="2857" width="80" height="32" rx="10" /> <rect x="83" y="2855" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2875">SIMILAR</text> <rect x="185" y="2857" width="38" height="32" rx="10" /> <rect x="183" y="2855" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="193" y="2875">TO</text><a href="#a_expr" title="a_expr"> <rect x="243" y="2857" width="64" height="32" /> <rect x="241" y="2855" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="2875">a\_expr</text></a><rect x="327" y="2857" width="72" height="32" rx="10" /> <rect x="325" y="2855" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="335" y="2875">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="419" y="2857" width="64" height="32" /> <rect x="417" y="2855" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="427" y="2875">a\_expr</text></a><rect x="85" y="2901" width="48" height="32" rx="10" /> <rect x="83" y="2899" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2919">NOT</text> <rect x="153" y="2901" width="80" height="32" rx="10" /> <rect x="151" y="2899" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2919">SIMILAR</text> <rect x="253" y="2901" width="38" height="32" rx="10" /> <rect x="251" y="2899" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="2919">TO</text><a href="#a_expr" title="a_expr"> <rect x="311" y="2901" width="64" height="32" /> <rect x="309" y="2899" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="2919">a\_expr</text></a><rect x="85" y="2945" width="48" height="32" rx="10" /> <rect x="83" y="2943" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="2963">NOT</text> <rect x="153" y="2945" width="80" height="32" rx="10" /> <rect x="151" y="2943" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="2963">SIMILAR</text> <rect x="253" y="2945" width="38" height="32" rx="10" /> <rect x="251" y="2943" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="2963">TO</text><a href="#a_expr" title="a_expr"> <rect x="311" y="2945" width="64" height="32" /> <rect x="309" y="2943" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="2963">a\_expr</text></a><rect x="395" y="2945" width="72" height="32" rx="10" /> <rect x="393" y="2943" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="403" y="2963">ESCAPE</text><a href="#a_expr" title="a_expr"> <rect x="487" y="2945" width="64" height="32" /> <rect x="485" y="2943" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="495" y="2963">a\_expr</text></a><rect x="85" y="2989" width="30" height="32" rx="10" /> <rect x="83" y="2987" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3007">\~</text><a href="#a_expr" title="a_expr"> <rect x="135" y="2989" width="64" height="32" /> <rect x="133" y="2987" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="3007">a\_expr</text></a><rect x="85" y="3033" width="134" height="32" rx="10" /> <rect x="83" y="3031" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3051">NOT\_REGMATCH</text><a href="#a_expr" title="a_expr"> <rect x="239" y="3033" width="64" height="32" /> <rect x="237" y="3031" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="3051">a\_expr</text></a><rect x="85" y="3077" width="102" height="32" rx="10" /> <rect x="83" y="3075" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3095">REGIMATCH</text><a href="#a_expr" title="a_expr"> <rect x="207" y="3077" width="64" height="32" /> <rect x="205" y="3075" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="3095">a\_expr</text></a><rect x="85" y="3121" width="140" height="32" rx="10" /> <rect x="83" y="3119" width="140" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3139">NOT\_REGIMATCH</text><a href="#a_expr" title="a_expr"> <rect x="245" y="3121" width="64" height="32" /> <rect x="243" y="3119" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="3139">a\_expr</text></a><rect x="85" y="3165" width="36" height="32" rx="10" /> <rect x="83" y="3163" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3183">IS</text> <rect x="141" y="3165" width="50" height="32" rx="10" /> <rect x="139" y="3163" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3183">NAN</text> <rect x="85" y="3209" width="36" height="32" rx="10" /> <rect x="83" y="3207" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3227">IS</text> <rect x="141" y="3209" width="48" height="32" rx="10" /> <rect x="139" y="3207" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3227">NOT</text> <rect x="209" y="3209" width="50" height="32" rx="10" /> <rect x="207" y="3207" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3227">NAN</text> <rect x="85" y="3253" width="36" height="32" rx="10" /> <rect x="83" y="3251" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3271">IS</text> <rect x="141" y="3253" width="56" height="32" rx="10" /> <rect x="139" y="3251" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3271">NULL</text> <rect x="85" y="3297" width="70" height="32" rx="10" /> <rect x="83" y="3295" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3315">ISNULL</text> <rect x="85" y="3341" width="36" height="32" rx="10" /> <rect x="83" y="3339" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3359">IS</text> <rect x="141" y="3341" width="48" height="32" rx="10" /> <rect x="139" y="3339" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3359">NOT</text> <rect x="209" y="3341" width="56" height="32" rx="10" /> <rect x="207" y="3339" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3359">NULL</text> <rect x="85" y="3385" width="84" height="32" rx="10" /> <rect x="83" y="3383" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3403">NOTNULL</text> <rect x="85" y="3429" width="36" height="32" rx="10" /> <rect x="83" y="3427" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3447">IS</text> <rect x="141" y="3429" width="56" height="32" rx="10" /> <rect x="139" y="3427" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3447">TRUE</text> <rect x="85" y="3473" width="36" height="32" rx="10" /> <rect x="83" y="3471" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3491">IS</text> <rect x="141" y="3473" width="48" height="32" rx="10" /> <rect x="139" y="3471" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3491">NOT</text> <rect x="209" y="3473" width="56" height="32" rx="10" /> <rect x="207" y="3471" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3491">TRUE</text> <rect x="85" y="3517" width="36" height="32" rx="10" /> <rect x="83" y="3515" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3535">IS</text> <rect x="141" y="3517" width="62" height="32" rx="10" /> <rect x="139" y="3515" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3535">FALSE</text> <rect x="85" y="3561" width="36" height="32" rx="10" /> <rect x="83" y="3559" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3579">IS</text> <rect x="141" y="3561" width="48" height="32" rx="10" /> <rect x="139" y="3559" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3579">NOT</text> <rect x="209" y="3561" width="62" height="32" rx="10" /> <rect x="207" y="3559" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3579">FALSE</text> <rect x="85" y="3605" width="36" height="32" rx="10" /> <rect x="83" y="3603" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3623">IS</text> <rect x="141" y="3605" width="94" height="32" rx="10" /> <rect x="139" y="3603" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3623">UNKNOWN</text> <rect x="85" y="3649" width="36" height="32" rx="10" /> <rect x="83" y="3647" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3667">IS</text> <rect x="141" y="3649" width="48" height="32" rx="10" /> <rect x="139" y="3647" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3667">NOT</text> <rect x="209" y="3649" width="94" height="32" rx="10" /> <rect x="207" y="3647" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3667">UNKNOWN</text> <rect x="85" y="3693" width="36" height="32" rx="10" /> <rect x="83" y="3691" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3711">IS</text> <rect x="141" y="3693" width="86" height="32" rx="10" /> <rect x="139" y="3691" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3711">DISTINCT</text> <rect x="247" y="3693" width="60" height="32" rx="10" /> <rect x="245" y="3691" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="3711">FROM</text><a href="#a_expr" title="a_expr"> <rect x="327" y="3693" width="64" height="32" /> <rect x="325" y="3691" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="335" y="3711">a\_expr</text></a><rect x="85" y="3737" width="36" height="32" rx="10" /> <rect x="83" y="3735" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3755">IS</text> <rect x="141" y="3737" width="48" height="32" rx="10" /> <rect x="139" y="3735" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3755">NOT</text> <rect x="209" y="3737" width="86" height="32" rx="10" /> <rect x="207" y="3735" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3755">DISTINCT</text> <rect x="315" y="3737" width="60" height="32" rx="10" /> <rect x="313" y="3735" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="323" y="3755">FROM</text><a href="#a_expr" title="a_expr"> <rect x="395" y="3737" width="64" height="32" /> <rect x="393" y="3735" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="403" y="3755">a\_expr</text></a><rect x="85" y="3781" width="36" height="32" rx="10" /> <rect x="83" y="3779" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3799">IS</text> <rect x="141" y="3781" width="38" height="32" rx="10" /> <rect x="139" y="3779" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3799">OF</text> <rect x="199" y="3781" width="26" height="32" rx="10" /> <rect x="197" y="3779" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="3799">(</text><a href="#type_list" title="type_list"> <rect x="245" y="3781" width="74" height="32" /> <rect x="243" y="3779" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="3799">type\_list</text></a><rect x="339" y="3781" width="26" height="32" rx="10" /> <rect x="337" y="3779" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="347" y="3799">)</text> <rect x="85" y="3825" width="36" height="32" rx="10" /> <rect x="83" y="3823" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3843">IS</text> <rect x="141" y="3825" width="48" height="32" rx="10" /> <rect x="139" y="3823" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="3843">NOT</text> <rect x="209" y="3825" width="38" height="32" rx="10" /> <rect x="207" y="3823" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="3843">OF</text> <rect x="267" y="3825" width="26" height="32" rx="10" /> <rect x="265" y="3823" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="275" y="3843">(</text><a href="#type_list" title="type_list"> <rect x="313" y="3825" width="74" height="32" /> <rect x="311" y="3823" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="3843">type\_list</text></a><rect x="407" y="3825" width="26" height="32" rx="10" /> <rect x="405" y="3823" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="3843">)</text> <rect x="85" y="3869" width="86" height="32" rx="10" /> <rect x="83" y="3867" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3887">BETWEEN</text><a href="#opt_asymmetric" title="opt_asymmetric"> <rect x="191" y="3869" width="122" height="32" /> <rect x="189" y="3867" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="3887">opt\_asymmetric</text></a><a href="#b_expr" title="b_expr"> <rect x="333" y="3869" width="64" height="32" /> <rect x="331" y="3867" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="3887">b\_expr</text></a><rect x="417" y="3869" width="48" height="32" rx="10" /> <rect x="415" y="3867" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="425" y="3887">AND</text><a href="#a_expr" title="a_expr"> <rect x="485" y="3869" width="64" height="32" /> <rect x="483" y="3867" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="493" y="3887">a\_expr</text></a><rect x="85" y="3913" width="48" height="32" rx="10" /> <rect x="83" y="3911" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3931">NOT</text> <rect x="153" y="3913" width="86" height="32" rx="10" /> <rect x="151" y="3911" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="3931">BETWEEN</text><a href="#opt_asymmetric" title="opt_asymmetric"> <rect x="259" y="3913" width="122" height="32" /> <rect x="257" y="3911" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="3931">opt\_asymmetric</text></a><a href="#b_expr" title="b_expr"> <rect x="401" y="3913" width="64" height="32" /> <rect x="399" y="3911" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="3931">b\_expr</text></a><rect x="485" y="3913" width="48" height="32" rx="10" /> <rect x="483" y="3911" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="493" y="3931">AND</text><a href="#a_expr" title="a_expr"> <rect x="553" y="3913" width="64" height="32" /> <rect x="551" y="3911" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="561" y="3931">a\_expr</text></a><rect x="85" y="3957" width="86" height="32" rx="10" /> <rect x="83" y="3955" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="3975">BETWEEN</text> <rect x="191" y="3957" width="102" height="32" rx="10" /> <rect x="189" y="3955" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="3975">SYMMETRIC</text><a href="#b_expr" title="b_expr"> <rect x="313" y="3957" width="64" height="32" /> <rect x="311" y="3955" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="3975">b\_expr</text></a><rect x="397" y="3957" width="48" height="32" rx="10" /> <rect x="395" y="3955" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="405" y="3975">AND</text><a href="#a_expr" title="a_expr"> <rect x="465" y="3957" width="64" height="32" /> <rect x="463" y="3955" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="473" y="3975">a\_expr</text></a><rect x="85" y="4001" width="48" height="32" rx="10" /> <rect x="83" y="3999" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="4019">NOT</text> <rect x="153" y="4001" width="86" height="32" rx="10" /> <rect x="151" y="3999" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="4019">BETWEEN</text> <rect x="259" y="4001" width="102" height="32" rx="10" /> <rect x="257" y="3999" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="4019">SYMMETRIC</text><a href="#b_expr" title="b_expr"> <rect x="381" y="4001" width="64" height="32" /> <rect x="379" y="3999" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="389" y="4019">b\_expr</text></a><rect x="465" y="4001" width="48" height="32" rx="10" /> <rect x="463" y="3999" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="473" y="4019">AND</text><a href="#a_expr" title="a_expr"> <rect x="533" y="4001" width="64" height="32" /> <rect x="531" y="3999" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="541" y="4019">a\_expr</text></a><rect x="85" y="4045" width="36" height="32" rx="10" /> <rect x="83" y="4043" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="4063">IN</text><a href="#in_expr" title="in_expr"> <rect x="141" y="4045" width="68" height="32" /> <rect x="139" y="4043" width="68" height="32" className="nonterminal" /> <text className="nonterminal" x="149" y="4063">in\_expr</text></a><rect x="85" y="4089" width="48" height="32" rx="10" /> <rect x="83" y="4087" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="4107">NOT</text> <rect x="153" y="4089" width="36" height="32" rx="10" /> <rect x="151" y="4087" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="4107">IN</text><a href="#in_expr" title="in_expr"> <rect x="209" y="4089" width="68" height="32" /> <rect x="207" y="4087" width="68" height="32" className="nonterminal" /> <text className="nonterminal" x="217" y="4107">in\_expr</text></a><a href="#subquery_op" title="subquery_op"> <rect x="85" y="4133" width="102" height="32" /> <rect x="83" y="4131" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="93" y="4151">subquery\_op</text></a><a href="#sub_type" title="sub_type"> <rect x="207" y="4133" width="78" height="32" /> <rect x="205" y="4131" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="4151">sub\_type</text></a><a href="#a_expr" title="a_expr"> <rect x="305" y="4133" width="64" height="32" /> <rect x="303" y="4131" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="313" y="4151">a\_expr</text></a><path className="line" d="m19 17 h2 m20 0 h10 m62 0 h10 m0 0 h154 m-256 0 h20 m236 0 h20 m-276 0 q10 0 10 10 m256 0 q0 -10 10 -10 m-266 10 v24 m256 0 v-24 m-256 24 q0 10 10 10 m236 0 q10 0 10 -10 m-226 10 h10 m30 0 h10 m0 0 h40 m-110 0 h20 m90 0 h20 m-130 0 q10 0 10 10 m110 0 q0 -10 10 -10 m-120 10 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m26 0 h10 m0 0 h44 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m30 0 h10 m0 0 h40 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m58 0 h10 m0 0 h12 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m56 0 h10 m0 0 h14 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m70 0 h10 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m48 0 h10 m0 0 h22 m20 -264 h10 m64 0 h10 m0 0 h22 m-246 -10 v20 m256 0 v-20 m-256 20 v288 m256 0 v-288 m-256 288 q0 10 10 10 m236 0 q10 0 10 -10 m-246 10 h10 m42 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m42 0 h10 m-246 -10 v20 m256 0 v-20 m-256 20 v24 m256 0 v-24 m-256 24 q0 10 10 10 m236 0 q10 0 10 -10 m-246 10 h10 m80 0 h10 m0 0 h136 m22 -396 l2 0 m2 0 l2 0 m2 0 l2 0 m-308 478 l2 0 m2 0 l2 0 m2 0 l2 0 m62 0 h10 m90 0 h10 m0 0 h10 m92 0 h10 m0 0 h330 m-572 0 h20 m552 0 h20 m-592 0 q10 0 10 10 m572 0 q0 -10 10 -10 m-582 10 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m128 0 h10 m0 0 h10 m84 0 h10 m0 0 h300 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m82 0 h10 m0 0 h10 m116 0 h10 m0 0 h314 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m38 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h258 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h422 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m28 0 h10 m0 0 h10 m64 0 h10 m0 0 h420 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m28 0 h10 m0 0 h10 m64 0 h10 m0 0 h420 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h356 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m34 0 h10 m0 0 h10 m64 0 h10 m0 0 h414 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h422 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h422 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m164 0 h10 m0 0 h10 m64 0 h10 m0 0 h284 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m150 0 h10 m0 0 h10 m64 0 h10 m0 0 h298 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h356 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m142 0 h10 m0 0 h10 m64 0 h10 m0 0 h306 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m128 0 h10 m0 0 h10 m64 0 h10 m0 0 h320 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m178 0 h10 m0 0 h10 m64 0 h10 m0 0 h270 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m76 0 h10 m0 0 h10 m64 0 h10 m0 0 h372 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m70 0 h10 m0 0 h10 m64 0 h10 m0 0 h378 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m70 0 h10 m0 0 h10 m64 0 h10 m0 0 h378 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m90 0 h10 m0 0 h10 m64 0 h10 m0 0 h358 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m96 0 h10 m0 0 h10 m64 0 h10 m0 0 h352 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m134 0 h10 m0 0 h10 m64 0 h10 m0 0 h314 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m142 0 h10 m0 0 h10 m64 0 h10 m0 0 h306 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m122 0 h10 m0 0 h10 m64 0 h10 m0 0 h326 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m264 0 h10 m0 0 h10 m64 0 h10 m0 0 h184 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m88 0 h10 m0 0 h10 m64 0 h10 m0 0 h360 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m64 0 h10 m0 0 h10 m64 0 h10 m0 0 h384 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m90 0 h10 m0 0 h10 m64 0 h10 m0 0 h358 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m128 0 h10 m0 0 h10 m64 0 h10 m0 0 h320 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m176 0 h10 m0 0 h10 m64 0 h10 m0 0 h272 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m228 0 h10 m0 0 h10 m64 0 h10 m0 0 h220 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m118 0 h10 m0 0 h10 m64 0 h10 m0 0 h330 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m146 0 h10 m0 0 h10 m64 0 h10 m0 0 h302 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m114 0 h10 m0 0 h10 m64 0 h10 m0 0 h334 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m70 0 h10 m0 0 h10 m64 0 h10 m0 0 h378 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m64 0 h10 m0 0 h400 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m40 0 h10 m0 0 h10 m64 0 h10 m0 0 h408 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m52 0 h10 m0 0 h10 m64 0 h10 m0 0 h396 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m52 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h220 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m52 0 h10 m0 0 h10 m64 0 h10 m0 0 h328 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m52 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h152 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h390 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h214 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h322 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h146 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m80 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h310 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m80 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h134 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h242 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m64 0 h10 m0 0 h66 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h418 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m134 0 h10 m0 0 h10 m64 0 h10 m0 0 h314 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m102 0 h10 m0 0 h10 m64 0 h10 m0 0 h346 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m140 0 h10 m0 0 h10 m64 0 h10 m0 0 h308 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m50 0 h10 m0 0 h426 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m50 0 h10 m0 0 h358 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m56 0 h10 m0 0 h420 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m70 0 h10 m0 0 h462 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m56 0 h10 m0 0 h352 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m84 0 h10 m0 0 h448 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m56 0 h10 m0 0 h420 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m56 0 h10 m0 0 h352 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m62 0 h10 m0 0 h414 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m62 0 h10 m0 0 h346 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m94 0 h10 m0 0 h382 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m94 0 h10 m0 0 h314 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m0 0 h226 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m0 0 h158 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h252 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h184 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m86 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m0 0 h68 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m86 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m0 0 h88 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m0 0 h20 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m36 0 h10 m0 0 h10 m68 0 h10 m0 0 h408 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m48 0 h10 m0 0 h10 m36 0 h10 m0 0 h10 m68 0 h10 m0 0 h340 m-562 -10 v20 m572 0 v-20 m-572 20 v24 m572 0 v-24 m-572 24 q0 10 10 10 m552 0 q10 0 10 -10 m-562 10 h10 m102 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m64 0 h10 m0 0 h248 m-592 -3652 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m592 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-592 0 h10 m0 0 h582 m-632 32 h20 m632 0 h20 m-672 0 q10 0 10 10 m652 0 q0 -10 10 -10 m-662 10 v3666 m652 0 v-3666 m-652 3666 q0 10 10 10 m632 0 q10 0 10 -10 m-642 10 h10 m0 0 h622 m23 -3686 h-3" /> <polygon points="695 495 703 491 703 499" /> <polygon points="695 495 687 491 687 499" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#alter_changefeed_stmt" title="alter_changefeed_stmt">alter\_changefeed\_stmt</a></li> <li><a href="#alter_column_default" title="alter_column_default">alter\_column\_default</a></li> <li><a href="#alter_column_on_update" title="alter_column_on_update">alter\_column\_on\_update</a></li> <li><a href="#alter_job_stmt" title="alter_job_stmt">alter\_job\_stmt</a></li> <li><a href="#alter_range_relocate_stmt" title="alter_range_relocate_stmt">alter\_range\_relocate\_stmt</a></li> <li><a href="#alter_split_index_stmt" title="alter_split_index_stmt">alter\_split\_index\_stmt</a></li> <li><a href="#alter_split_stmt" title="alter_split_stmt">alter\_split\_stmt</a></li> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> <li><a href="#alter_zone_range_stmt" title="alter_zone_range_stmt">alter\_zone\_range\_stmt</a></li> <li><a href="#array_subscript" title="array_subscript">array\_subscript</a></li> <li><a href="#as_of_clause" title="as_of_clause">as\_of\_clause</a></li> <li><a href="#backup_options" title="backup_options">backup\_options</a></li> <li><a href="#batch_param" title="batch_param">batch\_param</a></li> <li><a href="#cancel_jobs_stmt" title="cancel_jobs_stmt">cancel\_jobs\_stmt</a></li> <li><a href="#cancel_queries_stmt" title="cancel_queries_stmt">cancel\_queries\_stmt</a></li> <li><a href="#cancel_sessions_stmt" title="cancel_sessions_stmt">cancel\_sessions\_stmt</a></li> <li><a href="#case_arg" title="case_arg">case\_arg</a></li> <li><a href="#case_default" title="case_default">case\_default</a></li> <li><a href="#check_external_connection_options" title="check_external_connection_options">check\_external\_connection\_options</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> <li><a href="#drop_schedule_stmt" title="drop_schedule_stmt">drop\_schedule\_stmt</a></li> <li><a href="#expr_list" title="expr_list">expr\_list</a></li> <li><a href="#extract_list" title="extract_list">extract\_list</a></li> <li><a href="#filter_clause" title="filter_clause">filter\_clause</a></li> <li><a href="#for_schedules_clause" title="for_schedules_clause">for\_schedules\_clause</a></li> <li><a href="#frame_bound" title="frame_bound">frame\_bound</a></li> <li><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr">func\_expr\_common\_subexpr</a></li> <li><a href="#group_by_item" title="group_by_item">group\_by\_item</a></li> <li><a href="#having_clause" title="having_clause">having\_clause</a></li> <li><a href="#index_elem" title="index_elem">index\_elem</a></li> <li><a href="#join_qual" title="join_qual">join\_qual</a></li> <li><a href="#limit_clause" title="limit_clause">limit\_clause</a></li> <li><a href="#offset_clause" title="offset_clause">offset\_clause</a></li> <li><a href="#opt_alter_column_using" title="opt_alter_column_using">opt\_alter\_column\_using</a></li> <li><a href="#opt_hash_sharded_bucket_count" title="opt_hash_sharded_bucket_count">opt\_hash\_sharded\_bucket\_count</a></li> <li><a href="#opt_policy_exprs" title="opt_policy_exprs">opt\_policy\_exprs</a></li> <li><a href="#opt_slice_bound" title="opt_slice_bound">opt\_slice\_bound</a></li> <li><a href="#overlay_list" title="overlay_list">overlay\_list</a></li> <li><a href="#overlay_placing" title="overlay_placing">overlay\_placing</a></li> <li><a href="#pause_jobs_stmt" title="pause_jobs_stmt">pause\_jobs\_stmt</a></li> <li><a href="#pause_schedules_stmt" title="pause_schedules_stmt">pause\_schedules\_stmt</a></li> <li><a href="#resume_jobs_stmt" title="resume_jobs_stmt">resume\_jobs\_stmt</a></li> <li><a href="#resume_schedules_stmt" title="resume_schedules_stmt">resume\_schedules\_stmt</a></li> <li><a href="#routine_param_with_default" title="routine_param_with_default">routine\_param\_with\_default</a></li> <li><a href="#routine_return_stmt" title="routine_return_stmt">routine\_return\_stmt</a></li> <li><a href="#show_create_schedules_stmt" title="show_create_schedules_stmt">show\_create\_schedules\_stmt</a></li> <li><a href="#show_jobs_stmt" title="show_jobs_stmt">show\_jobs\_stmt</a></li> <li><a href="#show_schedules_stmt" title="show_schedules_stmt">show\_schedules\_stmt</a></li> <li><a href="#single_set_clause" title="single_set_clause">single\_set\_clause</a></li> <li><a href="#sortby" title="sortby">sortby</a></li> <li><a href="#special_function" title="special_function">special\_function</a></li> <li><a href="#substr_for" title="substr_for">substr\_for</a></li> <li><a href="#substr_from" title="substr_from">substr\_from</a></li> <li><a href="#substr_list" title="substr_list">substr\_list</a></li> <li><a href="#target_elem" title="target_elem">target\_elem</a></li> <li><a href="#trigger_when" title="trigger_when">trigger\_when</a></li> <li><a href="#trim_list" title="trim_list">trim\_list</a></li> <li><a href="#tuple1_ambiguous_values" title="tuple1_ambiguous_values">tuple1\_ambiguous\_values</a></li> <li><a href="#tuple1_unambiguous_values" title="tuple1_unambiguous_values">tuple1\_unambiguous\_values</a></li> <li><a href="#var_value" title="var_value">var\_value</a></li> <li><a href="#virtual_cluster_spec" title="virtual_cluster_spec">virtual\_cluster\_spec</a></li> <li><a href="#when_clause" title="when_clause">when\_clause</a></li> <li><a href="#where_clause" title="where_clause">where\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_schedules_clause" href="#for_schedules_clause">for\_schedules\_clause:</a></p><svg width="381" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FOR</text> <rect x="119" y="3" width="100" height="32" rx="10" /> <rect x="117" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="21">SCHEDULES</text><a href="#select_stmt" title="select_stmt"> <rect x="239" y="3" width="94" height="32" /> <rect x="237" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="21">select\_stmt</text></a><rect x="119" y="47" width="92" height="32" rx="10" /> <rect x="117" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="65">SCHEDULE</text><a href="#a_expr" title="a_expr"> <rect x="231" y="47" width="64" height="32" /> <rect x="229" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="65">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m20 0 h10 m100 0 h10 m0 0 h10 m94 0 h10 m-254 0 h20 m234 0 h20 m-274 0 q10 0 10 10 m254 0 q0 -10 10 -10 m-264 10 v24 m254 0 v-24 m-254 24 q0 10 10 10 m234 0 q10 0 10 -10 m-244 10 h10 m92 0 h10 m0 0 h10 m64 0 h10 m0 0 h38 m23 -44 h-3" /> <polygon points="371 17 379 13 379 21" /> <polygon points="371 17 363 13 363 21" /></svg><p>referenced by: </p><ul> <li><a href="#cancel_jobs_stmt" title="cancel_jobs_stmt">cancel\_jobs\_stmt</a></li> <li><a href="#pause_jobs_stmt" title="pause_jobs_stmt">pause\_jobs\_stmt</a></li> <li><a href="#resume_jobs_stmt" title="resume_jobs_stmt">resume\_jobs\_stmt</a></li> <li><a href="#show_jobs_stmt" title="show_jobs_stmt">show\_jobs\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_database_stmt" href="#create_database_stmt">create\_database\_stmt:</a></p><svg width="757" height="333"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="92" height="32" rx="10" /> <rect x="121" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">DATABASE</text> <rect x="255" y="35" width="34" height="32" rx="10" /> <rect x="253" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="53">IF</text> <rect x="309" y="35" width="48" height="32" rx="10" /> <rect x="307" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="317" y="53">NOT</text> <rect x="377" y="35" width="70" height="32" rx="10" /> <rect x="375" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="385" y="53">EXISTS</text><a href="#database_name" title="database_name"> <rect x="487" y="3" width="124" height="32" /> <rect x="485" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="495" y="21">database\_name</text></a><a href="#opt_with" title="opt_with"> <rect x="631" y="3" width="74" height="32" /> <rect x="629" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="639" y="21">opt\_with</text></a><a href="#opt_template_clause" title="opt_template_clause"> <rect x="44" y="101" width="154" height="32" /> <rect x="42" y="99" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="52" y="119">opt\_template\_clause</text></a><a href="#opt_encoding_clause" title="opt_encoding_clause"> <rect x="218" y="101" width="154" height="32" /> <rect x="216" y="99" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="226" y="119">opt\_encoding\_clause</text></a><a href="#opt_lc_collate_clause" title="opt_lc_collate_clause"> <rect x="392" y="101" width="156" height="32" /> <rect x="390" y="99" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="400" y="119">opt\_lc\_collate\_clause</text></a><a href="#opt_lc_ctype_clause" title="opt_lc_ctype_clause"> <rect x="568" y="101" width="148" height="32" /> <rect x="566" y="99" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="576" y="119">opt\_lc\_ctype\_clause</text></a><a href="#opt_connection_limit" title="opt_connection_limit"> <rect x="25" y="167" width="152" height="32" /> <rect x="23" y="165" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="33" y="185">opt\_connection\_limit</text></a><a href="#opt_primary_region_clause" title="opt_primary_region_clause"> <rect x="197" y="167" width="194" height="32" /> <rect x="195" y="165" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="185">opt\_primary\_region\_clause</text></a><a href="#opt_regions_list" title="opt_regions_list"> <rect x="411" y="167" width="122" height="32" /> <rect x="409" y="165" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="419" y="185">opt\_regions\_list</text></a><a href="#opt_survival_goal_clause" title="opt_survival_goal_clause"> <rect x="553" y="167" width="182" height="32" /> <rect x="551" y="165" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="561" y="185">opt\_survival\_goal\_clause</text></a><a href="#opt_placement_clause" title="opt_placement_clause"> <rect x="119" y="233" width="164" height="32" /> <rect x="117" y="231" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="127" y="251">opt\_placement\_clause</text></a><a href="#opt_owner_clause" title="opt_owner_clause"> <rect x="303" y="233" width="136" height="32" /> <rect x="301" y="231" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="251">opt\_owner\_clause</text></a><a href="#opt_super_region_clause" title="opt_super_region_clause"> <rect x="459" y="233" width="182" height="32" /> <rect x="457" y="231" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="467" y="251">opt\_super\_region\_clause</text></a><a href="#opt_secondary_region_clause" title="opt_secondary_region_clause"> <rect x="519" y="299" width="210" height="32" /> <rect x="517" y="297" width="210" height="32" className="nonterminal" /> <text className="nonterminal" x="527" y="317">opt\_secondary\_region\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m124 0 h10 m0 0 h10 m74 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-705 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m154 0 h10 m0 0 h10 m154 0 h10 m0 0 h10 m156 0 h10 m0 0 h10 m148 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-735 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m152 0 h10 m0 0 h10 m194 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m182 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-660 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m164 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m182 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-166 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m210 0 h10 m3 0 h-3" /> <polygon points="747 313 755 309 755 317" /> <polygon points="747 313 739 309 739 317" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_index_stmt" href="#create_index_stmt">create\_index\_stmt:</a></p><svg width="1435" height="367"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_unique" title="opt_unique"> <rect x="123" y="3" width="92" height="32" /> <rect x="121" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_unique</text></a><rect x="45" y="69" width="64" height="32" rx="10" /> <rect x="43" y="67" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">INDEX</text><a href="#opt_concurrently" title="opt_concurrently"> <rect x="129" y="69" width="126" height="32" /> <rect x="127" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="87">opt\_concurrently</text></a><a href="#opt_index_name" title="opt_index_name"> <rect x="295" y="69" width="126" height="32" /> <rect x="293" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="303" y="87">opt\_index\_name</text></a><rect x="295" y="113" width="34" height="32" rx="10" /> <rect x="293" y="111" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="131">IF</text> <rect x="349" y="113" width="48" height="32" rx="10" /> <rect x="347" y="111" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="131">NOT</text> <rect x="417" y="113" width="70" height="32" rx="10" /> <rect x="415" y="111" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="425" y="131">EXISTS</text><a href="#index_name" title="index_name"> <rect x="507" y="113" width="98" height="32" /> <rect x="505" y="111" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="515" y="131">index\_name</text></a><rect x="645" y="69" width="40" height="32" rx="10" /> <rect x="643" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="653" y="87">ON</text><a href="#table_name" title="table_name"> <rect x="705" y="69" width="96" height="32" /> <rect x="703" y="67" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="713" y="87">table\_name</text></a><a href="#opt_index_access_method" title="opt_index_access_method"> <rect x="821" y="69" width="190" height="32" /> <rect x="819" y="67" width="190" height="32" className="nonterminal" /> <text className="nonterminal" x="829" y="87">opt\_index\_access\_method</text></a><rect x="1031" y="69" width="26" height="32" rx="10" /> <rect x="1029" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="1039" y="87">(</text><a href="#index_params" title="index_params"> <rect x="1077" y="69" width="110" height="32" /> <rect x="1075" y="67" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="1085" y="87">index\_params</text></a><rect x="1207" y="69" width="26" height="32" rx="10" /> <rect x="1205" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="1215" y="87">)</text><a href="#opt_hash_sharded" title="opt_hash_sharded"> <rect x="1253" y="69" width="140" height="32" /> <rect x="1251" y="67" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="1261" y="87">opt\_hash\_sharded</text></a><rect x="65" y="157" width="90" height="32" rx="10" /> <rect x="63" y="155" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="175">INVERTED</text> <rect x="65" y="201" width="74" height="32" rx="10" /> <rect x="63" y="199" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="219">VECTOR</text> <rect x="195" y="157" width="64" height="32" rx="10" /> <rect x="193" y="155" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="203" y="175">INDEX</text><a href="#opt_concurrently" title="opt_concurrently"> <rect x="279" y="157" width="126" height="32" /> <rect x="277" y="155" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="287" y="175">opt\_concurrently</text></a><a href="#opt_index_name" title="opt_index_name"> <rect x="445" y="157" width="126" height="32" /> <rect x="443" y="155" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="453" y="175">opt\_index\_name</text></a><rect x="445" y="201" width="34" height="32" rx="10" /> <rect x="443" y="199" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="453" y="219">IF</text> <rect x="499" y="201" width="48" height="32" rx="10" /> <rect x="497" y="199" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="507" y="219">NOT</text> <rect x="567" y="201" width="70" height="32" rx="10" /> <rect x="565" y="199" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="575" y="219">EXISTS</text><a href="#index_name" title="index_name"> <rect x="657" y="201" width="98" height="32" /> <rect x="655" y="199" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="665" y="219">index\_name</text></a><rect x="795" y="157" width="40" height="32" rx="10" /> <rect x="793" y="155" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="803" y="175">ON</text><a href="#table_name" title="table_name"> <rect x="855" y="157" width="96" height="32" /> <rect x="853" y="155" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="863" y="175">table\_name</text></a><rect x="971" y="157" width="26" height="32" rx="10" /> <rect x="969" y="155" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="979" y="175">(</text><a href="#index_params" title="index_params"> <rect x="1017" y="157" width="110" height="32" /> <rect x="1015" y="155" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="1025" y="175">index\_params</text></a><rect x="1147" y="157" width="26" height="32" rx="10" /> <rect x="1145" y="155" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="1155" y="175">)</text><a href="#opt_storing" title="opt_storing"> <rect x="374" y="267" width="92" height="32" /> <rect x="372" y="265" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="382" y="285">opt\_storing</text></a><a href="#opt_partition_by_index" title="opt_partition_by_index"> <rect x="486" y="267" width="168" height="32" /> <rect x="484" y="265" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="494" y="285">opt\_partition\_by\_index</text></a><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="674" y="267" width="234" height="32" /> <rect x="672" y="265" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="682" y="285">opt\_with\_storage\_parameter\_list</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="928" y="267" width="136" height="32" /> <rect x="926" y="265" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="936" y="285">opt\_where\_clause</text></a><a href="#opt_index_visible" title="opt_index_visible"> <rect x="1277" y="333" width="130" height="32" /> <rect x="1275" y="331" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="1285" y="351">opt\_index\_visible</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m92 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-234 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m64 0 h10 m0 0 h10 m126 0 h10 m20 0 h10 m126 0 h10 m0 0 h184 m-350 0 h20 m330 0 h20 m-370 0 q10 0 10 10 m350 0 q0 -10 10 -10 m-360 10 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m98 0 h10 m20 -44 h10 m40 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m190 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m140 0 h10 m-1388 0 h20 m1368 0 h20 m-1408 0 q10 0 10 10 m1388 0 q0 -10 10 -10 m-1398 10 v68 m1388 0 v-68 m-1388 68 q0 10 10 10 m1368 0 q10 0 10 -10 m-1358 10 h10 m90 0 h10 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m74 0 h10 m0 0 h16 m20 -44 h10 m64 0 h10 m0 0 h10 m126 0 h10 m20 0 h10 m126 0 h10 m0 0 h184 m-350 0 h20 m330 0 h20 m-370 0 q10 0 10 10 m350 0 q0 -10 10 -10 m-360 10 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m98 0 h10 m20 -44 h10 m40 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h220 m22 -88 l2 0 m2 0 l2 0 m2 0 l2 0 m-1083 198 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m92 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m234 0 h10 m0 0 h10 m136 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m169 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="1425 347 1433 343 1433 351" /> <polygon points="1425 347 1417 343 1417 351" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_schema_stmt" href="#create_schema_stmt">create\_schema\_stmt:</a></p><svg width="493" height="179"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="72" height="32" rx="10" /> <rect x="31" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">CREATE</text> <rect x="125" y="3" width="76" height="32" rx="10" /> <rect x="123" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">SCHEMA</text> <rect x="241" y="35" width="34" height="32" rx="10" /> <rect x="239" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="53">IF</text> <rect x="295" y="35" width="48" height="32" rx="10" /> <rect x="293" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="53">NOT</text> <rect x="363" y="35" width="70" height="32" rx="10" /> <rect x="361" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="371" y="53">EXISTS</text><a href="#qualifiable_schema_name" title="qualifiable_schema_name"> <rect x="45" y="101" width="186" height="32" /> <rect x="43" y="99" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="119">qualifiable\_schema\_name</text></a><a href="#opt_schema_name" title="opt_schema_name"> <rect x="45" y="145" width="140" height="32" /> <rect x="43" y="143" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="163">opt\_schema\_name</text></a><rect x="205" y="145" width="138" height="32" rx="10" /> <rect x="203" y="143" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="163">AUTHORIZATION</text><a href="#role_spec" title="role_spec"> <rect x="363" y="145" width="82" height="32" /> <rect x="361" y="143" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="371" y="163">role\_spec</text></a><path className="line" d="m19 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m76 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-472 98 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m186 0 h10 m0 0 h214 m-440 0 h20 m420 0 h20 m-460 0 q10 0 10 10 m440 0 q0 -10 10 -10 m-450 10 v24 m440 0 v-24 m-440 24 q0 10 10 10 m420 0 q10 0 10 -10 m-430 10 h10 m140 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m82 0 h10 m23 -44 h-3" /> <polygon points="483 115 491 111 491 119" /> <polygon points="483 115 475 111 475 119" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_table_stmt" href="#create_table_stmt">create\_table\_stmt:</a></p><svg width="721" height="201"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_persistence_temp_table" title="opt_persistence_temp_table"> <rect x="123" y="3" width="204" height="32" /> <rect x="121" y="1" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_persistence\_temp\_table</text></a><rect x="347" y="3" width="62" height="32" rx="10" /> <rect x="345" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="355" y="21">TABLE</text> <rect x="449" y="35" width="34" height="32" rx="10" /> <rect x="447" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="53">IF</text> <rect x="503" y="35" width="48" height="32" rx="10" /> <rect x="501" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="53">NOT</text> <rect x="571" y="35" width="70" height="32" rx="10" /> <rect x="569" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="579" y="53">EXISTS</text><a href="#table_name" title="table_name"> <rect x="25" y="101" width="96" height="32" /> <rect x="23" y="99" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="33" y="119">table\_name</text></a><rect x="141" y="101" width="26" height="32" rx="10" /> <rect x="139" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="119">(</text><a href="#opt_table_elem_list" title="opt_table_elem_list"> <rect x="187" y="101" width="146" height="32" /> <rect x="185" y="99" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="195" y="119">opt\_table\_elem\_list</text></a><rect x="353" y="101" width="26" height="32" rx="10" /> <rect x="351" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="361" y="119">)</text><a href="#opt_partition_by_table" title="opt_partition_by_table"> <rect x="399" y="101" width="166" height="32" /> <rect x="397" y="99" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="407" y="119">opt\_partition\_by\_table</text></a><a href="#opt_table_with" title="opt_table_with"> <rect x="585" y="101" width="114" height="32" /> <rect x="583" y="99" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="593" y="119">opt\_table\_with</text></a><a href="#opt_create_table_on_commit" title="opt_create_table_on_commit"> <rect x="375" y="167" width="206" height="32" /> <rect x="373" y="165" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="383" y="185">opt\_create\_table\_on\_commit</text></a><a href="#opt_locality" title="opt_locality"> <rect x="601" y="167" width="92" height="32" /> <rect x="599" y="165" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="609" y="185">opt\_locality</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m204 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-680 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m96 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m146 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m166 0 h10 m0 0 h10 m114 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-368 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m206 0 h10 m0 0 h10 m92 0 h10 m3 0 h-3" /> <polygon points="711 181 719 177 719 185" /> <polygon points="711 181 703 177 703 185" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_table_as_stmt" href="#create_table_as_stmt">create\_table\_as\_stmt:</a></p><svg width="683" height="201"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_persistence_temp_table" title="opt_persistence_temp_table"> <rect x="123" y="3" width="204" height="32" /> <rect x="121" y="1" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_persistence\_temp\_table</text></a><rect x="347" y="3" width="62" height="32" rx="10" /> <rect x="345" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="355" y="21">TABLE</text> <rect x="449" y="35" width="34" height="32" rx="10" /> <rect x="447" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="53">IF</text> <rect x="503" y="35" width="48" height="32" rx="10" /> <rect x="501" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="53">NOT</text> <rect x="571" y="35" width="70" height="32" rx="10" /> <rect x="569" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="579" y="53">EXISTS</text><a href="#table_name" title="table_name"> <rect x="50" y="101" width="96" height="32" /> <rect x="48" y="99" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="58" y="119">table\_name</text></a><a href="#create_as_opt_col_list" title="create_as_opt_col_list"> <rect x="166" y="101" width="164" height="32" /> <rect x="164" y="99" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="174" y="119">create\_as\_opt\_col\_list</text></a><a href="#opt_table_with" title="opt_table_with"> <rect x="350" y="101" width="114" height="32" /> <rect x="348" y="99" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="358" y="119">opt\_table\_with</text></a><rect x="484" y="101" width="38" height="32" rx="10" /> <rect x="482" y="99" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="492" y="119">AS</text><a href="#select_stmt" title="select_stmt"> <rect x="542" y="101" width="94" height="32" /> <rect x="540" y="99" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="550" y="119">select\_stmt</text></a><a href="#opt_create_table_on_commit" title="opt_create_table_on_commit"> <rect x="449" y="167" width="206" height="32" /> <rect x="447" y="165" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="457" y="185">opt\_create\_table\_on\_commit</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m204 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-655 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m96 0 h10 m0 0 h10 m164 0 h10 m0 0 h10 m114 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-231 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m206 0 h10 m3 0 h-3" /> <polygon points="673 181 681 177 681 185" /> <polygon points="673 181 665 177 665 185" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_type_stmt" href="#create_type_stmt">create\_type\_stmt:</a></p><svg width="621" height="179"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="54" height="32" rx="10" /> <rect x="121" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">TYPE</text> <rect x="217" y="35" width="34" height="32" rx="10" /> <rect x="215" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="53">IF</text> <rect x="271" y="35" width="48" height="32" rx="10" /> <rect x="269" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="53">NOT</text> <rect x="339" y="35" width="70" height="32" rx="10" /> <rect x="337" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="347" y="53">EXISTS</text><a href="#type_name" title="type_name"> <rect x="449" y="3" width="92" height="32" /> <rect x="447" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="457" y="21">type\_name</text></a><rect x="561" y="3" width="38" height="32" rx="10" /> <rect x="559" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="569" y="21">AS</text> <rect x="265" y="101" width="58" height="32" rx="10" /> <rect x="263" y="99" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="119">ENUM</text> <rect x="343" y="101" width="26" height="32" rx="10" /> <rect x="341" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="351" y="119">(</text><a href="#opt_enum_val_list" title="opt_enum_val_list"> <rect x="389" y="101" width="138" height="32" /> <rect x="387" y="99" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="397" y="119">opt\_enum\_val\_list</text></a><rect x="265" y="145" width="26" height="32" rx="10" /> <rect x="263" y="143" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="163">(</text><a href="#opt_composite_type_list" title="opt_composite_type_list"> <rect x="311" y="145" width="176" height="32" /> <rect x="309" y="143" width="176" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="163">opt\_composite\_type\_list</text></a><rect x="567" y="101" width="26" height="32" rx="10" /> <rect x="565" y="99" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="575" y="119">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m54 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m92 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-398 98 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m58 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m138 0 h10 m-302 0 h20 m282 0 h20 m-322 0 q10 0 10 10 m302 0 q0 -10 10 -10 m-312 10 v24 m302 0 v-24 m-302 24 q0 10 10 10 m282 0 q10 0 10 -10 m-292 10 h10 m26 0 h10 m0 0 h10 m176 0 h10 m0 0 h40 m20 -44 h10 m26 0 h10 m3 0 h-3" /> <polygon points="611 115 619 111 619 119" /> <polygon points="611 115 603 111 603 119" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_view_stmt" href="#create_view_stmt">create\_view\_stmt:</a></p><svg width="1101" height="255"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="72" height="32" rx="10" /> <rect x="31" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">CREATE</text><a href="#opt_temp" title="opt_temp"> <rect x="65" y="69" width="82" height="32" /> <rect x="63" y="67" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="73" y="87">opt\_temp</text></a><rect x="167" y="69" width="58" height="32" rx="10" /> <rect x="165" y="67" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="87">VIEW</text> <rect x="265" y="101" width="34" height="32" rx="10" /> <rect x="263" y="99" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="119">IF</text> <rect x="319" y="101" width="48" height="32" rx="10" /> <rect x="317" y="99" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="327" y="119">NOT</text> <rect x="387" y="101" width="70" height="32" rx="10" /> <rect x="385" y="99" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="395" y="119">EXISTS</text> <rect x="65" y="145" width="40" height="32" rx="10" /> <rect x="63" y="143" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="163">OR</text> <rect x="125" y="145" width="80" height="32" rx="10" /> <rect x="123" y="143" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="163">REPLACE</text><a href="#opt_temp" title="opt_temp"> <rect x="225" y="145" width="82" height="32" /> <rect x="223" y="143" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="163">opt\_temp</text></a><rect x="327" y="145" width="58" height="32" rx="10" /> <rect x="325" y="143" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="335" y="163">VIEW</text><a href="#view_name" title="view_name"> <rect x="517" y="69" width="92" height="32" /> <rect x="515" y="67" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="525" y="87">view\_name</text></a><a href="#opt_column_list" title="opt_column_list"> <rect x="629" y="69" width="120" height="32" /> <rect x="627" y="67" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="637" y="87">opt\_column\_list</text></a><rect x="769" y="69" width="38" height="32" rx="10" /> <rect x="767" y="67" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="777" y="87">AS</text><a href="#select_stmt" title="select_stmt"> <rect x="827" y="69" width="94" height="32" /> <rect x="825" y="67" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="835" y="87">select\_stmt</text></a><rect x="45" y="189" width="122" height="32" rx="10" /> <rect x="43" y="187" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="207">MATERIALIZED</text> <rect x="187" y="189" width="58" height="32" rx="10" /> <rect x="185" y="187" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="195" y="207">VIEW</text> <rect x="285" y="221" width="34" height="32" rx="10" /> <rect x="283" y="219" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="239">IF</text> <rect x="339" y="221" width="48" height="32" rx="10" /> <rect x="337" y="219" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="347" y="239">NOT</text> <rect x="407" y="221" width="70" height="32" rx="10" /> <rect x="405" y="219" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="239">EXISTS</text><a href="#view_name" title="view_name"> <rect x="517" y="189" width="92" height="32" /> <rect x="515" y="187" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="525" y="207">view\_name</text></a><a href="#opt_column_list" title="opt_column_list"> <rect x="629" y="189" width="120" height="32" /> <rect x="627" y="187" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="637" y="207">opt\_column\_list</text></a><rect x="769" y="189" width="38" height="32" rx="10" /> <rect x="767" y="187" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="777" y="207">AS</text><a href="#select_stmt" title="select_stmt"> <rect x="827" y="189" width="94" height="32" /> <rect x="825" y="187" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="835" y="207">select\_stmt</text></a><a href="#opt_with_data" title="opt_with_data"> <rect x="941" y="189" width="112" height="32" /> <rect x="939" y="187" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="949" y="207">opt\_with\_data</text></a><path className="line" d="m19 17 h2 m0 0 h10 m72 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-124 66 l2 0 m2 0 l2 0 m2 0 l2 0 m42 0 h10 m82 0 h10 m0 0 h10 m58 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m-432 -32 h20 m432 0 h20 m-472 0 q10 0 10 10 m452 0 q0 -10 10 -10 m-462 10 v56 m452 0 v-56 m-452 56 q0 10 10 10 m432 0 q10 0 10 -10 m-442 10 h10 m40 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m58 0 h10 m0 0 h92 m20 -76 h10 m92 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m0 0 h132 m-1048 0 h20 m1028 0 h20 m-1068 0 q10 0 10 10 m1048 0 q0 -10 10 -10 m-1058 10 v100 m1048 0 v-100 m-1048 100 q0 10 10 10 m1028 0 q10 0 10 -10 m-1038 10 h10 m122 0 h10 m0 0 h10 m58 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m92 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m0 0 h10 m112 0 h10 m23 -120 h-3" /> <polygon points="1091 83 1099 79 1099 87" /> <polygon points="1091 83 1083 79 1083 87" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_sequence_stmt" href="#create_sequence_stmt">create\_sequence\_stmt:</a></p><svg width="735" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_temp" title="opt_temp"> <rect x="123" y="3" width="82" height="32" /> <rect x="121" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_temp</text></a><rect x="225" y="3" width="92" height="32" rx="10" /> <rect x="223" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="21">SEQUENCE</text> <rect x="357" y="35" width="34" height="32" rx="10" /> <rect x="355" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="53">IF</text> <rect x="411" y="35" width="48" height="32" rx="10" /> <rect x="409" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="419" y="53">NOT</text> <rect x="479" y="35" width="70" height="32" rx="10" /> <rect x="477" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="487" y="53">EXISTS</text><a href="#sequence_name" title="sequence_name"> <rect x="589" y="3" width="124" height="32" /> <rect x="587" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="597" y="21">sequence\_name</text></a><a href="#opt_sequence_option_list" title="opt_sequence_option_list"> <rect x="523" y="101" width="184" height="32" /> <rect x="521" y="99" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="531" y="119">opt\_sequence\_option\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m124 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-234 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m184 0 h10 m3 0 h-3" /> <polygon points="725 115 733 111 733 119" /> <polygon points="725 115 717 111 717 119" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_func_stmt" href="#create_func_stmt">create\_func\_stmt:</a></p><svg width="595" height="295"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_or_replace" title="opt_or_replace"> <rect x="123" y="3" width="116" height="32" /> <rect x="121" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_or\_replace</text></a><rect x="259" y="3" width="92" height="32" rx="10" /> <rect x="257" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="21">FUNCTION</text><a href="#routine_create_name" title="routine_create_name"> <rect x="371" y="3" width="156" height="32" /> <rect x="369" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="379" y="21">routine\_create\_name</text></a><rect x="547" y="3" width="26" height="32" rx="10" /> <rect x="545" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="555" y="21">(</text><a href="#opt_routine_param_with_default_list" title="opt_routine_param_with_default_list"> <rect x="148" y="69" width="256" height="32" /> <rect x="146" y="67" width="256" height="32" className="nonterminal" /> <text className="nonterminal" x="156" y="87">opt\_routine\_param\_with\_default\_list</text></a><rect x="424" y="69" width="26" height="32" rx="10" /> <rect x="422" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="432" y="87">)</text> <rect x="57" y="151" width="84" height="32" rx="10" /> <rect x="55" y="149" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="65" y="169">RETURNS</text><a href="#opt_return_set" title="opt_return_set"> <rect x="181" y="151" width="116" height="32" /> <rect x="179" y="149" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="169">opt\_return\_set</text></a><a href="#routine_return_type" title="routine_return_type"> <rect x="317" y="151" width="148" height="32" /> <rect x="315" y="149" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="325" y="169">routine\_return\_type</text></a><rect x="181" y="195" width="62" height="32" rx="10" /> <rect x="179" y="193" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="213">TABLE</text> <rect x="263" y="195" width="26" height="32" rx="10" /> <rect x="261" y="193" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="213">(</text><a href="#table_func_column_list" title="table_func_column_list"> <rect x="309" y="195" width="166" height="32" /> <rect x="307" y="193" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="317" y="213">table\_func\_column\_list</text></a><rect x="495" y="195" width="26" height="32" rx="10" /> <rect x="493" y="193" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="503" y="213">)</text><a href="#opt_create_routine_opt_list" title="opt_create_routine_opt_list"> <rect x="215" y="261" width="198" height="32" /> <rect x="213" y="259" width="198" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="279">opt\_create\_routine\_opt\_list</text></a><a href="#opt_routine_body" title="opt_routine_body"> <rect x="433" y="261" width="134" height="32" /> <rect x="431" y="259" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="279">opt\_routine\_body</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m116 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m156 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-469 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m256 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-457 50 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h494 m-524 0 h20 m504 0 h20 m-544 0 q10 0 10 10 m524 0 q0 -10 10 -10 m-534 10 v12 m524 0 v-12 m-524 12 q0 10 10 10 m504 0 q10 0 10 -10 m-514 10 h10 m84 0 h10 m20 0 h10 m116 0 h10 m0 0 h10 m148 0 h10 m0 0 h56 m-380 0 h20 m360 0 h20 m-400 0 q10 0 10 10 m380 0 q0 -10 10 -10 m-390 10 v24 m380 0 v-24 m-380 24 q0 10 10 10 m360 0 q10 0 10 -10 m-370 10 h10 m62 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m166 0 h10 m0 0 h10 m26 0 h10 m42 -76 l2 0 m2 0 l2 0 m2 0 l2 0 m-390 142 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m198 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="585 275 593 271 593 279" /> <polygon points="585 275 577 271 577 279" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_proc_stmt" href="#create_proc_stmt">create\_proc\_stmt:</a></p><svg width="727" height="103"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="72" height="32" rx="10" /> <rect x="31" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">CREATE</text><a href="#opt_or_replace" title="opt_or_replace"> <rect x="125" y="3" width="116" height="32" /> <rect x="123" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="133" y="21">opt\_or\_replace</text></a><rect x="261" y="3" width="104" height="32" rx="10" /> <rect x="259" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="269" y="21">PROCEDURE</text><a href="#routine_create_name" title="routine_create_name"> <rect x="385" y="3" width="156" height="32" /> <rect x="383" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="21">routine\_create\_name</text></a><rect x="561" y="3" width="26" height="32" rx="10" /> <rect x="559" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="569" y="21">(</text><a href="#opt_routine_param_with_default_list" title="opt_routine_param_with_default_list"> <rect x="25" y="69" width="256" height="32" /> <rect x="23" y="67" width="256" height="32" className="nonterminal" /> <text className="nonterminal" x="33" y="87">opt\_routine\_param\_with\_default\_list</text></a><rect x="301" y="69" width="26" height="32" rx="10" /> <rect x="299" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="309" y="87">)</text><a href="#opt_create_routine_opt_list" title="opt_create_routine_opt_list"> <rect x="347" y="69" width="198" height="32" /> <rect x="345" y="67" width="198" height="32" className="nonterminal" /> <text className="nonterminal" x="355" y="87">opt\_create\_routine\_opt\_list</text></a><a href="#opt_routine_body" title="opt_routine_body"> <rect x="565" y="69" width="134" height="32" /> <rect x="563" y="67" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="573" y="87">opt\_routine\_body</text></a><path className="line" d="m19 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m116 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m156 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-606 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m256 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m198 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="717 83 725 79 725 87" /> <polygon points="717 83 709 79 709 87" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_trigger_stmt" href="#create_trigger_stmt">create\_trigger\_stmt:</a></p><svg width="753" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text><a href="#opt_or_replace" title="opt_or_replace"> <rect x="123" y="3" width="116" height="32" /> <rect x="121" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_or\_replace</text></a><rect x="259" y="3" width="80" height="32" rx="10" /> <rect x="257" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="21">TRIGGER</text><a href="#name" title="name"> <rect x="359" y="3" width="56" height="32" /> <rect x="357" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="367" y="21">name</text></a><a href="#trigger_action_time" title="trigger_action_time"> <rect x="435" y="3" width="144" height="32" /> <rect x="433" y="1" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="443" y="21">trigger\_action\_time</text></a><a href="#trigger_event_list" title="trigger_event_list"> <rect x="599" y="3" width="132" height="32" /> <rect x="597" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="607" y="21">trigger\_event\_list</text></a><rect x="62" y="69" width="40" height="32" rx="10" /> <rect x="60" y="67" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="70" y="87">ON</text><a href="#table_name" title="table_name"> <rect x="122" y="69" width="96" height="32" /> <rect x="120" y="67" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="130" y="87">table\_name</text></a><a href="#opt_trigger_transition_list" title="opt_trigger_transition_list"> <rect x="238" y="69" width="186" height="32" /> <rect x="236" y="67" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="246" y="87">opt\_trigger\_transition\_list</text></a><a href="#trigger_for_each" title="trigger_for_each"> <rect x="444" y="69" width="126" height="32" /> <rect x="442" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="452" y="87">trigger\_for\_each</text></a><a href="#trigger_when" title="trigger_when"> <rect x="590" y="69" width="104" height="32" /> <rect x="588" y="67" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="598" y="87">trigger\_when</text></a><rect x="107" y="135" width="80" height="32" rx="10" /> <rect x="105" y="133" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="115" y="153">EXECUTE</text><a href="#function_or_procedure" title="function_or_procedure"> <rect x="207" y="135" width="164" height="32" /> <rect x="205" y="133" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="153">function\_or\_procedure</text></a><a href="#func_name" title="func_name"> <rect x="391" y="135" width="90" height="32" /> <rect x="389" y="133" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="399" y="153">func\_name</text></a><rect x="501" y="135" width="26" height="32" rx="10" /> <rect x="499" y="133" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="509" y="153">(</text><a href="#trigger_func_args" title="trigger_func_args"> <rect x="547" y="135" width="132" height="32" /> <rect x="545" y="133" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="555" y="153">trigger\_func\_args</text></a><rect x="699" y="135" width="26" height="32" rx="10" /> <rect x="697" y="133" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="707" y="153">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m116 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m144 0 h10 m0 0 h10 m132 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-713 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m40 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m186 0 h10 m0 0 h10 m126 0 h10 m0 0 h10 m104 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-631 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m80 0 h10 m0 0 h10 m164 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m132 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="743 149 751 145 751 153" /> <polygon points="743 149 735 145 735 153" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_policy_stmt" href="#create_policy_stmt">create\_policy\_stmt:</a></p><svg width="721" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="72" height="32" rx="10" /> <rect x="121" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">POLICY</text> <rect x="235" y="35" width="34" height="32" rx="10" /> <rect x="233" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="243" y="53">IF</text> <rect x="289" y="35" width="48" height="32" rx="10" /> <rect x="287" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="297" y="53">NOT</text> <rect x="357" y="35" width="70" height="32" rx="10" /> <rect x="355" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="53">EXISTS</text><a href="#name" title="name"> <rect x="467" y="3" width="56" height="32" /> <rect x="465" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="21">name</text></a><rect x="543" y="3" width="40" height="32" rx="10" /> <rect x="541" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="551" y="21">ON</text><a href="#table_name" title="table_name"> <rect x="603" y="3" width="96" height="32" /> <rect x="601" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="611" y="21">table\_name</text></a><a href="#opt_policy_type" title="opt_policy_type"> <rect x="107" y="101" width="120" height="32" /> <rect x="105" y="99" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="115" y="119">opt\_policy\_type</text></a><a href="#opt_policy_command" title="opt_policy_command"> <rect x="247" y="101" width="154" height="32" /> <rect x="245" y="99" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="119">opt\_policy\_command</text></a><a href="#opt_policy_roles" title="opt_policy_roles"> <rect x="421" y="101" width="124" height="32" /> <rect x="419" y="99" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="429" y="119">opt\_policy\_roles</text></a><a href="#opt_policy_exprs" title="opt_policy_exprs"> <rect x="565" y="101" width="128" height="32" /> <rect x="563" y="99" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="573" y="119">opt\_policy\_exprs</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m56 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m96 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-636 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m120 0 h10 m0 0 h10 m154 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m128 0 h10 m3 0 h-3" /> <polygon points="711 115 719 111 719 119" /> <polygon points="711 115 703 111 703 119" /></svg><p>referenced by: </p><ul> <li><a href="#create_ddl_stmt" title="create_ddl_stmt">create\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="statistics_name" href="#statistics_name">statistics\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_stmt" title="create_stats_stmt">create\_stats\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_stats_columns" href="#opt_stats_columns">opt\_stats\_columns:</a></p><svg width="241" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="40" height="32" rx="10" /> <rect x="49" y="21" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ON</text><a href="#name_list" title="name_list"> <rect x="111" y="23" width="82" height="32" /> <rect x="109" y="21" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="41">name\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h152 m-182 0 h20 m162 0 h20 m-202 0 q10 0 10 10 m182 0 q0 -10 10 -10 m-192 10 v12 m182 0 v-12 m-182 12 q0 10 10 10 m162 0 q10 0 10 -10 m-172 10 h10 m40 0 h10 m0 0 h10 m82 0 h10 m23 -32 h-3" /> <polygon points="231 5 239 1 239 9" /> <polygon points="231 5 223 1 223 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_stmt" title="create_stats_stmt">create\_stats\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_stats_target" href="#create_stats_target">create\_stats\_target:</a></p><svg width="155" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name" title="table_name"> <rect x="31" y="3" width="96" height="32" /> <rect x="29" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="145 17 153 13 153 21" /> <polygon points="145 17 137 13 137 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_stmt" title="create_stats_stmt">create\_stats\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_create_stats_options" href="#opt_create_stats_options">opt\_create\_stats\_options:</a></p><svg width="495" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="55" width="58" height="32" rx="10" /> <rect x="69" y="53" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="73">WITH</text> <rect x="149" y="55" width="84" height="32" rx="10" /> <rect x="147" y="53" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="73">OPTIONS</text><a href="#create_stats_option_list" title="create_stats_option_list"> <rect x="273" y="23" width="174" height="32" /> <rect x="271" y="21" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="281" y="41">create\_stats\_option\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h406 m-436 0 h20 m416 0 h20 m-456 0 q10 0 10 10 m436 0 q0 -10 10 -10 m-446 10 v12 m436 0 v-12 m-436 12 q0 10 10 10 m416 0 q10 0 10 -10 m-406 10 h10 m0 0 h172 m-202 0 h20 m182 0 h20 m-222 0 q10 0 10 10 m202 0 q0 -10 10 -10 m-212 10 v12 m202 0 v-12 m-202 12 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m58 0 h10 m0 0 h10 m84 0 h10 m20 -32 h10 m174 0 h10 m23 -32 h-3" /> <polygon points="485 5 493 1 493 9" /> <polygon points="485 5 477 1 477 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_stmt" title="create_stats_stmt">create\_stats\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="changefeed_table_targets" href="#changefeed_table_targets">changefeed\_table\_targets:</a></p><svg width="281" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#changefeed_table_target" title="changefeed_table_target"> <rect x="51" y="47" width="182" height="32" /> <rect x="49" y="45" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">changefeed\_table\_target</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m182 0 h10 m-222 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m202 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-202 0 h10 m24 0 h10 m0 0 h158 m23 44 h-3" /> <polygon points="271 61 279 57 279 65" /> <polygon points="271 61 263 57 263 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_cmd" title="alter_changefeed_cmd">alter\_changefeed\_cmd</a></li> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_changefeed_sink" href="#opt_changefeed_sink">opt\_changefeed\_sink:</a></p><svg width="293" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="56" height="32" rx="10" /> <rect x="29" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INTO</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="107" y="3" width="158" height="32" /> <rect x="105" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="115" y="21">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m158 0 h10 m3 0 h-3" /> <polygon points="283 17 291 13 291 21" /> <polygon points="283 17 275 13 275 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="target_list" href="#target_list">target\_list:</a></p><svg width="197" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#target_elem" title="target_elem"> <rect x="51" y="47" width="98" height="32" /> <rect x="49" y="45" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">target\_elem</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m98 0 h10 m-138 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m118 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-118 0 h10 m24 0 h10 m0 0 h74 m23 44 h-3" /> <polygon points="187 61 195 57 195 65" /> <polygon points="187 61 179 57 179 65" /></svg><p>referenced by: </p><ul> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> <li><a href="#opt_target_list" title="opt_target_list">opt\_target\_list</a></li> <li><a href="#returning_clause" title="returning_clause">returning\_clause</a></li> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="changefeed_target_expr" href="#changefeed_target_expr">changefeed\_target\_expr:</a></p><svg width="163" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#insert_target" title="insert_target"> <rect x="31" y="3" width="104" height="32" /> <rect x="29" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">insert\_target</text></a><path className="line" d="m17 17 h2 m0 0 h10 m104 0 h10 m3 0 h-3" /> <polygon points="153 17 161 13 161 21" /> <polygon points="153 17 145 13 145 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_changefeed_stmt" title="create_changefeed_stmt">create\_changefeed\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="logical_replication_resources" href="#logical_replication_resources">logical\_replication\_resources:</a></p><svg width="513" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="62" height="32" rx="10" /> <rect x="49" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">TABLE</text><a href="#db_object_name" title="db_object_name"> <rect x="133" y="3" width="126" height="32" /> <rect x="131" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="21">db\_object\_name</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">TABLES</text> <rect x="143" y="47" width="26" height="32" rx="10" /> <rect x="141" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="65">(</text><a href="#logical_replication_resources_list" title="logical_replication_resources_list"> <rect x="189" y="47" width="230" height="32" /> <rect x="187" y="45" width="230" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="65">logical\_replication\_resources\_list</text></a><rect x="439" y="47" width="26" height="32" rx="10" /> <rect x="437" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="447" y="65">)</text> <rect x="51" y="91" width="92" height="32" rx="10" /> <rect x="49" y="89" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">DATABASE</text><a href="#database_name" title="database_name"> <rect x="163" y="91" width="124" height="32" /> <rect x="161" y="89" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="171" y="109">database\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m62 0 h10 m0 0 h10 m126 0 h10 m0 0 h206 m-454 0 h20 m434 0 h20 m-474 0 q10 0 10 10 m454 0 q0 -10 10 -10 m-464 10 v24 m454 0 v-24 m-454 24 q0 10 10 10 m434 0 q10 0 10 -10 m-444 10 h10 m72 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m230 0 h10 m0 0 h10 m26 0 h10 m-444 -10 v20 m454 0 v-20 m-454 20 v24 m454 0 v-24 m-454 24 q0 10 10 10 m434 0 q10 0 10 -10 m-444 10 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h178 m23 -88 h-3" /> <polygon points="503 17 511 13 511 21" /> <polygon points="503 17 495 13 495 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_logical_replication_stream_stmt" title="create_logical_replication_stream_stmt">create\_logical\_replication\_stream\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_logical_replication_create_table_options" href="#opt_logical_replication_create_table_options">opt\_logical\_replication\_create\_table\_options:</a></p><svg width="717" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#logical_replication_create_table_options_list" title="logical_replication_create_table_options_list"> <rect x="149" y="23" width="304" height="32" /> <rect x="147" y="21" width="304" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">logical\_replication\_create\_table\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#logical_replication_create_table_options_list" title="logical_replication_create_table_options_list"> <rect x="299" y="67" width="304" height="32" /> <rect x="297" y="65" width="304" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">logical\_replication\_create\_table\_options\_list</text></a><rect x="623" y="67" width="26" height="32" rx="10" /> <rect x="621" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="631" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h628 m-658 0 h20 m638 0 h20 m-678 0 q10 0 10 10 m658 0 q0 -10 10 -10 m-668 10 v12 m658 0 v-12 m-658 12 q0 10 10 10 m638 0 q10 0 10 -10 m-648 10 h10 m58 0 h10 m20 0 h10 m304 0 h10 m0 0 h196 m-540 0 h20 m520 0 h20 m-560 0 q10 0 10 10 m540 0 q0 -10 10 -10 m-550 10 v24 m540 0 v-24 m-540 24 q0 10 10 10 m520 0 q10 0 10 -10 m-530 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m304 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="707 5 715 1 715 9" /> <polygon points="707 5 699 1 699 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_logical_replication_stream_stmt" title="create_logical_replication_stream_stmt">create\_logical\_replication\_stream\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_schedule_for_changefeed_stmt" href="#create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt:</a></p><svg width="1053" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="92" height="32" rx="10" /> <rect x="121" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">SCHEDULE</text><a href="#schedule_label_spec" title="schedule_label_spec"> <rect x="235" y="3" width="152" height="32" /> <rect x="233" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="243" y="21">schedule\_label\_spec</text></a><rect x="407" y="3" width="48" height="32" rx="10" /> <rect x="405" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="21">FOR</text> <rect x="475" y="3" width="110" height="32" rx="10" /> <rect x="473" y="1" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="21">CHANGEFEED</text><a href="#changefeed_table_targets" title="changefeed_table_targets"> <rect x="45" y="69" width="188" height="32" /> <rect x="43" y="67" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">changefeed\_table\_targets</text></a><a href="#changefeed_sink" title="changefeed_sink"> <rect x="253" y="69" width="128" height="32" /> <rect x="251" y="67" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="261" y="87">changefeed\_sink</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="401" y="69" width="130" height="32" /> <rect x="399" y="67" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="87">opt\_with\_options</text></a><a href="#changefeed_sink" title="changefeed_sink"> <rect x="45" y="113" width="128" height="32" /> <rect x="43" y="111" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="131">changefeed\_sink</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="193" y="113" width="130" height="32" /> <rect x="191" y="111" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="201" y="131">opt\_with\_options</text></a><rect x="343" y="113" width="38" height="32" rx="10" /> <rect x="341" y="111" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="351" y="131">AS</text> <rect x="401" y="113" width="70" height="32" rx="10" /> <rect x="399" y="111" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="131">SELECT</text><a href="#target_list" title="target_list"> <rect x="491" y="113" width="86" height="32" /> <rect x="489" y="111" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="499" y="131">target\_list</text></a><rect x="597" y="113" width="60" height="32" rx="10" /> <rect x="595" y="111" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="605" y="131">FROM</text><a href="#changefeed_target_expr" title="changefeed_target_expr"> <rect x="677" y="113" width="178" height="32" /> <rect x="675" y="111" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="685" y="131">changefeed\_target\_expr</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="875" y="113" width="136" height="32" /> <rect x="873" y="111" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="883" y="131">opt\_where\_clause</text></a><a href="#cron_expr" title="cron_expr"> <rect x="727" y="179" width="84" height="32" /> <rect x="725" y="177" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="735" y="197">cron\_expr</text></a><a href="#opt_with_schedule_options" title="opt_with_schedule_options"> <rect x="831" y="179" width="194" height="32" /> <rect x="829" y="177" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="839" y="197">opt\_with\_schedule\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m152 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m110 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-604 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m188 0 h10 m0 0 h10 m128 0 h10 m0 0 h10 m130 0 h10 m0 0 h480 m-1006 0 h20 m986 0 h20 m-1026 0 q10 0 10 10 m1006 0 q0 -10 10 -10 m-1016 10 v24 m1006 0 v-24 m-1006 24 q0 10 10 10 m986 0 q10 0 10 -10 m-996 10 h10 m128 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m178 0 h10 m0 0 h10 m136 0 h10 m22 -44 l2 0 m2 0 l2 0 m2 0 l2 0 m-348 110 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m84 0 h10 m0 0 h10 m194 0 h10 m3 0 h-3" /> <polygon points="1043 193 1051 189 1051 197" /> <polygon points="1043 193 1035 189 1035 197" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_stmt" title="create_schedule_stmt">create\_schedule\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_schedule_for_backup_stmt" href="#create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt:</a></p><svg width="739" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CREATE</text> <rect x="123" y="3" width="92" height="32" rx="10" /> <rect x="121" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="21">SCHEDULE</text><a href="#schedule_label_spec" title="schedule_label_spec"> <rect x="235" y="3" width="152" height="32" /> <rect x="233" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="243" y="21">schedule\_label\_spec</text></a><rect x="407" y="3" width="48" height="32" rx="10" /> <rect x="405" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="21">FOR</text> <rect x="475" y="3" width="74" height="32" rx="10" /> <rect x="473" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="21">BACKUP</text><a href="#opt_backup_targets" title="opt_backup_targets"> <rect x="569" y="3" width="148" height="32" /> <rect x="567" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="577" y="21">opt\_backup\_targets</text></a><rect x="72" y="69" width="56" height="32" rx="10" /> <rect x="70" y="67" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="80" y="87">INTO</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="148" y="69" width="214" height="32" /> <rect x="146" y="67" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="156" y="87">string\_or\_placeholder\_opt\_list</text></a><a href="#opt_with_backup_options" title="opt_with_backup_options"> <rect x="382" y="69" width="184" height="32" /> <rect x="380" y="67" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="390" y="87">opt\_with\_backup\_options</text></a><a href="#cron_expr" title="cron_expr"> <rect x="586" y="69" width="84" height="32" /> <rect x="584" y="67" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="594" y="87">cron\_expr</text></a><a href="#opt_full_backup_clause" title="opt_full_backup_clause"> <rect x="327" y="135" width="170" height="32" /> <rect x="325" y="133" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="335" y="153">opt\_full\_backup\_clause</text></a><a href="#opt_with_schedule_options" title="opt_with_schedule_options"> <rect x="517" y="135" width="194" height="32" /> <rect x="515" y="133" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="525" y="153">opt\_with\_schedule\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m152 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m148 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-689 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m56 0 h10 m0 0 h10 m214 0 h10 m0 0 h10 m184 0 h10 m0 0 h10 m84 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-387 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m170 0 h10 m0 0 h10 m194 0 h10 m3 0 h-3" /> <polygon points="729 149 737 145 737 153" /> <polygon points="729 149 721 145 721 153" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_stmt" title="create_schedule_stmt">create\_schedule\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_check_external_connection_options_list" href="#opt_with_check_external_connection_options_list">opt\_with\_check\_external\_connection\_options\_list:</a></p><svg width="687" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#check_external_connection_options_list" title="check_external_connection_options_list"> <rect x="149" y="23" width="274" height="32" /> <rect x="147" y="21" width="274" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">check\_external\_connection\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#check_external_connection_options_list" title="check_external_connection_options_list"> <rect x="299" y="67" width="274" height="32" /> <rect x="297" y="65" width="274" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">check\_external\_connection\_options\_list</text></a><rect x="593" y="67" width="26" height="32" rx="10" /> <rect x="591" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="601" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h598 m-628 0 h20 m608 0 h20 m-648 0 q10 0 10 10 m628 0 q0 -10 10 -10 m-638 10 v12 m628 0 v-12 m-628 12 q0 10 10 10 m608 0 q10 0 10 -10 m-618 10 h10 m58 0 h10 m20 0 h10 m274 0 h10 m0 0 h196 m-510 0 h20 m490 0 h20 m-530 0 q10 0 10 10 m510 0 q0 -10 10 -10 m-520 10 v24 m510 0 v-24 m-510 24 q0 10 10 10 m490 0 q10 0 10 -10 m-500 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m274 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="677 5 685 1 685 9" /> <polygon points="677 5 669 1 669 9" /></svg><p>referenced by: </p><ul> <li><a href="#check_external_connection_stmt" title="check_external_connection_stmt">check\_external\_connection\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="with_clause" href="#with_clause">with\_clause:</a></p><svg width="361" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WITH</text> <rect x="129" y="35" width="98" height="32" rx="10" /> <rect x="127" y="33" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="53">RECURSIVE</text><a href="#cte_list" title="cte_list"> <rect x="267" y="3" width="66" height="32" /> <rect x="265" y="1" width="66" height="32" className="nonterminal" /> <text className="nonterminal" x="275" y="21">cte\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m20 0 h10 m0 0 h108 m-138 0 h20 m118 0 h20 m-158 0 q10 0 10 10 m138 0 q0 -10 10 -10 m-148 10 v12 m138 0 v-12 m-138 12 q0 10 10 10 m118 0 q10 0 10 -10 m-128 10 h10 m98 0 h10 m20 -32 h10 m66 0 h10 m3 0 h-3" /> <polygon points="351 17 359 13 359 21" /> <polygon points="351 17 343 13 343 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_clause" title="opt_with_clause">opt\_with\_clause</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="batch_param_list" href="#batch_param_list">batch\_param\_list:</a></p><svg width="203" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#batch_param" title="batch_param"> <rect x="51" y="47" width="104" height="32" /> <rect x="49" y="45" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">batch\_param</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m104 0 h10 m-144 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m124 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-124 0 h10 m24 0 h10 m0 0 h80 m23 44 h-3" /> <polygon points="193 61 201 57 201 65" /> <polygon points="193 61 185 57 185 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_batch_clause" title="opt_batch_clause">opt\_batch\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_name_opt_idx" href="#table_name_opt_idx">table\_name\_opt\_idx:</a></p><svg width="533" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_only" title="opt_only"> <rect x="31" y="3" width="74" height="32" /> <rect x="29" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_only</text></a><a href="#table_name" title="table_name"> <rect x="125" y="3" width="96" height="32" /> <rect x="123" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="133" y="21">table\_name</text></a><a href="#opt_index_flags" title="opt_index_flags"> <rect x="241" y="3" width="122" height="32" /> <rect x="239" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="249" y="21">opt\_index\_flags</text></a><a href="#opt_descendant" title="opt_descendant"> <rect x="383" y="3" width="122" height="32" /> <rect x="381" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="391" y="21">opt\_descendant</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m122 0 h10 m0 0 h10 m122 0 h10 m3 0 h-3" /> <polygon points="523 17 531 13 531 21" /> <polygon points="523 17 515 13 515 21" /></svg><p>referenced by: </p><ul> <li><a href="#insert_target" title="insert_target">insert\_target</a></li> <li><a href="#table_expr_opt_alias_idx" title="table_expr_opt_alias_idx">table\_expr\_opt\_alias\_idx</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="from_list" href="#from_list">from\_list:</a></p><svg width="177" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#table_ref" title="table_ref"> <rect x="51" y="47" width="78" height="32" /> <rect x="49" y="45" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_ref</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m78 0 h10 m-118 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m98 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-98 0 h10 m24 0 h10 m0 0 h54 m23 44 h-3" /> <polygon points="167 61 175 57 175 65" /> <polygon points="167 61 159 57 159 65" /></svg><p>referenced by: </p><ul> <li><a href="#from_clause" title="from_clause">from\_clause</a></li> <li><a href="#opt_from_list" title="opt_from_list">opt\_from\_list</a></li> <li><a href="#opt_using_clause" title="opt_using_clause">opt\_using\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sort_clause" href="#sort_clause">sort\_clause:</a></p><svg width="291" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="68" height="32" rx="10" /> <rect x="29" y="1" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ORDER</text> <rect x="119" y="3" width="38" height="32" rx="10" /> <rect x="117" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="21">BY</text><a href="#sortby_list" title="sortby_list"> <rect x="177" y="3" width="86" height="32" /> <rect x="175" y="1" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="185" y="21">sortby\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m68 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m86 0 h10 m3 0 h-3" /> <polygon points="281 17 289 13 289 21" /> <polygon points="281 17 273 13 273 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_sort_clause" title="opt_sort_clause">opt\_sort\_clause</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="limit_clause" href="#limit_clause">limit\_clause:</a></p><svg width="715" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="60" height="32" rx="10" /> <rect x="49" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">LIMIT</text> <rect x="151" y="3" width="44" height="32" rx="10" /> <rect x="149" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="21">ALL</text><a href="#a_expr" title="a_expr"> <rect x="151" y="47" width="64" height="32" /> <rect x="149" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="159" y="65">a\_expr</text></a><rect x="51" y="91" width="62" height="32" rx="10" /> <rect x="49" y="89" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">FETCH</text><a href="#first_or_next" title="first_or_next"> <rect x="133" y="91" width="102" height="32" /> <rect x="131" y="89" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="109">first\_or\_next</text></a><a href="#select_fetch_first_value" title="select_fetch_first_value"> <rect x="275" y="123" width="172" height="32" /> <rect x="273" y="121" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="141">select\_fetch\_first\_value</text></a><a href="#row_or_rows" title="row_or_rows"> <rect x="487" y="91" width="102" height="32" /> <rect x="485" y="89" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="495" y="109">row\_or\_rows</text></a><rect x="609" y="91" width="58" height="32" rx="10" /> <rect x="607" y="89" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="617" y="109">ONLY</text> <path className="line" d="m17 17 h2 m20 0 h10 m60 0 h10 m20 0 h10 m44 0 h10 m0 0 h20 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v24 m104 0 v-24 m-104 24 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m20 -44 h432 m-656 0 h20 m636 0 h20 m-676 0 q10 0 10 10 m656 0 q0 -10 10 -10 m-666 10 v68 m656 0 v-68 m-656 68 q0 10 10 10 m636 0 q10 0 10 -10 m-646 10 h10 m62 0 h10 m0 0 h10 m102 0 h10 m20 0 h10 m0 0 h182 m-212 0 h20 m192 0 h20 m-232 0 q10 0 10 10 m212 0 q0 -10 10 -10 m-222 10 v12 m212 0 v-12 m-212 12 q0 10 10 10 m192 0 q10 0 10 -10 m-202 10 h10 m172 0 h10 m20 -32 h10 m102 0 h10 m0 0 h10 m58 0 h10 m23 -88 h-3" /> <polygon points="705 17 713 13 713 21" /> <polygon points="705 17 697 13 697 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_limit_clause" title="opt_limit_clause">opt\_limit\_clause</a></li> <li><a href="#select_limit" title="select_limit">select\_limit</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_database_stmt" href="#drop_database_stmt">drop\_database\_stmt:</a></p><svg width="719" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="92" height="32" rx="10" /> <rect x="107" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">DATABASE</text> <rect x="241" y="35" width="34" height="32" rx="10" /> <rect x="239" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="53">IF</text> <rect x="295" y="35" width="70" height="32" rx="10" /> <rect x="293" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="53">EXISTS</text><a href="#database_name" title="database_name"> <rect x="405" y="3" width="124" height="32" /> <rect x="403" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="413" y="21">database\_name</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="549" y="3" width="142" height="32" /> <rect x="547" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="557" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m124 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="709 17 717 13 717 21" /> <polygon points="709 17 701 13 701 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_index_stmt" href="#drop_index_stmt">drop\_index\_stmt:</a></p><svg width="709" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="64" height="32" rx="10" /> <rect x="107" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">INDEX</text><a href="#opt_concurrently" title="opt_concurrently"> <rect x="193" y="3" width="126" height="32" /> <rect x="191" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="201" y="21">opt\_concurrently</text></a><rect x="359" y="35" width="34" height="32" rx="10" /> <rect x="357" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="53">IF</text> <rect x="413" y="35" width="70" height="32" rx="10" /> <rect x="411" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="421" y="53">EXISTS</text><a href="#table_index_name_list" title="table_index_name_list"> <rect x="523" y="3" width="164" height="32" /> <rect x="521" y="1" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="531" y="21">table\_index\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="539" y="101" width="142" height="32" /> <rect x="537" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m126 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m164 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="699 115 707 111 707 119" /> <polygon points="699 115 691 111 691 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_table_stmt" href="#drop_table_stmt">drop\_table\_stmt:</a></p><svg width="687" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="62" height="32" rx="10" /> <rect x="107" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">TABLE</text> <rect x="211" y="35" width="34" height="32" rx="10" /> <rect x="209" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="219" y="53">IF</text> <rect x="265" y="35" width="70" height="32" rx="10" /> <rect x="263" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="53">EXISTS</text><a href="#table_name_list" title="table_name_list"> <rect x="375" y="3" width="122" height="32" /> <rect x="373" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="383" y="21">table\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="517" y="3" width="142" height="32" /> <rect x="515" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="525" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m122 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="677 17 685 13 685 21" /> <polygon points="677 17 669 13 669 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_view_stmt" href="#drop_view_stmt">drop\_view\_stmt:</a></p><svg width="693" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="129" y="35" width="122" height="32" rx="10" /> <rect x="127" y="33" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="53">MATERIALIZED</text> <rect x="291" y="3" width="58" height="32" rx="10" /> <rect x="289" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="21">VIEW</text> <rect x="389" y="35" width="34" height="32" rx="10" /> <rect x="387" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="397" y="53">IF</text> <rect x="443" y="35" width="70" height="32" rx="10" /> <rect x="441" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="451" y="53">EXISTS</text><a href="#view_name_list" title="view_name_list"> <rect x="553" y="3" width="118" height="32" /> <rect x="551" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="561" y="21">view\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="523" y="101" width="142" height="32" /> <rect x="521" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="531" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m20 0 h10 m0 0 h132 m-162 0 h20 m142 0 h20 m-182 0 q10 0 10 10 m162 0 q0 -10 10 -10 m-172 10 v12 m162 0 v-12 m-162 12 q0 10 10 10 m142 0 q10 0 10 -10 m-152 10 h10 m122 0 h10 m20 -32 h10 m58 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m118 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="683 115 691 111 691 119" /> <polygon points="683 115 675 111 675 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_sequence_stmt" href="#drop_sequence_stmt">drop\_sequence\_stmt:</a></p><svg width="745" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="92" height="32" rx="10" /> <rect x="107" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">SEQUENCE</text> <rect x="241" y="35" width="34" height="32" rx="10" /> <rect x="239" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="53">IF</text> <rect x="295" y="35" width="70" height="32" rx="10" /> <rect x="293" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="53">EXISTS</text><a href="#sequence_name_list" title="sequence_name_list"> <rect x="405" y="3" width="150" height="32" /> <rect x="403" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="413" y="21">sequence\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="575" y="3" width="142" height="32" /> <rect x="573" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m150 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="735 17 743 13 743 21" /> <polygon points="735 17 727 13 727 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_schema_stmt" href="#drop_schema_stmt">drop\_schema\_stmt:</a></p><svg width="717" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="76" height="32" rx="10" /> <rect x="107" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">SCHEMA</text> <rect x="225" y="35" width="34" height="32" rx="10" /> <rect x="223" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="53">IF</text> <rect x="279" y="35" width="70" height="32" rx="10" /> <rect x="277" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="287" y="53">EXISTS</text><a href="#schema_name_list" title="schema_name_list"> <rect x="389" y="3" width="138" height="32" /> <rect x="387" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="397" y="21">schema\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="547" y="3" width="142" height="32" /> <rect x="545" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="555" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m76 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m138 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="707 17 715 13 715 21" /> <polygon points="707 17 699 13 699 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_type_stmt" href="#drop_type_stmt">drop\_type\_stmt:</a></p><svg width="675" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="54" height="32" rx="10" /> <rect x="107" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">TYPE</text> <rect x="203" y="35" width="34" height="32" rx="10" /> <rect x="201" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="211" y="53">IF</text> <rect x="257" y="35" width="70" height="32" rx="10" /> <rect x="255" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="53">EXISTS</text><a href="#type_name_list" title="type_name_list"> <rect x="367" y="3" width="118" height="32" /> <rect x="365" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="375" y="21">type\_name\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="505" y="3" width="142" height="32" /> <rect x="503" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="513" y="21">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m54 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m118 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="665 17 673 13 673 21" /> <polygon points="665 17 657 13 657 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_func_stmt" href="#drop_func_stmt">drop\_func\_stmt:</a></p><svg width="641" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="92" height="32" rx="10" /> <rect x="107" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">FUNCTION</text> <rect x="241" y="35" width="34" height="32" rx="10" /> <rect x="239" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="53">IF</text> <rect x="295" y="35" width="70" height="32" rx="10" /> <rect x="293" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="53">EXISTS</text><a href="#function_with_paramtypes_list" title="function_with_paramtypes_list"> <rect x="405" y="3" width="214" height="32" /> <rect x="403" y="1" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="413" y="21">function\_with\_paramtypes\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="471" y="101" width="142" height="32" /> <rect x="469" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="479" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m214 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="631 115 639 111 639 119" /> <polygon points="631 115 623 111 623 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_proc_stmt" href="#drop_proc_stmt">drop\_proc\_stmt:</a></p><svg width="653" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="104" height="32" rx="10" /> <rect x="107" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">PROCEDURE</text> <rect x="253" y="35" width="34" height="32" rx="10" /> <rect x="251" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="53">IF</text> <rect x="307" y="35" width="70" height="32" rx="10" /> <rect x="305" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="315" y="53">EXISTS</text><a href="#function_with_paramtypes_list" title="function_with_paramtypes_list"> <rect x="417" y="3" width="214" height="32" /> <rect x="415" y="1" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="425" y="21">function\_with\_paramtypes\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="483" y="101" width="142" height="32" /> <rect x="481" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="491" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m104 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m214 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="643 115 651 111 651 119" /> <polygon points="643 115 635 111 635 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_trigger_stmt" href="#drop_trigger_stmt">drop\_trigger\_stmt:</a></p><svg width="647" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="80" height="32" rx="10" /> <rect x="107" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">TRIGGER</text> <rect x="229" y="35" width="34" height="32" rx="10" /> <rect x="227" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="237" y="53">IF</text> <rect x="283" y="35" width="70" height="32" rx="10" /> <rect x="281" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="53">EXISTS</text><a href="#name" title="name"> <rect x="393" y="3" width="56" height="32" /> <rect x="391" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="401" y="21">name</text></a><rect x="469" y="3" width="40" height="32" rx="10" /> <rect x="467" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="477" y="21">ON</text><a href="#table_name" title="table_name"> <rect x="529" y="3" width="96" height="32" /> <rect x="527" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="537" y="21">table\_name</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="477" y="101" width="142" height="32" /> <rect x="475" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="485" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m80 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m56 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m96 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="637 115 645 111 645 119" /> <polygon points="637 115 629 111 629 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="drop_policy_stmt" href="#drop_policy_stmt">drop\_policy\_stmt:</a></p><svg width="639" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DROP</text> <rect x="109" y="3" width="72" height="32" rx="10" /> <rect x="107" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">POLICY</text> <rect x="221" y="35" width="34" height="32" rx="10" /> <rect x="219" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="53">IF</text> <rect x="275" y="35" width="70" height="32" rx="10" /> <rect x="273" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="53">EXISTS</text><a href="#name" title="name"> <rect x="385" y="3" width="56" height="32" /> <rect x="383" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="21">name</text></a><rect x="461" y="3" width="40" height="32" rx="10" /> <rect x="459" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="469" y="21">ON</text><a href="#table_name" title="table_name"> <rect x="521" y="3" width="96" height="32" /> <rect x="519" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="529" y="21">table\_name</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="469" y="101" width="142" height="32" /> <rect x="467" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="477" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m56 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m96 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-192 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="629 115 637 111 637 119" /> <polygon points="629 115 621 111 621 119" /></svg><p>referenced by: </p><ul> <li><a href="#drop_ddl_stmt" title="drop_ddl_stmt">drop\_ddl\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="explain_option_name" href="#explain_option_name">explain\_option\_name:</a></p><svg width="205" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#non_reserved_word" title="non_reserved_word"> <rect x="31" y="3" width="146" height="32" /> <rect x="29" y="1" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">non\_reserved\_word</text></a><path className="line" d="m17 17 h2 m0 0 h10 m146 0 h10 m3 0 h-3" /> <polygon points="195 17 203 13 203 21" /> <polygon points="195 17 187 13 187 21" /></svg><p>referenced by: </p><ul> <li><a href="#explain_option_list" title="explain_option_list">explain\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="insert_column_item" href="#insert_column_item">insert\_column\_item:</a></p><svg width="167" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_name" title="column_name"> <rect x="31" y="3" width="108" height="32" /> <rect x="29" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">column\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m3 0 h-3" /> <polygon points="157 17 165 13 165 21" /> <polygon points="157 17 149 13 149 21" /></svg><p>referenced by: </p><ul> <li><a href="#insert_column_list" title="insert_column_list">insert\_column\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="kv_option_list" href="#kv_option_list">kv\_option\_list:</a></p><svg width="181" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#kv_option" title="kv_option"> <rect x="51" y="47" width="82" height="32" /> <rect x="49" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">kv\_option</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m82 0 h10 m-122 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m102 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-102 0 h10 m24 0 h10 m0 0 h58 m23 44 h-3" /> <polygon points="171 61 179 57 179 65" /> <polygon points="171 61 163 57 163 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_cmd" title="alter_changefeed_cmd">alter\_changefeed\_cmd</a></li> <li><a href="#opt_with_options" title="opt_with_options">opt\_with\_options</a></li> <li><a href="#opt_with_schedule_options" title="opt_with_schedule_options">opt\_with\_schedule\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_inspect_options_clause" href="#opt_inspect_options_clause">opt\_inspect\_options\_clause:</a></p><svg width="421" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="84" height="32" rx="10" /> <rect x="127" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">OPTIONS</text><a href="#inspect_option_list" title="inspect_option_list"> <rect x="233" y="23" width="140" height="32" /> <rect x="231" y="21" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="41">inspect\_option\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h332 m-362 0 h20 m342 0 h20 m-382 0 q10 0 10 10 m362 0 q0 -10 10 -10 m-372 10 v12 m362 0 v-12 m-362 12 q0 10 10 10 m342 0 q10 0 10 -10 m-352 10 h10 m58 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m140 0 h10 m23 -32 h-3" /> <polygon points="411 5 419 1 419 9" /> <polygon points="411 5 403 1 403 9" /></svg><p>referenced by: </p><ul> <li><a href="#inspect_database_stmt" title="inspect_database_stmt">inspect\_database\_stmt</a></li> <li><a href="#inspect_table_stmt" title="inspect_table_stmt">inspect\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="db_name" href="#db_name">db\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#inspect_database_stmt" title="inspect_database_stmt">inspect\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="session_var" href="#session_var">session\_var:</a></p><svg width="379" height="465"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#session_var_parts" title="session_var_parts"> <rect x="173" y="35" width="138" height="32" /> <rect x="171" y="33" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="181" y="53">session\_var\_parts</text></a><rect x="51" y="79" width="44" height="32" rx="10" /> <rect x="49" y="77" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">ALL</text> <rect x="51" y="123" width="92" height="32" rx="10" /> <rect x="49" y="121" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">DATABASE</text> <rect x="51" y="167" width="68" height="32" rx="10" /> <rect x="49" y="165" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="185">NAMES</text> <rect x="51" y="211" width="56" height="32" rx="10" /> <rect x="49" y="209" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="229">ROLE</text> <rect x="51" y="255" width="128" height="32" rx="10" /> <rect x="49" y="253" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="273">SESSION\_USER</text> <rect x="51" y="299" width="108" height="32" rx="10" /> <rect x="49" y="297" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="317">LC\_COLLATE</text> <rect x="51" y="343" width="88" height="32" rx="10" /> <rect x="49" y="341" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="361">LC\_CTYPE</text> <rect x="51" y="387" width="54" height="32" rx="10" /> <rect x="49" y="385" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="405">TIME</text> <rect x="125" y="387" width="58" height="32" rx="10" /> <rect x="123" y="385" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="405">ZONE</text> <rect x="51" y="431" width="198" height="32" rx="10" /> <rect x="49" y="429" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="449">VIRTUAL\_CLUSTER\_NAME</text> <path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m20 0 h10 m0 0 h148 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v12 m178 0 v-12 m-178 12 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m138 0 h10 m-300 -32 h20 m300 0 h20 m-340 0 q10 0 10 10 m320 0 q0 -10 10 -10 m-330 10 v56 m320 0 v-56 m-320 56 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m44 0 h10 m0 0 h236 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m92 0 h10 m0 0 h188 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m68 0 h10 m0 0 h212 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m56 0 h10 m0 0 h224 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m128 0 h10 m0 0 h152 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m108 0 h10 m0 0 h172 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m88 0 h10 m0 0 h192 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m54 0 h10 m0 0 h10 m58 0 h10 m0 0 h148 m-310 -10 v20 m320 0 v-20 m-320 20 v24 m320 0 v-24 m-320 24 q0 10 10 10 m300 0 q10 0 10 -10 m-310 10 h10 m198 0 h10 m0 0 h82 m23 -428 h-3" /> <polygon points="369 17 377 13 377 21" /> <polygon points="369 17 361 13 361 21" /></svg><p>referenced by: </p><ul> <li><a href="#reset_session_stmt" title="reset_session_stmt">reset\_session\_stmt</a></li> <li><a href="#set_or_reset_clause" title="set_or_reset_clause">set\_or\_reset\_clause</a></li> <li><a href="#show_session_stmt" title="show_session_stmt">show\_session\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="var_name" href="#var_name">var\_name:</a></p><svg width="225" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><a href="#attrs" title="attrs"> <rect x="127" y="35" width="50" height="32" /> <rect x="125" y="33" width="50" height="32" className="nonterminal" /> <text className="nonterminal" x="135" y="53">attrs</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m20 0 h10 m0 0 h60 m-90 0 h20 m70 0 h20 m-110 0 q10 0 10 10 m90 0 q0 -10 10 -10 m-100 10 v12 m90 0 v-12 m-90 12 q0 10 10 10 m70 0 q10 0 10 -10 m-80 10 h10 m50 0 h10 m23 -32 h-3" /> <polygon points="215 17 223 13 223 21" /> <polygon points="215 17 207 13 207 21" /></svg><p>referenced by: </p><ul> <li><a href="#generic_set" title="generic_set">generic\_set</a></li> <li><a href="#reset_csetting_stmt" title="reset_csetting_stmt">reset\_csetting\_stmt</a></li> <li><a href="#set_csetting_stmt" title="set_csetting_stmt">set\_csetting\_stmt</a></li> <li><a href="#var_set_list" title="var_set_list">var\_set\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="non_reserved_word_or_sconst" href="#non_reserved_word_or_sconst">non\_reserved\_word\_or\_sconst:</a></p><svg width="245" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#non_reserved_word" title="non_reserved_word"> <rect x="51" y="3" width="146" height="32" /> <rect x="49" y="1" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">non\_reserved\_word</text></a><rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m146 0 h10 m-186 0 h20 m166 0 h20 m-206 0 q10 0 10 10 m186 0 q0 -10 10 -10 m-196 10 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m76 0 h10 m0 0 h70 m23 -44 h-3" /> <polygon points="235 17 243 13 243 21" /> <polygon points="235 17 227 13 227 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_routine_opt_item" title="create_routine_opt_item">create\_routine\_opt\_item</a></li> <li><a href="#do_stmt_opt_item" title="do_stmt_opt_item">do\_stmt\_opt\_item</a></li> <li><a href="#opt_encoding_clause" title="opt_encoding_clause">opt\_encoding\_clause</a></li> <li><a href="#opt_lc_collate_clause" title="opt_lc_collate_clause">opt\_lc\_collate\_clause</a></li> <li><a href="#opt_lc_ctype_clause" title="opt_lc_ctype_clause">opt\_lc\_ctype\_clause</a></li> <li><a href="#opt_template_clause" title="opt_template_clause">opt\_template\_clause</a></li> <li><a href="#string_or_placeholder" title="string_or_placeholder">string\_or\_placeholder</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="restore_options_list" href="#restore_options_list">restore\_options\_list:</a></p><svg width="221" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#restore_options" title="restore_options"> <rect x="51" y="47" width="122" height="32" /> <rect x="49" y="45" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">restore\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m122 0 h10 m-162 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m142 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-142 0 h10 m24 0 h10 m0 0 h98 m23 44 h-3" /> <polygon points="211 61 219 57 219 65" /> <polygon points="211 61 203 57 203 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_restore_options" title="opt_with_restore_options">opt\_with\_restore\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_scrub_options_clause" href="#opt_scrub_options_clause">opt\_scrub\_options\_clause:</a></p><svg width="409" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="84" height="32" rx="10" /> <rect x="127" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">OPTIONS</text><a href="#scrub_option_list" title="scrub_option_list"> <rect x="233" y="23" width="128" height="32" /> <rect x="231" y="21" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="41">scrub\_option\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h320 m-350 0 h20 m330 0 h20 m-370 0 q10 0 10 10 m350 0 q0 -10 10 -10 m-360 10 v12 m350 0 v-12 m-350 12 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m58 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m128 0 h10 m23 -32 h-3" /> <polygon points="399 5 407 1 407 9" /> <polygon points="399 5 391 1 391 9" /></svg><p>referenced by: </p><ul> <li><a href="#scrub_table_stmt" title="scrub_table_stmt">scrub\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="simple_select" href="#simple_select">simple\_select:</a></p><svg width="253" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_select_clause" title="simple_select_clause"> <rect x="51" y="3" width="154" height="32" /> <rect x="49" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">simple\_select\_clause</text></a><a href="#values_clause" title="values_clause"> <rect x="51" y="47" width="110" height="32" /> <rect x="49" y="45" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">values\_clause</text></a><a href="#table_clause" title="table_clause"> <rect x="51" y="91" width="100" height="32" /> <rect x="49" y="89" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">table\_clause</text></a><a href="#set_operation" title="set_operation"> <rect x="51" y="135" width="108" height="32" /> <rect x="49" y="133" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">set\_operation</text></a><path className="line" d="m17 17 h2 m20 0 h10 m154 0 h10 m-194 0 h20 m174 0 h20 m-214 0 q10 0 10 10 m194 0 q0 -10 10 -10 m-204 10 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m110 0 h10 m0 0 h44 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m100 0 h10 m0 0 h54 m-184 -10 v20 m194 0 v-20 m-194 20 v24 m194 0 v-24 m-194 24 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m108 0 h10 m0 0 h46 m23 -132 h-3" /> <polygon points="243 17 251 13 251 21" /> <polygon points="243 17 235 13 235 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_clause" title="select_clause">select\_clause</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_clause" href="#select_clause">select\_clause:</a></p><svg width="243" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_select" title="simple_select"> <rect x="51" y="3" width="106" height="32" /> <rect x="49" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">simple\_select</text></a><a href="#select_with_parens" title="select_with_parens"> <rect x="51" y="47" width="144" height="32" /> <rect x="49" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">select\_with\_parens</text></a><path className="line" d="m17 17 h2 m20 0 h10 m106 0 h10 m0 0 h38 m-184 0 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m144 0 h10 m23 -44 h-3" /> <polygon points="233 17 241 13 241 21" /> <polygon points="233 17 225 13 225 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> <li><a href="#set_operation" title="set_operation">set\_operation</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_locking_clause" href="#for_locking_clause">for\_locking\_clause:</a></p><svg width="301" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#for_locking_items" title="for_locking_items"> <rect x="51" y="3" width="132" height="32" /> <rect x="49" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">for\_locking\_items</text></a><rect x="51" y="47" width="48" height="32" rx="10" /> <rect x="49" y="45" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FOR</text> <rect x="119" y="47" width="56" height="32" rx="10" /> <rect x="117" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="65">READ</text> <rect x="195" y="47" width="58" height="32" rx="10" /> <rect x="193" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="203" y="65">ONLY</text> <path className="line" d="m17 17 h2 m20 0 h10 m132 0 h10 m0 0 h70 m-242 0 h20 m222 0 h20 m-262 0 q10 0 10 10 m242 0 q0 -10 10 -10 m-252 10 v24 m242 0 v-24 m-242 24 q0 10 10 10 m222 0 q10 0 10 -10 m-232 10 h10 m48 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m58 0 h10 m23 -44 h-3" /> <polygon points="291 17 299 13 299 21" /> <polygon points="291 17 283 13 283 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_for_locking_clause" title="opt_for_locking_clause">opt\_for\_locking\_clause</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_select_limit" href="#opt_select_limit">opt\_select\_limit:</a></p><svg width="191" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#select_limit" title="select_limit"> <rect x="51" y="23" width="92" height="32" /> <rect x="49" y="21" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">select\_limit</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h102 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v12 m132 0 v-12 m-132 12 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m92 0 h10 m23 -32 h-3" /> <polygon points="181 5 189 1 189 9" /> <polygon points="181 5 173 1 173 9" /></svg><p>referenced by: </p><ul> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_limit" href="#select_limit">select\_limit:</a></p><svg width="357" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#limit_clause" title="limit_clause"> <rect x="51" y="3" width="94" height="32" /> <rect x="49" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">limit\_clause</text></a><a href="#offset_clause" title="offset_clause"> <rect x="185" y="35" width="104" height="32" /> <rect x="183" y="33" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="193" y="53">offset\_clause</text></a><a href="#offset_clause" title="offset_clause"> <rect x="51" y="79" width="104" height="32" /> <rect x="49" y="77" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="97">offset\_clause</text></a><a href="#limit_clause" title="limit_clause"> <rect x="195" y="111" width="94" height="32" /> <rect x="193" y="109" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="129">limit\_clause</text></a><path className="line" d="m17 17 h2 m20 0 h10 m94 0 h10 m20 0 h10 m0 0 h114 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v12 m144 0 v-12 m-144 12 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m-278 -32 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v56 m298 0 v-56 m-298 56 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m104 0 h10 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m43 -108 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_select_limit" title="opt_select_limit">opt\_select\_limit</a></li> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_for_locking_clause" href="#opt_for_locking_clause">opt\_for\_locking\_clause:</a></p><svg width="237" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#for_locking_clause" title="for_locking_clause"> <rect x="51" y="23" width="138" height="32" /> <rect x="49" y="21" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">for\_locking\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h148 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v12 m178 0 v-12 m-178 12 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m138 0 h10 m23 -32 h-3" /> <polygon points="227 5 235 1 235 9" /> <polygon points="227 5 219 1 219 9" /></svg><p>referenced by: </p><ul> <li><a href="#select_no_parens" title="select_no_parens">select\_no\_parens</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_rest_more" href="#set_rest_more">set\_rest\_more:</a></p><svg width="131" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#set_rest" title="set_rest"> <rect x="31" y="3" width="72" height="32" /> <rect x="29" y="1" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">set\_rest</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m3 0 h-3" /> <polygon points="121 17 129 13 129 21" /> <polygon points="121 17 113 13 113 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_session_stmt" title="set_session_stmt">set\_session\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_rest" href="#set_rest">set\_rest:</a></p><svg width="153" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#generic_set" title="generic_set"> <rect x="31" y="3" width="94" height="32" /> <rect x="29" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">generic\_set</text></a><path className="line" d="m17 17 h2 m0 0 h10 m94 0 h10 m3 0 h-3" /> <polygon points="143 17 151 13 151 21" /> <polygon points="143 17 135 13 135 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_local_stmt" title="set_local_stmt">set\_local\_stmt</a></li> <li><a href="#set_or_reset_clause" title="set_or_reset_clause">set\_or\_reset\_clause</a></li> <li><a href="#set_rest_more" title="set_rest_more">set\_rest\_more</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="to_or_eq" href="#to_or_eq">to\_or\_eq:</a></p><svg width="137" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="30" height="32" rx="10" /> <rect x="49" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">=</text> <rect x="51" y="47" width="38" height="32" rx="10" /> <rect x="49" y="45" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">TO</text> <path className="line" d="m17 17 h2 m20 0 h10 m30 0 h10 m0 0 h8 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v24 m78 0 v-24 m-78 24 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m23 -44 h-3" /> <polygon points="127 17 135 13 135 21" /> <polygon points="127 17 119 13 119 21" /></svg><p>referenced by: </p><ul> <li><a href="#generic_set" title="generic_set">generic\_set</a></li> <li><a href="#set_csetting_stmt" title="set_csetting_stmt">set\_csetting\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="var_value" href="#var_value">var\_value:</a></p><svg width="223" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">a\_expr</text></a><a href="#extra_var_value" title="extra_var_value"> <rect x="51" y="47" width="124" height="32" /> <rect x="49" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">extra\_var\_value</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h60 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v24 m164 0 v-24 m-164 24 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m124 0 h10 m23 -44 h-3" /> <polygon points="213 17 221 13 221 21" /> <polygon points="213 17 205 13 205 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_csetting_stmt" title="set_csetting_stmt">set\_csetting\_stmt</a></li> <li><a href="#storage_parameter" title="storage_parameter">storage\_parameter</a></li> <li><a href="#use_stmt" title="use_stmt">use\_stmt</a></li> <li><a href="#var_list" title="var_list">var\_list</a></li> <li><a href="#var_set_list" title="var_set_list">var\_set\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_show_backups_options" href="#opt_with_show_backups_options">opt\_with\_show\_backups\_options:</a></p><svg width="607" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#show_backups_options_list" title="show_backups_options_list"> <rect x="149" y="23" width="194" height="32" /> <rect x="147" y="21" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">show\_backups\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#show_backups_options_list" title="show_backups_options_list"> <rect x="299" y="67" width="194" height="32" /> <rect x="297" y="65" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">show\_backups\_options\_list</text></a><rect x="513" y="67" width="26" height="32" rx="10" /> <rect x="511" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="521" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h518 m-548 0 h20 m528 0 h20 m-568 0 q10 0 10 10 m548 0 q0 -10 10 -10 m-558 10 v12 m548 0 v-12 m-548 12 q0 10 10 10 m528 0 q10 0 10 -10 m-538 10 h10 m58 0 h10 m20 0 h10 m194 0 h10 m0 0 h196 m-430 0 h20 m410 0 h20 m-450 0 q10 0 10 10 m430 0 q0 -10 10 -10 m-440 10 v24 m430 0 v-24 m-430 24 q0 10 10 10 m410 0 q10 0 10 -10 m-420 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m194 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="597 5 605 1 605 9" /> <polygon points="597 5 589 1 589 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_backup_stmt" title="show_backup_stmt">show\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_show_backup_options" href="#opt_with_show_backup_options">opt\_with\_show\_backup\_options:</a></p><svg width="601" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#show_backup_options_list" title="show_backup_options_list"> <rect x="149" y="23" width="188" height="32" /> <rect x="147" y="21" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">show\_backup\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#show_backup_options_list" title="show_backup_options_list"> <rect x="299" y="67" width="188" height="32" /> <rect x="297" y="65" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">show\_backup\_options\_list</text></a><rect x="507" y="67" width="26" height="32" rx="10" /> <rect x="505" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="515" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h512 m-542 0 h20 m522 0 h20 m-562 0 q10 0 10 10 m542 0 q0 -10 10 -10 m-552 10 v12 m542 0 v-12 m-542 12 q0 10 10 10 m522 0 q10 0 10 -10 m-532 10 h10 m58 0 h10 m20 0 h10 m188 0 h10 m0 0 h196 m-424 0 h20 m404 0 h20 m-444 0 q10 0 10 10 m424 0 q0 -10 10 -10 m-434 10 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="591 5 599 1 599 9" /> <polygon points="591 5 583 1 583 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_backup_stmt" title="show_backup_stmt">show\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="with_comment" href="#with_comment">with\_comment:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="88" height="32" rx="10" /> <rect x="127" y="21" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">COMMENT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m58 0 h10 m0 0 h10 m88 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_columns_stmt" title="show_columns_stmt">show\_columns\_stmt</a></li> <li><a href="#show_constraints_stmt" title="show_constraints_stmt">show\_constraints\_stmt</a></li> <li><a href="#show_databases_stmt" title="show_databases_stmt">show\_databases\_stmt</a></li> <li><a href="#show_indexes_stmt" title="show_indexes_stmt">show\_indexes\_stmt</a></li> <li><a href="#show_schemas_stmt" title="show_schemas_stmt">show\_schemas\_stmt</a></li> <li><a href="#show_tables_stmt" title="show_tables_stmt">show\_tables\_stmt</a></li> <li><a href="#show_types_stmt" title="show_types_stmt">show\_types\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_show_create_format_options" href="#opt_show_create_format_options">opt\_show\_create\_format\_options:</a></p><svg width="367" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WITH</text> <rect x="129" y="3" width="74" height="32" rx="10" /> <rect x="127" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="21">REDACT</text> <rect x="129" y="47" width="190" height="32" rx="10" /> <rect x="127" y="45" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="65">IGNORE\_FOREIGN\_KEYS</text> <path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m20 0 h10 m74 0 h10 m0 0 h116 m-230 0 h20 m210 0 h20 m-250 0 q10 0 10 10 m230 0 q0 -10 10 -10 m-240 10 v24 m230 0 v-24 m-230 24 q0 10 10 10 m210 0 q10 0 10 -10 m-220 10 h10 m190 0 h10 m23 -44 h-3" /> <polygon points="357 17 365 13 365 21" /> <polygon points="357 17 349 13 349 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_create_stmt" title="show_create_stmt">show\_create\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_on_targets_roles" href="#opt_on_targets_roles">opt\_on\_targets\_roles:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="40" height="32" rx="10" /> <rect x="49" y="21" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ON</text><a href="#targets_roles" title="targets_roles"> <rect x="111" y="23" width="106" height="32" /> <rect x="109" y="21" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="41">targets\_roles</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m40 0 h10 m0 0 h10 m106 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_grants_stmt" title="show_grants_stmt">show\_grants\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_grantee_clause" href="#for_grantee_clause">for\_grantee\_clause:</a></p><svg width="275" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="48" height="32" rx="10" /> <rect x="49" y="21" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR</text><a href="#role_spec_list" title="role_spec_list"> <rect x="119" y="23" width="108" height="32" /> <rect x="117" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="127" y="41">role\_spec\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h186 m-216 0 h20 m196 0 h20 m-236 0 q10 0 10 10 m216 0 q0 -10 10 -10 m-226 10 v12 m216 0 v-12 m-216 12 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m48 0 h10 m0 0 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="265 5 273 1 273 9" /> <polygon points="265 5 257 1 257 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_grants_stmt" title="show_grants_stmt">show\_grants\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_job_options_list" href="#show_job_options_list">show\_job\_options\_list:</a></p><svg width="235" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#show_job_options" title="show_job_options"> <rect x="51" y="47" width="136" height="32" /> <rect x="49" y="45" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">show\_job\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m136 0 h10 m-176 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m156 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-156 0 h10 m24 0 h10 m0 0 h112 m23 44 h-3" /> <polygon points="225 61 233 57 233 65" /> <polygon points="225 61 217 57 217 65" /></svg><p>referenced by: </p><ul> <li><a href="#show_jobs_stmt" title="show_jobs_stmt">show\_jobs\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_schedule_executor_type" href="#opt_schedule_executor_type">opt\_schedule\_executor\_type:</a></p><svg width="337" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FOR</text> <rect x="119" y="3" width="74" height="32" rx="10" /> <rect x="117" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="21">BACKUP</text> <rect x="119" y="47" width="48" height="32" rx="10" /> <rect x="117" y="45" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="65">SQL</text> <rect x="187" y="47" width="102" height="32" rx="10" /> <rect x="185" y="45" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="195" y="65">STATISTICS</text> <rect x="119" y="91" width="110" height="32" rx="10" /> <rect x="117" y="89" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="109">CHANGEFEED</text> <path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m20 0 h10 m74 0 h10 m0 0 h96 m-210 0 h20 m190 0 h20 m-230 0 q10 0 10 10 m210 0 q0 -10 10 -10 m-220 10 v24 m210 0 v-24 m-210 24 q0 10 10 10 m190 0 q10 0 10 -10 m-200 10 h10 m48 0 h10 m0 0 h10 m102 0 h10 m-200 -10 v20 m210 0 v-20 m-210 20 v24 m210 0 v-24 m-210 24 q0 10 10 10 m190 0 q10 0 10 -10 m-200 10 h10 m110 0 h10 m0 0 h60 m23 -88 h-3" /> <polygon points="327 17 335 13 335 21" /> <polygon points="327 17 319 13 319 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_schedules_stmt" title="show_schedules_stmt">show\_schedules\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="schedule_state" href="#schedule_state">schedule\_state:</a></p><svg width="185" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="86" height="32" rx="10" /> <rect x="49" y="1" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">RUNNING</text> <rect x="51" y="47" width="74" height="32" rx="10" /> <rect x="49" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PAUSED</text> <path className="line" d="m17 17 h2 m20 0 h10 m86 0 h10 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v24 m126 0 v-24 m-126 24 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m74 0 h10 m0 0 h12 m23 -44 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_schedules_stmt" title="show_schedules_stmt">show\_schedules\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_cluster" href="#opt_cluster">opt\_cluster:</a></p><svg width="181" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">CLUSTER</text> <rect x="51" y="47" width="64" height="32" rx="10" /> <rect x="49" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">LOCAL</text> <path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m64 0 h10 m0 0 h18 m23 -44 h-3" /> <polygon points="171 17 179 13 179 21" /> <polygon points="171 17 163 13 163 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_sessions_stmt" title="show_sessions_stmt">show\_sessions\_stmt</a></li> <li><a href="#show_statements_stmt" title="show_statements_stmt">show\_statements\_stmt</a></li> <li><a href="#show_transactions_stmt" title="show_transactions_stmt">show\_transactions\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="statements_or_queries" href="#statements_or_queries">statements\_or\_queries:</a></p><svg width="209" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="110" height="32" rx="10" /> <rect x="49" y="1" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">STATEMENTS</text> <rect x="51" y="47" width="82" height="32" rx="10" /> <rect x="49" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">QUERIES</text> <path className="line" d="m17 17 h2 m20 0 h10 m110 0 h10 m-150 0 h20 m130 0 h20 m-170 0 q10 0 10 10 m150 0 q0 -10 10 -10 m-160 10 v24 m150 0 v-24 m-150 24 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m82 0 h10 m0 0 h28 m23 -44 h-3" /> <polygon points="199 17 207 13 207 21" /> <polygon points="199 17 191 13 191 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_statements_stmt" title="show_statements_stmt">show\_statements\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_show_ranges_options" href="#opt_show_ranges_options">opt\_show\_ranges\_options:</a></p><svg width="297" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WITH</text><a href="#show_ranges_options" title="show_ranges_options"> <rect x="109" y="3" width="160" height="32" /> <rect x="107" y="1" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="117" y="21">show\_ranges\_options</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m160 0 h10 m3 0 h-3" /> <polygon points="287 17 295 13 295 21" /> <polygon points="287 17 279 13 279 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_ranges_stmt" title="show_ranges_stmt">show\_ranges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_compact" href="#opt_compact">opt\_compact:</a></p><svg width="185" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="86" height="32" rx="10" /> <rect x="49" y="21" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">COMPACT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h96 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v12 m126 0 v-12 m-126 12 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m86 0 h10 m23 -32 h-3" /> <polygon points="175 5 183 1 183 9" /> <polygon points="175 5 167 1 167 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_trace_stmt" title="show_trace_stmt">show\_trace\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="zone_name" href="#zone_name">zone\_name:</a></p><svg width="199" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#unrestricted_name" title="unrestricted_name"> <rect x="31" y="3" width="140" height="32" /> <rect x="29" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_partition" href="#opt_partition">opt\_partition:</a></p><svg width="173" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#partition" title="partition"> <rect x="51" y="23" width="74" height="32" /> <rect x="49" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">partition</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h84 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v12 m114 0 v-12 m-114 12 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="163 5 171 1 171 9" /> <polygon points="163 5 155 1 155 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition_name" href="#partition_name">partition\_name:</a></p><svg width="199" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#unrestricted_name" title="unrestricted_name"> <rect x="31" y="3" width="140" height="32" /> <rect x="29" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_zone_partition_stmt" title="alter_zone_partition_stmt">alter\_zone\_partition\_stmt</a></li> <li><a href="#partition" title="partition">partition</a></li> <li><a href="#show_zone_stmt" title="show_zone_stmt">show\_zone\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_for_roles" href="#opt_for_roles">opt\_for\_roles:</a></p><svg width="463" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="48" height="32" rx="10" /> <rect x="49" y="21" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR</text><a href="#role_or_group_or_user" title="role_or_group_or_user"> <rect x="119" y="23" width="168" height="32" /> <rect x="117" y="21" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="127" y="41">role\_or\_group\_or\_user</text></a><a href="#role_spec_list" title="role_spec_list"> <rect x="307" y="23" width="108" height="32" /> <rect x="305" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="315" y="41">role\_spec\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h374 m-404 0 h20 m384 0 h20 m-424 0 q10 0 10 10 m404 0 q0 -10 10 -10 m-414 10 v12 m404 0 v-12 m-404 12 q0 10 10 10 m384 0 q10 0 10 -10 m-394 10 h10 m48 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="453 5 461 1 461 9" /> <polygon points="453 5 445 1 445 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_default_privileges_stmt" title="alter_default_privileges_stmt">alter\_default\_privileges\_stmt</a></li> <li><a href="#show_default_privileges_stmt" title="show_default_privileges_stmt">show\_default\_privileges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_in_schema" href="#opt_in_schema">opt\_in\_schema:</a></p><svg width="363" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="36" height="32" rx="10" /> <rect x="49" y="21" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">IN</text> <rect x="107" y="23" width="76" height="32" rx="10" /> <rect x="105" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="115" y="41">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="203" y="23" width="112" height="32" /> <rect x="201" y="21" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="41">schema\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h274 m-304 0 h20 m284 0 h20 m-324 0 q10 0 10 10 m304 0 q0 -10 10 -10 m-314 10 v12 m304 0 v-12 m-304 12 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m36 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m112 0 h10 m23 -32 h-3" /> <polygon points="353 5 361 1 361 9" /> <polygon points="353 5 345 1 345 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_default_privileges_stmt" title="show_default_privileges_stmt">show\_default\_privileges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_for_table_clause" href="#opt_for_table_clause">opt\_for\_table\_clause:</a></p><svg width="397" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="100" height="32" rx="10" /> <rect x="49" y="21" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR\_TABLE</text> <rect x="171" y="23" width="62" height="32" rx="10" /> <rect x="169" y="21" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="41">TABLE</text><a href="#table_name" title="table_name"> <rect x="253" y="23" width="96" height="32" /> <rect x="251" y="21" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="261" y="41">table\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h308 m-338 0 h20 m318 0 h20 m-358 0 q10 0 10 10 m338 0 q0 -10 10 -10 m-348 10 v12 m338 0 v-12 m-338 12 q0 10 10 10 m318 0 q10 0 10 -10 m-328 10 h10 m100 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m23 -32 h-3" /> <polygon points="387 5 395 1 395 9" /> <polygon points="387 5 379 1 379 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_inspect_errors_stmt" title="show_inspect_errors_stmt">show\_inspect\_errors\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_for_job_clause" href="#opt_for_job_clause">opt\_for\_job\_clause:</a></p><svg width="343" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="84" height="32" rx="10" /> <rect x="49" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR\_JOB</text> <rect x="155" y="23" width="46" height="32" rx="10" /> <rect x="153" y="21" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="41">JOB</text> <rect x="221" y="23" width="74" height="32" rx="10" /> <rect x="219" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="41">ICONST</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h254 m-284 0 h20 m264 0 h20 m-304 0 q10 0 10 10 m284 0 q0 -10 10 -10 m-294 10 v12 m284 0 v-12 m-284 12 q0 10 10 10 m264 0 q10 0 10 -10 m-274 10 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="333 5 341 1 341 9" /> <polygon points="333 5 325 1 325 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_inspect_errors_stmt" title="show_inspect_errors_stmt">show\_inspect\_errors\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_details" href="#opt_with_details">opt\_with\_details:</a></p><svg width="255" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="78" height="32" rx="10" /> <rect x="127" y="21" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">DETAILS</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h166 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v12 m196 0 v-12 m-196 12 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m58 0 h10 m0 0 h10 m78 0 h10 m23 -32 h-3" /> <polygon points="245 5 253 1 253 9" /> <polygon points="245 5 237 1 237 9" /></svg><p>referenced by: </p><ul> <li><a href="#show_inspect_errors_stmt" title="show_inspect_errors_stmt">show\_inspect\_errors\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="relation_expr" href="#relation_expr">relation\_expr:</a></p><svg width="405" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_name" title="table_name"> <rect x="51" y="3" width="96" height="32" /> <rect x="49" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">table\_name</text></a><rect x="187" y="35" width="28" height="32" rx="10" /> <rect x="185" y="33" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="195" y="53">\*</text> <rect x="51" y="79" width="58" height="32" rx="10" /> <rect x="49" y="77" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">ONLY</text><a href="#table_name" title="table_name"> <rect x="149" y="79" width="96" height="32" /> <rect x="147" y="77" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="97">table\_name</text></a><rect x="149" y="123" width="26" height="32" rx="10" /> <rect x="147" y="121" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="141">(</text><a href="#table_name" title="table_name"> <rect x="195" y="123" width="96" height="32" /> <rect x="193" y="121" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="141">table\_name</text></a><rect x="311" y="123" width="26" height="32" rx="10" /> <rect x="309" y="121" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="141">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m96 0 h10 m20 0 h10 m0 0 h38 m-68 0 h20 m48 0 h20 m-88 0 q10 0 10 10 m68 0 q0 -10 10 -10 m-78 10 v12 m68 0 v-12 m-68 12 q0 10 10 10 m48 0 q10 0 10 -10 m-58 10 h10 m28 0 h10 m20 -32 h122 m-346 0 h20 m326 0 h20 m-366 0 q10 0 10 10 m346 0 q0 -10 10 -10 m-356 10 v56 m346 0 v-56 m-346 56 q0 10 10 10 m326 0 q10 0 10 -10 m-336 10 h10 m58 0 h10 m20 0 h10 m96 0 h10 m0 0 h92 m-228 0 h20 m208 0 h20 m-248 0 q10 0 10 10 m228 0 q0 -10 10 -10 m-238 10 v24 m228 0 v-24 m-228 24 q0 10 10 10 m208 0 q10 0 10 -10 m-218 10 h10 m26 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m26 0 h10 m43 -120 h-3" /> <polygon points="395 17 403 13 403 21" /> <polygon points="395 17 387 13 387 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_onetable_stmt" title="alter_onetable_stmt">alter\_onetable\_stmt</a></li> <li><a href="#alter_rename_sequence_stmt" title="alter_rename_sequence_stmt">alter\_rename\_sequence\_stmt</a></li> <li><a href="#alter_rename_table_stmt" title="alter_rename_table_stmt">alter\_rename\_table\_stmt</a></li> <li><a href="#alter_rename_view_stmt" title="alter_rename_view_stmt">alter\_rename\_view\_stmt</a></li> <li><a href="#alter_sequence_owner_stmt" title="alter_sequence_owner_stmt">alter\_sequence\_owner\_stmt</a></li> <li><a href="#alter_sequence_set_schema_stmt" title="alter_sequence_set_schema_stmt">alter\_sequence\_set\_schema\_stmt</a></li> <li><a href="#alter_table_locality_stmt" title="alter_table_locality_stmt">alter\_table\_locality\_stmt</a></li> <li><a href="#alter_table_logged_stmt" title="alter_table_logged_stmt">alter\_table\_logged\_stmt</a></li> <li><a href="#alter_table_owner_stmt" title="alter_table_owner_stmt">alter\_table\_owner\_stmt</a></li> <li><a href="#alter_table_set_schema_stmt" title="alter_table_set_schema_stmt">alter\_table\_set\_schema\_stmt</a></li> <li><a href="#alter_view_owner_stmt" title="alter_view_owner_stmt">alter\_view\_owner\_stmt</a></li> <li><a href="#alter_view_set_schema_stmt" title="alter_view_set_schema_stmt">alter\_view\_set\_schema\_stmt</a></li> <li><a href="#relation_expr_list" title="relation_expr_list">relation\_expr\_list</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_clause" href="#set_clause">set\_clause:</a></p><svg width="245" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#single_set_clause" title="single_set_clause"> <rect x="51" y="3" width="134" height="32" /> <rect x="49" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">single\_set\_clause</text></a><a href="#multiple_set_clause" title="multiple_set_clause"> <rect x="51" y="47" width="146" height="32" /> <rect x="49" y="45" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">multiple\_set\_clause</text></a><path className="line" d="m17 17 h2 m20 0 h10 m134 0 h10 m0 0 h12 m-186 0 h20 m166 0 h20 m-206 0 q10 0 10 10 m186 0 q0 -10 10 -10 m-196 10 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m146 0 h10 m23 -44 h-3" /> <polygon points="235 17 243 13 243 21" /> <polygon points="235 17 227 13 227 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_clause_list" title="set_clause_list">set\_clause\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_name" href="#func_name">func\_name:</a></p><svg width="261" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_function_name" title="type_function_name"> <rect x="51" y="3" width="150" height="32" /> <rect x="49" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">type\_function\_name</text></a><a href="#prefixed_column_path" title="prefixed_column_path"> <rect x="51" y="47" width="162" height="32" /> <rect x="49" y="45" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">prefixed\_column\_path</text></a><rect x="51" y="91" width="64" height="32" rx="10" /> <rect x="49" y="89" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">INDEX</text> <path className="line" d="m17 17 h2 m20 0 h10 m150 0 h10 m0 0 h12 m-202 0 h20 m182 0 h20 m-222 0 q10 0 10 10 m202 0 q0 -10 10 -10 m-212 10 v24 m202 0 v-24 m-202 24 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m162 0 h10 m-192 -10 v20 m202 0 v-20 m-202 20 v24 m202 0 v-24 m-202 24 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m64 0 h10 m0 0 h98 m23 -88 h-3" /> <polygon points="251 17 259 13 259 21" /> <polygon points="251 17 243 13 243 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> <li><a href="#func_application_name" title="func_application_name">func\_application\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sort_clause_no_index" href="#sort_clause_no_index">sort\_clause\_no\_index:</a></p><svg width="357" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="68" height="32" rx="10" /> <rect x="29" y="1" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ORDER</text> <rect x="119" y="3" width="38" height="32" rx="10" /> <rect x="117" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="21">BY</text><a href="#sortby_no_index_list" title="sortby_no_index_list"> <rect x="177" y="3" width="152" height="32" /> <rect x="175" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="185" y="21">sortby\_no\_index\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m68 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m152 0 h10 m3 0 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_sort_clause_no_index" title="opt_sort_clause_no_index">opt\_sort\_clause\_no\_index</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="simple_db_object_name" href="#simple_db_object_name">simple\_db\_object\_name:</a></p><svg width="265" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name_component" title="db_object_name_component"> <rect x="31" y="3" width="206" height="32" /> <rect x="29" y="1" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name\_component</text></a><path className="line" d="m17 17 h2 m0 0 h10 m206 0 h10 m3 0 h-3" /> <polygon points="255 17 263 13 263 21" /> <polygon points="255 17 247 13 247 21" /></svg><p>referenced by: </p><ul> <li><a href="#db_object_name" title="db_object_name">db\_object\_name</a></li> <li><a href="#table_pattern" title="table_pattern">table\_pattern</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="complex_db_object_name" href="#complex_db_object_name">complex\_db\_object\_name:</a></p><svg width="713" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name_component" title="db_object_name_component"> <rect x="31" y="3" width="206" height="32" /> <rect x="29" y="1" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name\_component</text></a><rect x="257" y="3" width="24" height="32" rx="10" /> <rect x="255" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="21">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="301" y="3" width="140" height="32" /> <rect x="299" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="309" y="21">unrestricted\_name</text></a><rect x="481" y="35" width="24" height="32" rx="10" /> <rect x="479" y="33" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="489" y="53">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="525" y="35" width="140" height="32" /> <rect x="523" y="33" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="533" y="53">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m206 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m140 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m24 0 h10 m0 0 h10 m140 0 h10 m23 -32 h-3" /> <polygon points="703 17 711 13 711 21" /> <polygon points="703 17 695 13 695 21" /></svg><p>referenced by: </p><ul> <li><a href="#complex_table_pattern" title="complex_table_pattern">complex\_table\_pattern</a></li> <li><a href="#db_object_name" title="db_object_name">db\_object\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_options" href="#copy_options">copy\_options:</a></p><svg width="483" height="389"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="116" height="32" rx="10" /> <rect x="69" y="1" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">DESTINATION</text> <rect x="207" y="3" width="30" height="32" rx="10" /> <rect x="205" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="21">=</text> <rect x="71" y="47" width="96" height="32" rx="10" /> <rect x="69" y="45" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">DELIMITER</text> <rect x="71" y="91" width="56" height="32" rx="10" /> <rect x="69" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">NULL</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="277" y="3" width="158" height="32" /> <rect x="275" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="285" y="21">string\_or\_placeholder</text></a><rect x="51" y="135" width="72" height="32" rx="10" /> <rect x="49" y="133" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">BINARY</text> <rect x="51" y="179" width="46" height="32" rx="10" /> <rect x="49" y="177" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">CSV</text> <rect x="51" y="223" width="74" height="32" rx="10" /> <rect x="49" y="221" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">HEADER</text> <rect x="71" y="267" width="68" height="32" rx="10" /> <rect x="69" y="265" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="285">QUOTE</text> <rect x="71" y="311" width="72" height="32" rx="10" /> <rect x="69" y="309" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="329">ESCAPE</text> <rect x="71" y="355" width="94" height="32" rx="10" /> <rect x="69" y="353" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="373">ENCODING</text> <rect x="205" y="267" width="76" height="32" rx="10" /> <rect x="203" y="265" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="285">SCONST</text> <path className="line" d="m17 17 h2 m40 0 h10 m116 0 h10 m0 0 h10 m30 0 h10 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m96 0 h10 m0 0 h70 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m56 0 h10 m0 0 h110 m20 -88 h10 m158 0 h10 m-424 0 h20 m404 0 h20 m-444 0 q10 0 10 10 m424 0 q0 -10 10 -10 m-434 10 v112 m424 0 v-112 m-424 112 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m72 0 h10 m0 0 h312 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m46 0 h10 m0 0 h338 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m74 0 h10 m0 0 h310 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-394 10 h10 m68 0 h10 m0 0 h26 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m72 0 h10 m0 0 h22 m-124 -10 v20 m134 0 v-20 m-134 20 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m20 -88 h10 m76 0 h10 m0 0 h154 m23 -264 h-3" /> <polygon points="473 17 481 13 481 21" /> <polygon points="473 17 465 13 465 21" /></svg><p>referenced by: </p><ul> <li><a href="#copy_options_list" title="copy_options_list">copy\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="copy_generic_options" href="#copy_generic_options">copy\_generic\_options:</a></p><svg width="433" height="553"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="116" height="32" rx="10" /> <rect x="69" y="1" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">DESTINATION</text> <rect x="71" y="47" width="96" height="32" rx="10" /> <rect x="69" y="45" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">DELIMITER</text> <rect x="71" y="91" width="56" height="32" rx="10" /> <rect x="69" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">NULL</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="227" y="3" width="158" height="32" /> <rect x="225" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="21">string\_or\_placeholder</text></a><rect x="51" y="135" width="76" height="32" rx="10" /> <rect x="49" y="133" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">FORMAT</text> <rect x="167" y="135" width="72" height="32" rx="10" /> <rect x="165" y="133" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="153">BINARY</text> <rect x="167" y="179" width="46" height="32" rx="10" /> <rect x="165" y="177" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="197">CSV</text> <rect x="167" y="223" width="54" height="32" rx="10" /> <rect x="165" y="221" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="241">TEXT</text> <rect x="167" y="267" width="76" height="32" rx="10" /> <rect x="165" y="265" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="285">SCONST</text> <rect x="51" y="311" width="74" height="32" rx="10" /> <rect x="49" y="309" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">HEADER</text> <rect x="165" y="343" width="56" height="32" rx="10" /> <rect x="163" y="341" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="361">TRUE</text> <rect x="165" y="387" width="62" height="32" rx="10" /> <rect x="163" y="385" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="405">FALSE</text> <rect x="71" y="431" width="68" height="32" rx="10" /> <rect x="69" y="429" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="449">QUOTE</text> <rect x="71" y="475" width="72" height="32" rx="10" /> <rect x="69" y="473" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="493">ESCAPE</text> <rect x="71" y="519" width="94" height="32" rx="10" /> <rect x="69" y="517" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="537">ENCODING</text> <rect x="205" y="431" width="76" height="32" rx="10" /> <rect x="203" y="429" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="449">SCONST</text> <path className="line" d="m17 17 h2 m40 0 h10 m116 0 h10 m-156 0 h20 m136 0 h20 m-176 0 q10 0 10 10 m156 0 q0 -10 10 -10 m-166 10 v24 m156 0 v-24 m-156 24 q0 10 10 10 m136 0 q10 0 10 -10 m-146 10 h10 m96 0 h10 m0 0 h20 m-146 -10 v20 m156 0 v-20 m-156 20 v24 m156 0 v-24 m-156 24 q0 10 10 10 m136 0 q10 0 10 -10 m-146 10 h10 m56 0 h10 m0 0 h60 m20 -88 h10 m158 0 h10 m-374 0 h20 m354 0 h20 m-394 0 q10 0 10 10 m374 0 q0 -10 10 -10 m-384 10 v112 m374 0 v-112 m-374 112 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m20 0 h10 m72 0 h10 m0 0 h4 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m46 0 h10 m0 0 h30 m-106 -10 v20 m116 0 v-20 m-116 20 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m54 0 h10 m0 0 h22 m-106 -10 v20 m116 0 v-20 m-116 20 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m20 -132 h122 m-364 -10 v20 m374 0 v-20 m-374 20 v156 m374 0 v-156 m-374 156 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m20 0 h10 m0 0 h72 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v12 m102 0 v-12 m-102 12 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m56 0 h10 m0 0 h6 m-92 -10 v20 m102 0 v-20 m-102 20 v24 m102 0 v-24 m-102 24 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m20 -76 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v100 m374 0 v-100 m-374 100 q0 10 10 10 m354 0 q10 0 10 -10 m-344 10 h10 m68 0 h10 m0 0 h26 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m72 0 h10 m0 0 h22 m-124 -10 v20 m134 0 v-20 m-134 20 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m20 -88 h10 m76 0 h10 m0 0 h104 m23 -428 h-3" /> <polygon points="423 17 431 13 431 21" /> <polygon points="423 17 415 13 415 21" /></svg><p>referenced by: </p><ul> <li><a href="#copy_generic_options_list" title="copy_generic_options_list">copy\_generic\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="db_object_name_component" href="#db_object_name_component">db\_object\_name\_component:</a></p><svg width="363" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FAMILY</text><a href="#cockroachdb_extra_reserved_keyword" title="cockroachdb_extra_reserved_keyword"> <rect x="51" y="91" width="264" height="32" /> <rect x="49" y="89" width="264" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">cockroachdb\_extra\_reserved\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h208 m-304 0 h20 m284 0 h20 m-324 0 q10 0 10 10 m304 0 q0 -10 10 -10 m-314 10 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m72 0 h10 m0 0 h192 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m264 0 h10 m23 -88 h-3" /> <polygon points="353 17 361 13 361 21" /> <polygon points="353 17 345 13 345 21" /></svg><p>referenced by: </p><ul> <li><a href="#column_path_with_star" title="column_path_with_star">column\_path\_with\_star</a></li> <li><a href="#complex_db_object_name" title="complex_db_object_name">complex\_db\_object\_name</a></li> <li><a href="#complex_table_pattern" title="complex_table_pattern">complex\_table\_pattern</a></li> <li><a href="#prefixed_column_path" title="prefixed_column_path">prefixed\_column\_path</a></li> <li><a href="#simple_db_object_name" title="simple_db_object_name">simple\_db\_object\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="unrestricted_name" href="#unrestricted_name">unrestricted\_name:</a></p><svg width="285" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><a href="#col_name_keyword" title="col_name_keyword"> <rect x="51" y="91" width="142" height="32" /> <rect x="49" y="89" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">col\_name\_keyword</text></a><a href="#type_func_name_keyword" title="type_func_name_keyword"> <rect x="51" y="135" width="186" height="32" /> <rect x="49" y="133" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">type\_func\_name\_keyword</text></a><a href="#reserved_keyword" title="reserved_keyword"> <rect x="51" y="179" width="136" height="32" /> <rect x="49" y="177" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">reserved\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h104 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m152 0 h10 m0 0 h34 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m142 0 h10 m0 0 h44 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m136 0 h10 m0 0 h50 m23 -176 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#attrs" title="attrs">attrs</a></li> <li><a href="#collation_name" title="collation_name">collation\_name</a></li> <li><a href="#column_path_with_star" title="column_path_with_star">column\_path\_with\_star</a></li> <li><a href="#complex_db_object_name" title="complex_db_object_name">complex\_db\_object\_name</a></li> <li><a href="#complex_table_pattern" title="complex_table_pattern">complex\_table\_pattern</a></li> <li><a href="#complex_type_name" title="complex_type_name">complex\_type\_name</a></li> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> <li><a href="#index_name" title="index_name">index\_name</a></li> <li><a href="#partition_name" title="partition_name">partition\_name</a></li> <li><a href="#prefixed_column_path" title="prefixed_column_path">prefixed\_column\_path</a></li> <li><a href="#target_name" title="target_name">target\_name</a></li> <li><a href="#trigger_func_arg" title="trigger_func_arg">trigger\_func\_arg</a></li> <li><a href="#zone_name" title="zone_name">zone\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="function_with_paramtypes" href="#function_with_paramtypes">function\_with\_paramtypes:</a></p><svg width="347" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><a href="#func_params" title="func_params"> <rect x="197" y="35" width="102" height="32" /> <rect x="195" y="33" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="53">func\_params</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m20 0 h10 m0 0 h112 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v12 m142 0 v-12 m-142 12 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m23 -32 h-3" /> <polygon points="337 17 345 13 345 21" /> <polygon points="337 17 329 13 329 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_dep_extension_stmt" title="alter_func_dep_extension_stmt">alter\_func\_dep\_extension\_stmt</a></li> <li><a href="#alter_func_options_stmt" title="alter_func_options_stmt">alter\_func\_options\_stmt</a></li> <li><a href="#alter_func_owner_stmt" title="alter_func_owner_stmt">alter\_func\_owner\_stmt</a></li> <li><a href="#alter_func_rename_stmt" title="alter_func_rename_stmt">alter\_func\_rename\_stmt</a></li> <li><a href="#alter_func_set_schema_stmt" title="alter_func_set_schema_stmt">alter\_func\_set\_schema\_stmt</a></li> <li><a href="#alter_proc_owner_stmt" title="alter_proc_owner_stmt">alter\_proc\_owner\_stmt</a></li> <li><a href="#alter_proc_rename_stmt" title="alter_proc_rename_stmt">alter\_proc\_rename\_stmt</a></li> <li><a href="#alter_proc_set_schema_stmt" title="alter_proc_set_schema_stmt">alter\_proc\_set\_schema\_stmt</a></li> <li><a href="#function_with_paramtypes_list" title="function_with_paramtypes_list">function\_with\_paramtypes\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="typename" href="#typename">typename:</a></p><svg width="387" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#simple_typename" title="simple_typename"> <rect x="31" y="3" width="132" height="32" /> <rect x="29" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">simple\_typename</text></a><a href="#opt_array_bounds" title="opt_array_bounds"> <rect x="203" y="3" width="136" height="32" /> <rect x="201" y="1" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="21">opt\_array\_bounds</text></a><rect x="203" y="47" width="66" height="32" rx="10" /> <rect x="201" y="45" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="211" y="65">ARRAY</text> <path className="line" d="m17 17 h2 m0 0 h10 m132 0 h10 m20 0 h10 m136 0 h10 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v24 m176 0 v-24 m-176 24 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m66 0 h10 m0 0 h70 m23 -44 h-3" /> <polygon points="377 17 385 13 385 21" /> <polygon points="377 17 369 13 369 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#cast_target" title="cast_target">cast\_target</a></li> <li><a href="#col_def" title="col_def">col\_def</a></li> <li><a href="#column_table_def" title="column_table_def">column\_table\_def</a></li> <li><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr">func\_expr\_common\_subexpr</a></li> <li><a href="#routine_param_type" title="routine_param_type">routine\_param\_type</a></li> <li><a href="#sequence_option_elem" title="sequence_option_elem">sequence\_option\_elem</a></li> <li><a href="#type_list" title="type_list">type\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_mode" href="#transaction_mode">transaction\_mode:</a></p><svg width="307" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#transaction_iso_level" title="transaction_iso_level"> <rect x="51" y="3" width="156" height="32" /> <rect x="49" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">transaction\_iso\_level</text></a><a href="#transaction_user_priority" title="transaction_user_priority"> <rect x="51" y="47" width="180" height="32" /> <rect x="49" y="45" width="180" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">transaction\_user\_priority</text></a><a href="#transaction_read_mode" title="transaction_read_mode"> <rect x="51" y="91" width="172" height="32" /> <rect x="49" y="89" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">transaction\_read\_mode</text></a><a href="#as_of_clause" title="as_of_clause"> <rect x="51" y="135" width="104" height="32" /> <rect x="49" y="133" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">as\_of\_clause</text></a><a href="#transaction_deferrable_mode" title="transaction_deferrable_mode"> <rect x="51" y="179" width="208" height="32" /> <rect x="49" y="177" width="208" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">transaction\_deferrable\_mode</text></a><path className="line" d="m17 17 h2 m20 0 h10 m156 0 h10 m0 0 h52 m-248 0 h20 m228 0 h20 m-268 0 q10 0 10 10 m248 0 q0 -10 10 -10 m-258 10 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m180 0 h10 m0 0 h28 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m172 0 h10 m0 0 h36 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m104 0 h10 m0 0 h104 m-238 -10 v20 m248 0 v-20 m-248 20 v24 m248 0 v-24 m-248 24 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m208 0 h10 m23 -176 h-3" /> <polygon points="297 17 305 13 305 21" /> <polygon points="297 17 289 13 289 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode_list" title="transaction_mode_list">transaction\_mode\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_comma" href="#opt_comma">opt\_comma:</a></p><svg width="123" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="24" height="32" rx="10" /> <rect x="49" y="21" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">,</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h34 m-64 0 h20 m44 0 h20 m-84 0 q10 0 10 10 m64 0 q0 -10 10 -10 m-74 10 v12 m64 0 v-12 m-64 12 q0 10 10 10 m44 0 q10 0 10 -10 m-54 10 h10 m24 0 h10 m23 -32 h-3" /> <polygon points="113 5 121 1 121 9" /> <polygon points="113 5 105 1 105 9" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode_list" title="transaction_mode_list">transaction\_mode\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="signed_iconst" href="#signed_iconst">signed\_iconst:</a></p><svg width="241" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="74" height="32" rx="10" /> <rect x="49" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ICONST</text><a href="#only_signed_iconst" title="only_signed_iconst"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">only\_signed\_iconst</text></a><path className="line" d="m17 17 h2 m20 0 h10 m74 0 h10 m0 0 h68 m-182 0 h20 m162 0 h20 m-202 0 q10 0 10 10 m182 0 q0 -10 10 -10 m-192 10 v24 m182 0 v-24 m-182 24 q0 10 10 10 m162 0 q10 0 10 -10 m-172 10 h10 m142 0 h10 m23 -44 h-3" /> <polygon points="231 17 239 13 239 21" /> <polygon points="231 17 223 13 223 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_geo" title="const_geo">const\_geo</a></li> <li><a href="#opt_connection_limit" title="opt_connection_limit">opt\_connection\_limit</a></li> <li><a href="#signed_iconst64" title="signed_iconst64">signed\_iconst64</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_onetable_stmt" href="#alter_onetable_stmt">alter\_onetable\_stmt:</a></p><svg width="661" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><a href="#alter_table_cmds" title="alter_table_cmds"> <rect x="503" y="3" width="130" height="32" /> <rect x="501" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="511" y="21">alter\_table\_cmds</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="651 17 659 13 659 21" /> <polygon points="651 17 643 13 643 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_split_stmt" href="#alter_split_stmt">alter\_split\_stmt:</a></p><svg width="565" height="123"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="195" y="3" width="96" height="32" /> <rect x="193" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="21">table\_name</text></a><rect x="311" y="3" width="60" height="32" rx="10" /> <rect x="309" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="21">SPLIT</text> <rect x="391" y="3" width="38" height="32" rx="10" /> <rect x="389" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="399" y="21">AT</text><a href="#select_stmt" title="select_stmt"> <rect x="449" y="3" width="94" height="32" /> <rect x="447" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="457" y="21">select\_stmt</text></a><rect x="249" y="89" width="58" height="32" rx="10" /> <rect x="247" y="87" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="257" y="107">WITH</text> <rect x="327" y="89" width="106" height="32" rx="10" /> <rect x="325" y="87" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="335" y="107">EXPIRATION</text><a href="#a_expr" title="a_expr"> <rect x="453" y="89" width="64" height="32" /> <rect x="451" y="87" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="461" y="107">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-358 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h278 m-308 0 h20 m288 0 h20 m-328 0 q10 0 10 10 m308 0 q0 -10 10 -10 m-318 10 v12 m308 0 v-12 m-308 12 q0 10 10 10 m288 0 q10 0 10 -10 m-298 10 h10 m58 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="555 71 563 67 563 75" /> <polygon points="555 71 547 67 547 75" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_unsplit_stmt" href="#alter_unsplit_stmt">alter\_unsplit\_stmt:</a></p><svg width="631" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="195" y="3" width="96" height="32" /> <rect x="193" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="21">table\_name</text></a><rect x="311" y="3" width="80" height="32" rx="10" /> <rect x="309" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="21">UNSPLIT</text> <rect x="431" y="3" width="38" height="32" rx="10" /> <rect x="429" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="21">AT</text><a href="#select_stmt" title="select_stmt"> <rect x="489" y="3" width="94" height="32" /> <rect x="487" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="497" y="21">select\_stmt</text></a><rect x="431" y="47" width="44" height="32" rx="10" /> <rect x="429" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="439" y="65">ALL</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m80 0 h10 m20 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m44 0 h10 m0 0 h108 m23 -44 h-3" /> <polygon points="621 17 629 13 629 21" /> <polygon points="621 17 613 13 613 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_scatter_stmt" href="#alter_scatter_stmt">alter\_scatter\_stmt:</a></p><svg width="583" height="123"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text> <rect x="115" y="3" width="62" height="32" rx="10" /> <rect x="113" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="197" y="3" width="96" height="32" /> <rect x="195" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">table\_name</text></a><rect x="313" y="3" width="80" height="32" rx="10" /> <rect x="311" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="321" y="21">SCATTER</text> <rect x="45" y="89" width="60" height="32" rx="10" /> <rect x="43" y="87" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="107">FROM</text> <rect x="125" y="89" width="26" height="32" rx="10" /> <rect x="123" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="107">(</text><a href="#expr_list" title="expr_list"> <rect x="171" y="89" width="74" height="32" /> <rect x="169" y="87" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="107">expr\_list</text></a><rect x="265" y="89" width="26" height="32" rx="10" /> <rect x="263" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="107">)</text> <rect x="311" y="89" width="38" height="32" rx="10" /> <rect x="309" y="87" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="107">TO</text> <rect x="369" y="89" width="26" height="32" rx="10" /> <rect x="367" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="107">(</text><a href="#expr_list" title="expr_list"> <rect x="415" y="89" width="74" height="32" /> <rect x="413" y="87" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="107">expr\_list</text></a><rect x="509" y="89" width="26" height="32" rx="10" /> <rect x="507" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="517" y="107">)</text> <path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m80 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-412 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h500 m-530 0 h20 m510 0 h20 m-550 0 q10 0 10 10 m530 0 q0 -10 10 -10 m-540 10 v12 m530 0 v-12 m-530 12 q0 10 10 10 m510 0 q10 0 10 -10 m-520 10 h10 m60 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="573 71 581 67 581 75" /> <polygon points="573 71 565 67 565 75" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_zone_table_stmt" href="#alter_zone_table_stmt">alter\_zone\_table\_stmt:</a></p><svg width="463" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text><a href="#table_name" title="table_name"> <rect x="195" y="3" width="96" height="32" /> <rect x="193" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="21">table\_name</text></a><a href="#set_zone_config" title="set_zone_config"> <rect x="311" y="3" width="124" height="32" /> <rect x="309" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="21">set\_zone\_config</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="453 17 461 13 461 21" /> <polygon points="453 17 445 13 445 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_rename_table_stmt" href="#alter_rename_table_stmt">alter\_rename\_table\_stmt:</a></p><svg width="659" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><rect x="503" y="3" width="76" height="32" rx="10" /> <rect x="501" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">RENAME</text> <rect x="599" y="3" width="38" height="32" rx="10" /> <rect x="597" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="607" y="21">TO</text><a href="#table_name" title="table_name"> <rect x="535" y="101" width="96" height="32" /> <rect x="533" y="99" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="543" y="119">table\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-146 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="649 115 657 111 657 119" /> <polygon points="649 115 641 111 641 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_set_schema_stmt" href="#alter_table_set_schema_stmt">alter\_table\_set\_schema\_stmt:</a></p><svg width="665" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><rect x="503" y="3" width="44" height="32" rx="10" /> <rect x="501" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">SET</text> <rect x="567" y="3" width="76" height="32" rx="10" /> <rect x="565" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="575" y="21">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="525" y="101" width="112" height="32" /> <rect x="523" y="99" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="533" y="119">schema\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m76 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-162 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="655 115 663 111 663 119" /> <polygon points="655 115 647 111 647 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_locality_stmt" href="#alter_table_locality_stmt">alter\_table\_locality\_stmt:</a></p><svg width="659" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><rect x="503" y="3" width="44" height="32" rx="10" /> <rect x="501" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">SET</text><a href="#locality" title="locality"> <rect x="567" y="3" width="64" height="32" /> <rect x="565" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="575" y="21">locality</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="649 17 657 13 657 21" /> <polygon points="649 17 641 13 641 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_logged_stmt" href="#alter_table_logged_stmt">alter\_table\_logged\_stmt:</a></p><svg width="731" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><rect x="503" y="3" width="44" height="32" rx="10" /> <rect x="501" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">SET</text> <rect x="587" y="3" width="76" height="32" rx="10" /> <rect x="585" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="595" y="21">LOGGED</text> <rect x="587" y="47" width="96" height="32" rx="10" /> <rect x="585" y="45" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="595" y="65">UNLOGGED</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m44 0 h10 m20 0 h10 m76 0 h10 m0 0 h20 m-136 0 h20 m116 0 h20 m-156 0 q10 0 10 10 m136 0 q0 -10 10 -10 m-146 10 v24 m136 0 v-24 m-136 24 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m96 0 h10 m23 -44 h-3" /> <polygon points="721 17 729 13 729 21" /> <polygon points="721 17 713 13 713 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_owner_stmt" href="#alter_table_owner_stmt">alter\_table\_owner\_stmt:</a></p><svg width="655" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">TABLE</text> <rect x="215" y="35" width="34" height="32" rx="10" /> <rect x="213" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="53">IF</text> <rect x="269" y="35" width="70" height="32" rx="10" /> <rect x="267" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="379" y="3" width="104" height="32" /> <rect x="377" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="387" y="21">relation\_expr</text></a><rect x="503" y="3" width="72" height="32" rx="10" /> <rect x="501" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">OWNER</text> <rect x="595" y="3" width="38" height="32" rx="10" /> <rect x="593" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="603" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="545" y="101" width="82" height="32" /> <rect x="543" y="99" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="553" y="119">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-132 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="645 115 653 111 653 119" /> <polygon points="645 115 637 111 637 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_stmt" title="alter_table_stmt">alter\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_oneindex_stmt" href="#alter_oneindex_stmt">alter\_oneindex\_stmt:</a></p><svg width="699" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text> <rect x="217" y="35" width="34" height="32" rx="10" /> <rect x="215" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="53">IF</text> <rect x="271" y="35" width="70" height="32" rx="10" /> <rect x="269" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="53">EXISTS</text><a href="#table_index_name" title="table_index_name"> <rect x="381" y="3" width="138" height="32" /> <rect x="379" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="389" y="21">table\_index\_name</text></a><a href="#alter_index_cmds" title="alter_index_cmds"> <rect x="539" y="3" width="132" height="32" /> <rect x="537" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="21">alter\_index\_cmds</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m138 0 h10 m0 0 h10 m132 0 h10 m3 0 h-3" /> <polygon points="689 17 697 13 697 21" /> <polygon points="689 17 681 13 681 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_split_index_stmt" href="#alter_split_index_stmt">alter\_split\_index\_stmt:</a></p><svg width="609" height="123"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="197" y="3" width="138" height="32" /> <rect x="195" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">table\_index\_name</text></a><rect x="355" y="3" width="60" height="32" rx="10" /> <rect x="353" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="363" y="21">SPLIT</text> <rect x="435" y="3" width="38" height="32" rx="10" /> <rect x="433" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="443" y="21">AT</text><a href="#select_stmt" title="select_stmt"> <rect x="493" y="3" width="94" height="32" /> <rect x="491" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="501" y="21">select\_stmt</text></a><rect x="293" y="89" width="58" height="32" rx="10" /> <rect x="291" y="87" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="301" y="107">WITH</text> <rect x="371" y="89" width="106" height="32" rx="10" /> <rect x="369" y="87" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="107">EXPIRATION</text><a href="#a_expr" title="a_expr"> <rect x="497" y="89" width="64" height="32" /> <rect x="495" y="87" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="505" y="107">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-358 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h278 m-308 0 h20 m288 0 h20 m-328 0 q10 0 10 10 m308 0 q0 -10 10 -10 m-318 10 v12 m308 0 v-12 m-308 12 q0 10 10 10 m288 0 q10 0 10 -10 m-298 10 h10 m58 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="599 71 607 67 607 75" /> <polygon points="599 71 591 67 591 75" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_unsplit_index_stmt" href="#alter_unsplit_index_stmt">alter\_unsplit\_index\_stmt:</a></p><svg width="675" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="197" y="3" width="138" height="32" /> <rect x="195" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">table\_index\_name</text></a><rect x="355" y="3" width="80" height="32" rx="10" /> <rect x="353" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="363" y="21">UNSPLIT</text> <rect x="475" y="3" width="38" height="32" rx="10" /> <rect x="473" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="21">AT</text><a href="#select_stmt" title="select_stmt"> <rect x="533" y="3" width="94" height="32" /> <rect x="531" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="541" y="21">select\_stmt</text></a><rect x="475" y="47" width="44" height="32" rx="10" /> <rect x="473" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="65">ALL</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m80 0 h10 m20 0 h10 m38 0 h10 m0 0 h10 m94 0 h10 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m44 0 h10 m0 0 h108 m23 -44 h-3" /> <polygon points="665 17 673 13 673 21" /> <polygon points="665 17 657 13 657 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_scatter_index_stmt" href="#alter_scatter_index_stmt">alter\_scatter\_index\_stmt:</a></p><svg width="583" height="123"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text> <rect x="115" y="3" width="64" height="32" rx="10" /> <rect x="113" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="199" y="3" width="138" height="32" /> <rect x="197" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="207" y="21">table\_index\_name</text></a><rect x="357" y="3" width="80" height="32" rx="10" /> <rect x="355" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="21">SCATTER</text> <rect x="45" y="89" width="60" height="32" rx="10" /> <rect x="43" y="87" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="107">FROM</text> <rect x="125" y="89" width="26" height="32" rx="10" /> <rect x="123" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="107">(</text><a href="#expr_list" title="expr_list"> <rect x="171" y="89" width="74" height="32" /> <rect x="169" y="87" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="107">expr\_list</text></a><rect x="265" y="89" width="26" height="32" rx="10" /> <rect x="263" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="107">)</text> <rect x="311" y="89" width="38" height="32" rx="10" /> <rect x="309" y="87" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="107">TO</text> <rect x="369" y="89" width="26" height="32" rx="10" /> <rect x="367" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="107">(</text><a href="#expr_list" title="expr_list"> <rect x="415" y="89" width="74" height="32" /> <rect x="413" y="87" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="107">expr\_list</text></a><rect x="509" y="89" width="26" height="32" rx="10" /> <rect x="507" y="87" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="517" y="107">)</text> <path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m80 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-456 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h500 m-530 0 h20 m510 0 h20 m-550 0 q10 0 10 10 m530 0 q0 -10 10 -10 m-540 10 v12 m530 0 v-12 m-530 12 q0 10 10 10 m510 0 q10 0 10 -10 m-520 10 h10 m60 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="573 71 581 67 581 75" /> <polygon points="573 71 565 67 565 75" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_rename_index_stmt" href="#alter_rename_index_stmt">alter\_rename\_index\_stmt:</a></p><svg width="695" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text> <rect x="217" y="35" width="34" height="32" rx="10" /> <rect x="215" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="53">IF</text> <rect x="271" y="35" width="70" height="32" rx="10" /> <rect x="269" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="53">EXISTS</text><a href="#table_index_name" title="table_index_name"> <rect x="381" y="3" width="138" height="32" /> <rect x="379" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="389" y="21">table\_index\_name</text></a><rect x="539" y="3" width="76" height="32" rx="10" /> <rect x="537" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="547" y="21">RENAME</text> <rect x="635" y="3" width="38" height="32" rx="10" /> <rect x="633" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="643" y="21">TO</text><a href="#index_name" title="index_name"> <rect x="569" y="101" width="98" height="32" /> <rect x="567" y="99" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="577" y="119">index\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m138 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-148 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m98 0 h10 m3 0 h-3" /> <polygon points="685 115 693 111 693 119" /> <polygon points="685 115 677 111 677 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_zone_index_stmt" href="#alter_zone_index_stmt">alter\_zone\_index\_stmt:</a></p><svg width="507" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="197" y="3" width="138" height="32" /> <rect x="195" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">table\_index\_name</text></a><a href="#set_zone_config" title="set_zone_config"> <rect x="355" y="3" width="124" height="32" /> <rect x="353" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="363" y="21">set\_zone\_config</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="497 17 505 13 505 21" /> <polygon points="497 17 489 13 489 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_index_visible_stmt" href="#alter_index_visible_stmt">alter\_index\_visible\_stmt:</a></p><svg width="707" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="64" height="32" rx="10" /> <rect x="111" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">INDEX</text> <rect x="217" y="35" width="34" height="32" rx="10" /> <rect x="215" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="53">IF</text> <rect x="271" y="35" width="70" height="32" rx="10" /> <rect x="269" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="53">EXISTS</text><a href="#table_index_name" title="table_index_name"> <rect x="381" y="3" width="138" height="32" /> <rect x="379" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="389" y="21">table\_index\_name</text></a><a href="#alter_index_visible" title="alter_index_visible"> <rect x="539" y="3" width="140" height="32" /> <rect x="537" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="547" y="21">alter\_index\_visible</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m138 0 h10 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="697 17 705 13 705 21" /> <polygon points="697 17 689 13 689 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_stmt" title="alter_index_stmt">alter\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_rename_view_stmt" href="#alter_rename_view_stmt">alter\_rename\_view\_stmt:</a></p><svg width="683" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="133" y="35" width="122" height="32" rx="10" /> <rect x="131" y="33" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="53">MATERIALIZED</text> <rect x="295" y="3" width="58" height="32" rx="10" /> <rect x="293" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="21">VIEW</text> <rect x="393" y="35" width="34" height="32" rx="10" /> <rect x="391" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="401" y="53">IF</text> <rect x="447" y="35" width="70" height="32" rx="10" /> <rect x="445" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="557" y="3" width="104" height="32" /> <rect x="555" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="565" y="21">relation\_expr</text></a><rect x="409" y="101" width="76" height="32" rx="10" /> <rect x="407" y="99" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="417" y="119">RENAME</text> <rect x="505" y="101" width="38" height="32" rx="10" /> <rect x="503" y="99" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="513" y="119">TO</text><a href="#view_name" title="view_name"> <rect x="563" y="101" width="92" height="32" /> <rect x="561" y="99" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="571" y="119">view\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h132 m-162 0 h20 m142 0 h20 m-182 0 q10 0 10 10 m162 0 q0 -10 10 -10 m-172 10 v12 m162 0 v-12 m-162 12 q0 10 10 10 m142 0 q10 0 10 -10 m-152 10 h10 m122 0 h10 m20 -32 h10 m58 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-296 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m92 0 h10 m3 0 h-3" /> <polygon points="673 115 681 111 681 119" /> <polygon points="673 115 665 111 665 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_view_stmt" title="alter_view_stmt">alter\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_view_set_schema_stmt" href="#alter_view_set_schema_stmt">alter\_view\_set\_schema\_stmt:</a></p><svg width="747" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="133" y="35" width="122" height="32" rx="10" /> <rect x="131" y="33" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="53">MATERIALIZED</text> <rect x="295" y="3" width="58" height="32" rx="10" /> <rect x="293" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="21">VIEW</text> <rect x="393" y="35" width="34" height="32" rx="10" /> <rect x="391" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="401" y="53">IF</text> <rect x="447" y="35" width="70" height="32" rx="10" /> <rect x="445" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="557" y="3" width="104" height="32" /> <rect x="555" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="565" y="21">relation\_expr</text></a><rect x="681" y="3" width="44" height="32" rx="10" /> <rect x="679" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="689" y="21">SET</text> <rect x="511" y="101" width="76" height="32" rx="10" /> <rect x="509" y="99" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="519" y="119">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="607" y="101" width="112" height="32" /> <rect x="605" y="99" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="615" y="119">schema\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h132 m-162 0 h20 m142 0 h20 m-182 0 q10 0 10 10 m162 0 q0 -10 10 -10 m-172 10 v12 m162 0 v-12 m-162 12 q0 10 10 10 m142 0 q10 0 10 -10 m-152 10 h10 m122 0 h10 m20 -32 h10 m58 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m44 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-258 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m76 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="737 115 745 111 745 119" /> <polygon points="737 115 729 111 729 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_view_stmt" title="alter_view_stmt">alter\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_view_owner_stmt" href="#alter_view_owner_stmt">alter\_view\_owner\_stmt:</a></p><svg width="683" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="133" y="35" width="122" height="32" rx="10" /> <rect x="131" y="33" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="53">MATERIALIZED</text> <rect x="295" y="3" width="58" height="32" rx="10" /> <rect x="293" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="21">VIEW</text> <rect x="393" y="35" width="34" height="32" rx="10" /> <rect x="391" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="401" y="53">IF</text> <rect x="447" y="35" width="70" height="32" rx="10" /> <rect x="445" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="557" y="3" width="104" height="32" /> <rect x="555" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="565" y="21">relation\_expr</text></a><rect x="423" y="101" width="72" height="32" rx="10" /> <rect x="421" y="99" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="431" y="119">OWNER</text> <rect x="515" y="101" width="38" height="32" rx="10" /> <rect x="513" y="99" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="119">TO</text><a href="#role_spec" title="role_spec"> <rect x="573" y="101" width="82" height="32" /> <rect x="571" y="99" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="581" y="119">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m20 0 h10 m0 0 h132 m-162 0 h20 m142 0 h20 m-182 0 q10 0 10 10 m162 0 q0 -10 10 -10 m-172 10 v12 m162 0 v-12 m-162 12 q0 10 10 10 m142 0 q10 0 10 -10 m-152 10 h10 m122 0 h10 m20 -32 h10 m58 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-282 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="673 115 681 111 681 119" /> <polygon points="673 115 665 111 665 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_view_stmt" title="alter_view_stmt">alter\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_rename_sequence_stmt" href="#alter_rename_sequence_stmt">alter\_rename\_sequence\_stmt:</a></p><svg width="689" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">SEQUENCE</text> <rect x="245" y="35" width="34" height="32" rx="10" /> <rect x="243" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="53">IF</text> <rect x="299" y="35" width="70" height="32" rx="10" /> <rect x="297" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="409" y="3" width="104" height="32" /> <rect x="407" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="21">relation\_expr</text></a><rect x="533" y="3" width="76" height="32" rx="10" /> <rect x="531" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="541" y="21">RENAME</text> <rect x="629" y="3" width="38" height="32" rx="10" /> <rect x="627" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="637" y="21">TO</text><a href="#sequence_name" title="sequence_name"> <rect x="537" y="101" width="124" height="32" /> <rect x="535" y="99" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="545" y="119">sequence\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-174 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="679 115 687 111 687 119" /> <polygon points="679 115 671 111 671 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_sequence_stmt" title="alter_sequence_stmt">alter\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_sequence_options_stmt" href="#alter_sequence_options_stmt">alter\_sequence\_options\_stmt:</a></p><svg width="737" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">SEQUENCE</text> <rect x="245" y="35" width="34" height="32" rx="10" /> <rect x="243" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="53">IF</text> <rect x="299" y="35" width="70" height="32" rx="10" /> <rect x="297" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="53">EXISTS</text><a href="#sequence_name" title="sequence_name"> <rect x="409" y="3" width="124" height="32" /> <rect x="407" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="21">sequence\_name</text></a><a href="#sequence_option_list" title="sequence_option_list"> <rect x="553" y="3" width="156" height="32" /> <rect x="551" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="561" y="21">sequence\_option\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m124 0 h10 m0 0 h10 m156 0 h10 m3 0 h-3" /> <polygon points="727 17 735 13 735 21" /> <polygon points="727 17 719 13 719 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_sequence_stmt" title="alter_sequence_stmt">alter\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_sequence_set_schema_stmt" href="#alter_sequence_set_schema_stmt">alter\_sequence\_set\_schema\_stmt:</a></p><svg width="695" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">SEQUENCE</text> <rect x="245" y="35" width="34" height="32" rx="10" /> <rect x="243" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="53">IF</text> <rect x="299" y="35" width="70" height="32" rx="10" /> <rect x="297" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="409" y="3" width="104" height="32" /> <rect x="407" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="21">relation\_expr</text></a><rect x="533" y="3" width="44" height="32" rx="10" /> <rect x="531" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="541" y="21">SET</text> <rect x="597" y="3" width="76" height="32" rx="10" /> <rect x="595" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="605" y="21">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="555" y="101" width="112" height="32" /> <rect x="553" y="99" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="563" y="119">schema\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m76 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-162 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="685 115 693 111 693 119" /> <polygon points="685 115 677 111 677 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_sequence_stmt" title="alter_sequence_stmt">alter\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_sequence_owner_stmt" href="#alter_sequence_owner_stmt">alter\_sequence\_owner\_stmt:</a></p><svg width="685" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">SEQUENCE</text> <rect x="245" y="35" width="34" height="32" rx="10" /> <rect x="243" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="253" y="53">IF</text> <rect x="299" y="35" width="70" height="32" rx="10" /> <rect x="297" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="53">EXISTS</text><a href="#relation_expr" title="relation_expr"> <rect x="409" y="3" width="104" height="32" /> <rect x="407" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="21">relation\_expr</text></a><rect x="533" y="3" width="72" height="32" rx="10" /> <rect x="531" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="541" y="21">OWNER</text> <rect x="625" y="3" width="38" height="32" rx="10" /> <rect x="623" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="633" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="575" y="101" width="82" height="32" /> <rect x="573" y="99" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="119">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-132 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="675 115 683 111 683 119" /> <polygon points="675 115 667 111 667 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_sequence_stmt" title="alter_sequence_stmt">alter\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_rename_database_stmt" href="#alter_rename_database_stmt">alter\_rename\_database\_stmt:</a></p><svg width="675" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="76" height="32" rx="10" /> <rect x="367" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">RENAME</text> <rect x="465" y="3" width="38" height="32" rx="10" /> <rect x="463" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="473" y="21">TO</text><a href="#database_name" title="database_name"> <rect x="523" y="3" width="124" height="32" /> <rect x="521" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="531" y="21">database\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="665 17 673 13 673 21" /> <polygon points="665 17 657 13 657 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_zone_database_stmt" href="#alter_zone_database_stmt">alter\_zone\_database\_stmt:</a></p><svg width="521" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><a href="#set_zone_config" title="set_zone_config"> <rect x="369" y="3" width="124" height="32" /> <rect x="367" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="21">set\_zone\_config</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="511 17 519 13 519 21" /> <polygon points="511 17 503 13 503 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_owner" href="#alter_database_owner">alter\_database\_owner:</a></p><svg width="629" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="72" height="32" rx="10" /> <rect x="367" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">OWNER</text> <rect x="461" y="3" width="38" height="32" rx="10" /> <rect x="459" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="469" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="519" y="3" width="82" height="32" /> <rect x="517" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="527" y="21">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="619 17 627 13 627 21" /> <polygon points="619 17 611 13 611 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_to_schema_stmt" href="#alter_database_to_schema_stmt">alter\_database\_to\_schema\_stmt:</a></p><svg width="707" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="84" height="32" rx="10" /> <rect x="367" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">CONVERT</text> <rect x="473" y="3" width="38" height="32" rx="10" /> <rect x="471" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="481" y="21">TO</text> <rect x="531" y="3" width="76" height="32" rx="10" /> <rect x="529" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="539" y="21">SCHEMA</text> <rect x="627" y="3" width="58" height="32" rx="10" /> <rect x="625" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="635" y="21">WITH</text> <rect x="461" y="69" width="74" height="32" rx="10" /> <rect x="459" y="67" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="469" y="87">PARENT</text><a href="#database_name" title="database_name"> <rect x="555" y="69" width="124" height="32" /> <rect x="553" y="67" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="563" y="87">database\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m58 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-268 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m74 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="697 83 705 79 705 87" /> <polygon points="697 83 689 79 689 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_add_region_stmt" href="#alter_database_add_region_stmt">alter\_database\_add\_region\_stmt:</a></p><svg width="533" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="48" height="32" rx="10" /> <rect x="367" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">ADD</text> <rect x="437" y="3" width="74" height="32" rx="10" /> <rect x="435" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="445" y="21">REGION</text> <rect x="169" y="101" width="34" height="32" rx="10" /> <rect x="167" y="99" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="119">IF</text> <rect x="223" y="101" width="48" height="32" rx="10" /> <rect x="221" y="99" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="231" y="119">NOT</text> <rect x="291" y="101" width="70" height="32" rx="10" /> <rect x="289" y="99" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="119">EXISTS</text><a href="#region_name" title="region_name"> <rect x="401" y="69" width="104" height="32" /> <rect x="399" y="67" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="409" y="87">region\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m74 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-406 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m104 0 h10 m3 0 h-3" /> <polygon points="523 83 531 79 531 87" /> <polygon points="523 83 515 79 515 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_drop_region_stmt" href="#alter_database_drop_region_stmt">alter\_database\_drop\_region\_stmt:</a></p><svg width="727" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="58" height="32" rx="10" /> <rect x="367" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">DROP</text> <rect x="447" y="3" width="74" height="32" rx="10" /> <rect x="445" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="21">REGION</text> <rect x="561" y="35" width="34" height="32" rx="10" /> <rect x="559" y="33" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="569" y="53">IF</text> <rect x="615" y="35" width="70" height="32" rx="10" /> <rect x="613" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="623" y="53">EXISTS</text><a href="#region_name" title="region_name"> <rect x="595" y="101" width="104" height="32" /> <rect x="593" y="99" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="119">region\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m74 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m22 -32 l2 0 m2 0 l2 0 m2 0 l2 0 m-154 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m104 0 h10 m3 0 h-3" /> <polygon points="717 115 725 111 725 119" /> <polygon points="717 115 709 111 709 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_survival_goal_stmt" href="#alter_database_survival_goal_stmt">alter\_database\_survival\_goal\_stmt:</a></p><svg width="549" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><a href="#survival_goal_clause" title="survival_goal_clause"> <rect x="369" y="3" width="152" height="32" /> <rect x="367" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="21">survival\_goal\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m152 0 h10 m3 0 h-3" /> <polygon points="539 17 547 13 547 21" /> <polygon points="539 17 531 13 531 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_primary_region_stmt" href="#alter_database_primary_region_stmt">alter\_database\_primary\_region\_stmt:</a></p><svg width="665" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="389" y="35" width="44" height="32" rx="10" /> <rect x="387" y="33" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="397" y="53">SET</text><a href="#primary_region_clause" title="primary_region_clause"> <rect x="473" y="3" width="164" height="32" /> <rect x="471" y="1" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="481" y="21">primary\_region\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m20 0 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m20 -32 h10 m164 0 h10 m3 0 h-3" /> <polygon points="655 17 663 13 663 21" /> <polygon points="655 17 647 13 647 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_placement_stmt" href="#alter_database_placement_stmt">alter\_database\_placement\_stmt:</a></p><svg width="531" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><a href="#placement_clause" title="placement_clause"> <rect x="369" y="3" width="134" height="32" /> <rect x="367" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="21">placement\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="521 17 529 13 529 21" /> <polygon points="521 17 513 13 513 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_set_stmt" href="#alter_database_set_stmt">alter\_database\_set\_stmt:</a></p><svg width="547" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><a href="#set_or_reset_clause" title="set_or_reset_clause"> <rect x="369" y="3" width="150" height="32" /> <rect x="367" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="21">set\_or\_reset\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m150 0 h10 m3 0 h-3" /> <polygon points="537 17 545 13 545 21" /> <polygon points="537 17 529 13 529 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_add_super_region" href="#alter_database_add_super_region">alter\_database\_add\_super\_region:</a></p><svg width="741" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="48" height="32" rx="10" /> <rect x="367" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">ADD</text> <rect x="437" y="3" width="64" height="32" rx="10" /> <rect x="435" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="445" y="21">SUPER</text> <rect x="521" y="3" width="74" height="32" rx="10" /> <rect x="519" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="529" y="21">REGION</text><a href="#region_name" title="region_name"> <rect x="615" y="3" width="104" height="32" /> <rect x="613" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="623" y="21">region\_name</text></a><rect x="491" y="69" width="72" height="32" rx="10" /> <rect x="489" y="67" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="499" y="87">VALUES</text><a href="#region_name_list" title="region_name_list"> <rect x="583" y="69" width="130" height="32" /> <rect x="581" y="67" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="591" y="87">region\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m104 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-272 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m72 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="731 83 739 79 739 87" /> <polygon points="731 83 723 79 723 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_alter_super_region" href="#alter_database_alter_super_region">alter\_database\_alter\_super\_region:</a></p><svg width="755" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="62" height="32" rx="10" /> <rect x="367" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">ALTER</text> <rect x="451" y="3" width="64" height="32" rx="10" /> <rect x="449" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="459" y="21">SUPER</text> <rect x="535" y="3" width="74" height="32" rx="10" /> <rect x="533" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="543" y="21">REGION</text><a href="#region_name" title="region_name"> <rect x="629" y="3" width="104" height="32" /> <rect x="627" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="637" y="21">region\_name</text></a><rect x="505" y="69" width="72" height="32" rx="10" /> <rect x="503" y="67" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="513" y="87">VALUES</text><a href="#region_name_list" title="region_name_list"> <rect x="597" y="69" width="130" height="32" /> <rect x="595" y="67" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="605" y="87">region\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m104 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-272 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m72 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="745 83 753 79 753 87" /> <polygon points="745 83 737 79 737 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_drop_super_region" href="#alter_database_drop_super_region">alter\_database\_drop\_super\_region:</a></p><svg width="627" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="58" height="32" rx="10" /> <rect x="367" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">DROP</text> <rect x="447" y="3" width="64" height="32" rx="10" /> <rect x="445" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="21">SUPER</text> <rect x="531" y="3" width="74" height="32" rx="10" /> <rect x="529" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="539" y="21">REGION</text><a href="#region_name" title="region_name"> <rect x="495" y="69" width="104" height="32" /> <rect x="493" y="67" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="503" y="87">region\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m74 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-154 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m104 0 h10 m3 0 h-3" /> <polygon points="617 83 625 79 625 87" /> <polygon points="617 83 609 79 609 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_set_secondary_region_stmt" href="#alter_database_set_secondary_region_stmt">alter\_database\_set\_secondary\_region\_stmt:</a></p><svg width="643" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="44" height="32" rx="10" /> <rect x="367" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">SET</text><a href="#secondary_region_clause" title="secondary_region_clause"> <rect x="433" y="3" width="182" height="32" /> <rect x="431" y="1" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="21">secondary\_region\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m182 0 h10 m3 0 h-3" /> <polygon points="633 17 641 13 641 21" /> <polygon points="633 17 625 13 625 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_drop_secondary_region" href="#alter_database_drop_secondary_region">alter\_database\_drop\_secondary\_region:</a></p><svg width="667" height="123"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="58" height="32" rx="10" /> <rect x="367" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">DROP</text> <rect x="447" y="3" width="104" height="32" rx="10" /> <rect x="445" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="21">SECONDARY</text> <rect x="571" y="3" width="74" height="32" rx="10" /> <rect x="569" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="579" y="21">REGION</text> <rect x="495" y="89" width="34" height="32" rx="10" /> <rect x="493" y="87" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="503" y="107">IF</text> <rect x="549" y="89" width="70" height="32" rx="10" /> <rect x="547" y="87" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="557" y="107">EXISTS</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m74 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-214 54 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m23 -32 h-3" /> <polygon points="657 71 665 67 665 75" /> <polygon points="657 71 649 67 649 75" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_database_set_zone_config_extension_stmt" href="#alter_database_set_zone_config_extension_stmt">alter\_database\_set\_zone\_config\_extension\_stmt:</a></p><svg width="561" height="179"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">DATABASE</text><a href="#database_name" title="database_name"> <rect x="225" y="3" width="124" height="32" /> <rect x="223" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">database\_name</text></a><rect x="369" y="3" width="62" height="32" rx="10" /> <rect x="367" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">ALTER</text> <rect x="451" y="3" width="88" height="32" rx="10" /> <rect x="449" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="459" y="21">LOCALITY</text> <rect x="57" y="69" width="74" height="32" rx="10" /> <rect x="55" y="67" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="65" y="87">GLOBAL</text> <rect x="57" y="113" width="92" height="32" rx="10" /> <rect x="55" y="111" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="65" y="131">REGIONAL</text> <rect x="189" y="145" width="36" height="32" rx="10" /> <rect x="187" y="143" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="163">IN</text><a href="#region_name" title="region_name"> <rect x="245" y="145" width="104" height="32" /> <rect x="243" y="143" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="163">region\_name</text></a><a href="#set_zone_config" title="set_zone_config"> <rect x="409" y="69" width="124" height="32" /> <rect x="407" y="67" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="87">set\_zone\_config</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m124 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m88 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-546 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m74 0 h10 m0 0 h238 m-352 0 h20 m332 0 h20 m-372 0 q10 0 10 10 m352 0 q0 -10 10 -10 m-362 10 v24 m352 0 v-24 m-352 24 q0 10 10 10 m332 0 q10 0 10 -10 m-342 10 h10 m92 0 h10 m20 0 h10 m0 0 h170 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v12 m200 0 v-12 m-200 12 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m36 0 h10 m0 0 h10 m104 0 h10 m40 -76 h10 m124 0 h10 m3 0 h-3" /> <polygon points="551 83 559 79 559 87" /> <polygon points="551 83 543 79 543 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_stmt" title="alter_database_stmt">alter\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_zone_range_stmt" href="#alter_zone_range_stmt">alter\_zone\_range\_stmt:</a></p><svg width="435" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="66" height="32" rx="10" /> <rect x="111" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">RANGE</text><a href="#a_expr" title="a_expr"> <rect x="199" y="3" width="64" height="32" /> <rect x="197" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="207" y="21">a\_expr</text></a><a href="#set_zone_config" title="set_zone_config"> <rect x="283" y="3" width="124" height="32" /> <rect x="281" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="21">set\_zone\_config</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m124 0 h10 m3 0 h-3" /> <polygon points="425 17 433 13 433 21" /> <polygon points="425 17 417 13 417 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_range_stmt" title="alter_range_stmt">alter\_range\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_range_relocate_stmt" href="#alter_range_relocate_stmt">alter\_range\_relocate\_stmt:</a></p><svg width="929" height="235"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text> <rect x="115" y="3" width="66" height="32" rx="10" /> <rect x="113" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">RANGE</text><a href="#relocate_kw" title="relocate_kw"> <rect x="45" y="69" width="96" height="32" /> <rect x="43" y="67" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="87">relocate\_kw</text></a><rect x="181" y="69" width="62" height="32" rx="10" /> <rect x="179" y="67" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="87">LEASE</text><a href="#relocate_subject_nonlease" title="relocate_subject_nonlease"> <rect x="181" y="113" width="192" height="32" /> <rect x="179" y="111" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="131">relocate\_subject\_nonlease</text></a><rect x="393" y="113" width="60" height="32" rx="10" /> <rect x="391" y="111" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="401" y="131">FROM</text><a href="#a_expr" title="a_expr"> <rect x="473" y="113" width="64" height="32" /> <rect x="471" y="111" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="481" y="131">a\_expr</text></a><rect x="577" y="69" width="38" height="32" rx="10" /> <rect x="575" y="67" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="585" y="87">TO</text><a href="#a_expr" title="a_expr"> <rect x="635" y="69" width="64" height="32" /> <rect x="633" y="67" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="643" y="87">a\_expr</text></a><rect x="719" y="69" width="48" height="32" rx="10" /> <rect x="717" y="67" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="727" y="87">FOR</text><a href="#select_stmt" title="select_stmt"> <rect x="787" y="69" width="94" height="32" /> <rect x="785" y="67" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="795" y="87">select\_stmt</text></a><a href="#a_expr" title="a_expr"> <rect x="45" y="157" width="64" height="32" /> <rect x="43" y="155" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="53" y="175">a\_expr</text></a><a href="#relocate_kw" title="relocate_kw"> <rect x="129" y="157" width="96" height="32" /> <rect x="127" y="155" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="175">relocate\_kw</text></a><rect x="265" y="157" width="62" height="32" rx="10" /> <rect x="263" y="155" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="175">LEASE</text><a href="#relocate_subject_nonlease" title="relocate_subject_nonlease"> <rect x="265" y="201" width="192" height="32" /> <rect x="263" y="199" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="273" y="219">relocate\_subject\_nonlease</text></a><rect x="477" y="201" width="60" height="32" rx="10" /> <rect x="475" y="199" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="485" y="219">FROM</text><a href="#a_expr" title="a_expr"> <rect x="557" y="201" width="64" height="32" /> <rect x="555" y="199" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="565" y="219">a\_expr</text></a><rect x="661" y="157" width="38" height="32" rx="10" /> <rect x="659" y="155" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="669" y="175">TO</text><a href="#a_expr" title="a_expr"> <rect x="719" y="157" width="64" height="32" /> <rect x="717" y="155" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="727" y="175">a\_expr</text></a><path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m66 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-200 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m96 0 h10 m20 0 h10 m62 0 h10 m0 0 h294 m-396 0 h20 m376 0 h20 m-416 0 q10 0 10 10 m396 0 q0 -10 10 -10 m-406 10 v24 m396 0 v-24 m-396 24 q0 10 10 10 m376 0 q10 0 10 -10 m-386 10 h10 m192 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m20 -44 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m94 0 h10 m-876 0 h20 m856 0 h20 m-896 0 q10 0 10 10 m876 0 q0 -10 10 -10 m-886 10 v68 m876 0 v-68 m-876 68 q0 10 10 10 m856 0 q10 0 10 -10 m-866 10 h10 m64 0 h10 m0 0 h10 m96 0 h10 m20 0 h10 m62 0 h10 m0 0 h294 m-396 0 h20 m376 0 h20 m-416 0 q10 0 10 10 m396 0 q0 -10 10 -10 m-406 10 v24 m396 0 v-24 m-396 24 q0 10 10 10 m376 0 q10 0 10 -10 m-386 10 h10 m192 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m20 -44 h10 m38 0 h10 m0 0 h10 m64 0 h10 m0 0 h98 m23 -88 h-3" /> <polygon points="919 83 927 79 927 87" /> <polygon points="919 83 911 79 911 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_range_stmt" title="alter_range_stmt">alter\_range\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_zone_partition_stmt" href="#alter_zone_partition_stmt">alter\_zone\_partition\_stmt:</a></p><svg width="557" height="191"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="62" height="32" rx="10" /> <rect x="31" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">ALTER</text> <rect x="115" y="3" width="98" height="32" rx="10" /> <rect x="113" y="1" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">PARTITION</text><a href="#partition_name" title="partition_name"> <rect x="233" y="3" width="116" height="32" /> <rect x="231" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="21">partition\_name</text></a><rect x="369" y="3" width="38" height="32" rx="10" /> <rect x="367" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">OF</text> <rect x="45" y="69" width="62" height="32" rx="10" /> <rect x="43" y="67" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">TABLE</text><a href="#table_name" title="table_name"> <rect x="127" y="69" width="96" height="32" /> <rect x="125" y="67" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="135" y="87">table\_name</text></a><rect x="45" y="113" width="64" height="32" rx="10" /> <rect x="43" y="111" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="131">INDEX</text><a href="#table_index_name" title="table_index_name"> <rect x="149" y="113" width="138" height="32" /> <rect x="147" y="111" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="131">table\_index\_name</text></a><a href="#table_name" title="table_name"> <rect x="149" y="157" width="96" height="32" /> <rect x="147" y="155" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="175">table\_name</text></a><rect x="265" y="157" width="32" height="32" rx="10" /> <rect x="263" y="155" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="175">@</text> <rect x="317" y="157" width="28" height="32" rx="10" /> <rect x="315" y="155" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="325" y="175">\*</text><a href="#set_zone_config" title="set_zone_config"> <rect x="405" y="69" width="124" height="32" /> <rect x="403" y="67" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="413" y="87">set\_zone\_config</text></a><path className="line" d="m19 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m98 0 h10 m0 0 h10 m116 0 h10 m0 0 h10 m38 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-426 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m62 0 h10 m0 0 h10 m96 0 h10 m0 0 h142 m-360 0 h20 m340 0 h20 m-380 0 q10 0 10 10 m360 0 q0 -10 10 -10 m-370 10 v24 m360 0 v-24 m-360 24 q0 10 10 10 m340 0 q10 0 10 -10 m-350 10 h10 m64 0 h10 m20 0 h10 m138 0 h10 m0 0 h58 m-236 0 h20 m216 0 h20 m-256 0 q10 0 10 10 m236 0 q0 -10 10 -10 m-246 10 v24 m236 0 v-24 m-236 24 q0 10 10 10 m216 0 q10 0 10 -10 m-226 10 h10 m96 0 h10 m0 0 h10 m32 0 h10 m0 0 h10 m28 0 h10 m40 -88 h10 m124 0 h10 m3 0 h-3" /> <polygon points="547 83 555 79 555 87" /> <polygon points="547 83 539 79 539 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_partition_stmt" title="alter_partition_stmt">alter\_partition\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="schema_name" href="#schema_name">schema\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_set_schema_stmt" title="alter_func_set_schema_stmt">alter\_func\_set\_schema\_stmt</a></li> <li><a href="#alter_proc_set_schema_stmt" title="alter_proc_set_schema_stmt">alter\_proc\_set\_schema\_stmt</a></li> <li><a href="#alter_schema_stmt" title="alter_schema_stmt">alter\_schema\_stmt</a></li> <li><a href="#alter_sequence_set_schema_stmt" title="alter_sequence_set_schema_stmt">alter\_sequence\_set\_schema\_stmt</a></li> <li><a href="#alter_table_set_schema_stmt" title="alter_table_set_schema_stmt">alter\_table\_set\_schema\_stmt</a></li> <li><a href="#alter_type_stmt" title="alter_type_stmt">alter\_type\_stmt</a></li> <li><a href="#alter_view_set_schema_stmt" title="alter_view_set_schema_stmt">alter\_view\_set\_schema\_stmt</a></li> <li><a href="#opt_in_schema" title="opt_in_schema">opt\_in\_schema</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_add_val_placement" href="#opt_add_val_placement">opt\_add\_val\_placement:</a></p><svg width="309" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="23" width="74" height="32" rx="10" /> <rect x="69" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="41">BEFORE</text> <rect x="71" y="67" width="62" height="32" rx="10" /> <rect x="69" y="65" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="85">AFTER</text> <rect x="185" y="23" width="76" height="32" rx="10" /> <rect x="183" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="193" y="41">SCONST</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h220 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v12 m250 0 v-12 m-250 12 q0 10 10 10 m230 0 q10 0 10 -10 m-220 10 h10 m74 0 h10 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m62 0 h10 m0 0 h12 m20 -44 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="299 5 307 1 307 9" /> <polygon points="299 5 291 1 291 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_type_stmt" title="alter_type_stmt">alter\_type\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_in_schemas" href="#opt_in_schemas">opt\_in\_schemas:</a></p><svg width="389" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="36" height="32" rx="10" /> <rect x="49" y="21" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">IN</text> <rect x="107" y="23" width="76" height="32" rx="10" /> <rect x="105" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="115" y="41">SCHEMA</text><a href="#schema_name_list" title="schema_name_list"> <rect x="203" y="23" width="138" height="32" /> <rect x="201" y="21" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="41">schema\_name\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h300 m-330 0 h20 m310 0 h20 m-350 0 q10 0 10 10 m330 0 q0 -10 10 -10 m-340 10 v12 m330 0 v-12 m-330 12 q0 10 10 10 m310 0 q10 0 10 -10 m-320 10 h10 m36 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m138 0 h10 m23 -32 h-3" /> <polygon points="379 5 387 1 387 9" /> <polygon points="379 5 371 1 371 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_default_privileges_stmt" title="alter_default_privileges_stmt">alter\_default\_privileges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="abbreviated_grant_stmt" href="#abbreviated_grant_stmt">abbreviated\_grant\_stmt:</a></p><svg width="627" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="66" height="32" rx="10" /> <rect x="29" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">GRANT</text><a href="#privileges" title="privileges"> <rect x="117" y="3" width="80" height="32" /> <rect x="115" y="1" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="125" y="21">privileges</text></a><rect x="217" y="3" width="40" height="32" rx="10" /> <rect x="215" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="21">ON</text><a href="#target_object_type" title="target_object_type"> <rect x="277" y="3" width="142" height="32" /> <rect x="275" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="285" y="21">target\_object\_type</text></a><rect x="439" y="3" width="38" height="32" rx="10" /> <rect x="437" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="447" y="21">TO</text><a href="#role_spec_list" title="role_spec_list"> <rect x="497" y="3" width="108" height="32" /> <rect x="495" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="505" y="21">role\_spec\_list</text></a><a href="#opt_with_grant_option" title="opt_with_grant_option"> <rect x="433" y="69" width="166" height="32" /> <rect x="431" y="67" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="87">opt\_with\_grant\_option</text></a><path className="line" d="m17 17 h2 m0 0 h10 m66 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m142 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m108 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-216 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m166 0 h10 m3 0 h-3" /> <polygon points="617 83 625 79 625 87" /> <polygon points="617 83 609 79 609 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_default_privileges_stmt" title="alter_default_privileges_stmt">alter\_default\_privileges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="abbreviated_revoke_stmt" href="#abbreviated_revoke_stmt">abbreviated\_revoke\_stmt:</a></p><svg width="739" height="135"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">REVOKE</text> <rect x="145" y="35" width="66" height="32" rx="10" /> <rect x="143" y="33" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="53">GRANT</text> <rect x="231" y="35" width="76" height="32" rx="10" /> <rect x="229" y="33" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="239" y="53">OPTION</text> <rect x="327" y="35" width="48" height="32" rx="10" /> <rect x="325" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="335" y="53">FOR</text><a href="#privileges" title="privileges"> <rect x="415" y="3" width="80" height="32" /> <rect x="413" y="1" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="21">privileges</text></a><rect x="515" y="3" width="40" height="32" rx="10" /> <rect x="513" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="21">ON</text><a href="#target_object_type" title="target_object_type"> <rect x="575" y="3" width="142" height="32" /> <rect x="573" y="1" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="21">target\_object\_type</text></a><rect x="361" y="101" width="60" height="32" rx="10" /> <rect x="359" y="99" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="369" y="119">FROM</text><a href="#role_spec_list" title="role_spec_list"> <rect x="441" y="101" width="108" height="32" /> <rect x="439" y="99" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="449" y="119">role\_spec\_list</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="569" y="101" width="142" height="32" /> <rect x="567" y="99" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="577" y="119">opt\_drop\_behavior</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m20 0 h10 m0 0 h240 m-270 0 h20 m250 0 h20 m-290 0 q10 0 10 10 m270 0 q0 -10 10 -10 m-280 10 v12 m270 0 v-12 m-270 12 q0 10 10 10 m250 0 q10 0 10 -10 m-260 10 h10 m66 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m48 0 h10 m20 -32 h10 m80 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m142 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-400 98 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m60 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m142 0 h10 m3 0 h-3" /> <polygon points="729 115 737 111 737 119" /> <polygon points="729 115 721 111 721 119" /></svg><p>referenced by: </p><ul> <li><a href="#alter_default_privileges_stmt" title="alter_default_privileges_stmt">alter\_default\_privileges\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_changefeed_cmds" href="#alter_changefeed_cmds">alter\_changefeed\_cmds:</a></p><svg width="265" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#alter_changefeed_cmd" title="alter_changefeed_cmd"> <rect x="51" y="19" width="166" height="32" /> <rect x="49" y="17" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">alter\_changefeed\_cmd</text></a><path className="line" d="m17 33 h2 m20 0 h10 m166 0 h10 m-206 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m186 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-186 0 h10 m0 0 h176 m23 32 h-3" /> <polygon points="255 33 263 29 263 37" /> <polygon points="255 33 247 29 247 37" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_stmt" title="alter_changefeed_stmt">alter\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_cmds" href="#alter_backup_cmds">alter\_backup\_cmds:</a></p><svg width="235" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#alter_backup_cmd" title="alter_backup_cmd"> <rect x="51" y="19" width="136" height="32" /> <rect x="49" y="17" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">alter\_backup\_cmd</text></a><path className="line" d="m17 33 h2 m20 0 h10 m136 0 h10 m-176 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m156 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-156 0 h10 m0 0 h146 m23 32 h-3" /> <polygon points="225 33 233 29 233 37" /> <polygon points="225 33 217 29 217 37" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_stmt" title="alter_backup_stmt">alter\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_options_stmt" href="#alter_func_options_stmt">alter\_func\_options\_stmt:</a></p><svg width="713" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">FUNCTION</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="225" y="3" width="188" height="32" /> <rect x="223" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">function\_with\_paramtypes</text></a><a href="#alter_func_opt_list" title="alter_func_opt_list"> <rect x="433" y="3" width="138" height="32" /> <rect x="431" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="21">alter\_func\_opt\_list</text></a><a href="#opt_restrict" title="opt_restrict"> <rect x="591" y="3" width="94" height="32" /> <rect x="589" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="599" y="21">opt\_restrict</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m94 0 h10 m3 0 h-3" /> <polygon points="703 17 711 13 711 21" /> <polygon points="703 17 695 13 695 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_stmt" title="alter_func_stmt">alter\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_rename_stmt" href="#alter_func_rename_stmt">alter\_func\_rename\_stmt:</a></p><svg width="671" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">FUNCTION</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="225" y="3" width="188" height="32" /> <rect x="223" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">function\_with\_paramtypes</text></a><rect x="433" y="3" width="76" height="32" rx="10" /> <rect x="431" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="21">RENAME</text> <rect x="529" y="3" width="38" height="32" rx="10" /> <rect x="527" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="537" y="21">TO</text><a href="#name" title="name"> <rect x="587" y="3" width="56" height="32" /> <rect x="585" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="595" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="661 17 669 13 669 21" /> <polygon points="661 17 653 13 653 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_stmt" title="alter_func_stmt">alter\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_owner_stmt" href="#alter_func_owner_stmt">alter\_func\_owner\_stmt:</a></p><svg width="693" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">FUNCTION</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="225" y="3" width="188" height="32" /> <rect x="223" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">function\_with\_paramtypes</text></a><rect x="433" y="3" width="72" height="32" rx="10" /> <rect x="431" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="21">OWNER</text> <rect x="525" y="3" width="38" height="32" rx="10" /> <rect x="523" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="533" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="583" y="3" width="82" height="32" /> <rect x="581" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="591" y="21">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="683 17 691 13 691 21" /> <polygon points="683 17 675 13 675 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_stmt" title="alter_func_stmt">alter\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_set_schema_stmt" href="#alter_func_set_schema_stmt">alter\_func\_set\_schema\_stmt:</a></p><svg width="733" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">FUNCTION</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="225" y="3" width="188" height="32" /> <rect x="223" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">function\_with\_paramtypes</text></a><rect x="433" y="3" width="44" height="32" rx="10" /> <rect x="431" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="21">SET</text> <rect x="497" y="3" width="76" height="32" rx="10" /> <rect x="495" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="505" y="21">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="593" y="3" width="112" height="32" /> <rect x="591" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="601" y="21">schema\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="723 17 731 13 731 21" /> <polygon points="723 17 715 13 715 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_stmt" title="alter_func_stmt">alter\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_dep_extension_stmt" href="#alter_func_dep_extension_stmt">alter\_func\_dep\_extension\_stmt:</a></p><svg width="683" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="92" height="32" rx="10" /> <rect x="111" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">FUNCTION</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="225" y="3" width="188" height="32" /> <rect x="223" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="21">function\_with\_paramtypes</text></a><a href="#opt_no" title="opt_no"> <rect x="433" y="3" width="64" height="32" /> <rect x="431" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="21">opt\_no</text></a><rect x="517" y="3" width="84" height="32" rx="10" /> <rect x="515" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="525" y="21">DEPENDS</text> <rect x="621" y="3" width="40" height="32" rx="10" /> <rect x="619" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="629" y="21">ON</text> <rect x="479" y="69" width="100" height="32" rx="10" /> <rect x="477" y="67" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="487" y="87">EXTENSION</text><a href="#name" title="name"> <rect x="599" y="69" width="56" height="32" /> <rect x="597" y="67" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="607" y="87">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m40 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-226 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m100 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="673 83 681 79 681 87" /> <polygon points="673 83 665 79 665 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_stmt" title="alter_func_stmt">alter\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_proc_rename_stmt" href="#alter_proc_rename_stmt">alter\_proc\_rename\_stmt:</a></p><svg width="683" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="104" height="32" rx="10" /> <rect x="111" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">PROCEDURE</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="237" y="3" width="188" height="32" /> <rect x="235" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="245" y="21">function\_with\_paramtypes</text></a><rect x="445" y="3" width="76" height="32" rx="10" /> <rect x="443" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="453" y="21">RENAME</text> <rect x="541" y="3" width="38" height="32" rx="10" /> <rect x="539" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="549" y="21">TO</text><a href="#name" title="name"> <rect x="599" y="3" width="56" height="32" /> <rect x="597" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="607" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="673 17 681 13 681 21" /> <polygon points="673 17 665 13 665 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_proc_stmt" title="alter_proc_stmt">alter\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_proc_owner_stmt" href="#alter_proc_owner_stmt">alter\_proc\_owner\_stmt:</a></p><svg width="705" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="104" height="32" rx="10" /> <rect x="111" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">PROCEDURE</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="237" y="3" width="188" height="32" /> <rect x="235" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="245" y="21">function\_with\_paramtypes</text></a><rect x="445" y="3" width="72" height="32" rx="10" /> <rect x="443" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="453" y="21">OWNER</text> <rect x="537" y="3" width="38" height="32" rx="10" /> <rect x="535" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="545" y="21">TO</text><a href="#role_spec" title="role_spec"> <rect x="595" y="3" width="82" height="32" /> <rect x="593" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="21">role\_spec</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="695 17 703 13 703 21" /> <polygon points="695 17 687 13 687 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_proc_stmt" title="alter_proc_stmt">alter\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_proc_set_schema_stmt" href="#alter_proc_set_schema_stmt">alter\_proc\_set\_schema\_stmt:</a></p><svg width="745" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ALTER</text> <rect x="113" y="3" width="104" height="32" rx="10" /> <rect x="111" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">PROCEDURE</text><a href="#function_with_paramtypes" title="function_with_paramtypes"> <rect x="237" y="3" width="188" height="32" /> <rect x="235" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="245" y="21">function\_with\_paramtypes</text></a><rect x="445" y="3" width="44" height="32" rx="10" /> <rect x="443" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="453" y="21">SET</text> <rect x="509" y="3" width="76" height="32" rx="10" /> <rect x="507" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="517" y="21">SCHEMA</text><a href="#schema_name" title="schema_name"> <rect x="605" y="3" width="112" height="32" /> <rect x="603" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="613" y="21">schema\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m112 0 h10 m3 0 h-3" /> <polygon points="735 17 743 13 743 21" /> <polygon points="735 17 727 13 727 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_proc_stmt" title="alter_proc_stmt">alter\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_schedule_cmds" href="#alter_backup_schedule_cmds">alter\_backup\_schedule\_cmds:</a></p><svg width="299" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd"> <rect x="51" y="47" width="200" height="32" /> <rect x="49" y="45" width="200" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_backup\_schedule\_cmd</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m200 0 h10 m-240 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m220 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-220 0 h10 m24 0 h10 m0 0 h176 m23 44 h-3" /> <polygon points="289 61 297 57 297 65" /> <polygon points="289 61 281 57 281 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule" title="alter_backup_schedule">alter\_backup\_schedule</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_policy_roles" href="#opt_policy_roles">opt\_policy\_roles:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="38" height="32" rx="10" /> <rect x="49" y="21" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TO</text><a href="#role_spec_list" title="role_spec_list"> <rect x="109" y="23" width="108" height="32" /> <rect x="107" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="117" y="41">role\_spec\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m38 0 h10 m0 0 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_policy_stmt" title="alter_policy_stmt">alter\_policy\_stmt</a></li> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_policy_exprs" href="#opt_policy_exprs">opt\_policy\_exprs:</a></p><svg width="757" height="165"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="23" width="64" height="32" rx="10" /> <rect x="69" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="41">USING</text> <rect x="175" y="55" width="26" height="32" rx="10" /> <rect x="173" y="53" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="73">(</text><a href="#a_expr" title="a_expr"> <rect x="221" y="55" width="64" height="32" /> <rect x="219" y="53" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="73">a\_expr</text></a><rect x="305" y="55" width="26" height="32" rx="10" /> <rect x="303" y="53" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="313" y="73">)</text> <rect x="351" y="55" width="58" height="32" rx="10" /> <rect x="349" y="53" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="73">WITH</text> <rect x="429" y="55" width="64" height="32" rx="10" /> <rect x="427" y="53" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="437" y="73">CHECK</text> <rect x="71" y="99" width="58" height="32" rx="10" /> <rect x="69" y="97" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="117">WITH</text> <rect x="149" y="99" width="64" height="32" rx="10" /> <rect x="147" y="97" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="117">CHECK</text> <rect x="253" y="131" width="26" height="32" rx="10" /> <rect x="251" y="129" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="149">(</text><a href="#a_expr" title="a_expr"> <rect x="299" y="131" width="64" height="32" /> <rect x="297" y="129" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="149">a\_expr</text></a><rect x="383" y="131" width="26" height="32" rx="10" /> <rect x="381" y="129" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="391" y="149">)</text> <rect x="429" y="131" width="64" height="32" rx="10" /> <rect x="427" y="129" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="437" y="149">USING</text> <rect x="553" y="23" width="26" height="32" rx="10" /> <rect x="551" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="561" y="41">(</text><a href="#a_expr" title="a_expr"> <rect x="599" y="23" width="64" height="32" /> <rect x="597" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="607" y="41">a\_expr</text></a><rect x="683" y="23" width="26" height="32" rx="10" /> <rect x="681" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="691" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h668 m-698 0 h20 m678 0 h20 m-718 0 q10 0 10 10 m698 0 q0 -10 10 -10 m-708 10 v12 m698 0 v-12 m-698 12 q0 10 10 10 m678 0 q10 0 10 -10 m-668 10 h10 m64 0 h10 m20 0 h10 m0 0 h328 m-358 0 h20 m338 0 h20 m-378 0 q10 0 10 10 m358 0 q0 -10 10 -10 m-368 10 v12 m358 0 v-12 m-358 12 q0 10 10 10 m338 0 q10 0 10 -10 m-348 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m64 0 h10 m-462 -32 h20 m462 0 h20 m-502 0 q10 0 10 10 m482 0 q0 -10 10 -10 m-492 10 v56 m482 0 v-56 m-482 56 q0 10 10 10 m462 0 q10 0 10 -10 m-472 10 h10 m58 0 h10 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h250 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v12 m280 0 v-12 m-280 12 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m40 -108 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="747 5 755 1 755 9" /> <polygon points="747 5 739 1 739 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_policy_stmt" title="alter_policy_stmt">alter\_policy\_stmt</a></li> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="role_options" href="#role_options">role\_options:</a></p><svg width="191" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#role_option" title="role_option"> <rect x="51" y="19" width="92" height="32" /> <rect x="49" y="17" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">role\_option</text></a><path className="line" d="m17 33 h2 m20 0 h10 m92 0 h10 m-132 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m112 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-112 0 h10 m0 0 h102 m23 32 h-3" /> <polygon points="181 33 189 29 189 37" /> <polygon points="181 33 173 29 173 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_role_options" title="opt_role_options">opt\_role\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="virtual_cluster" href="#virtual_cluster">virtual\_cluster:</a></p><svg width="241" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">VIRTUAL</text> <rect x="131" y="3" width="82" height="32" rx="10" /> <rect x="129" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="21">CLUSTER</text> <path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="231 17 239 13 239 21" /> <polygon points="231 17 223 13 223 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_capability_stmt" title="alter_virtual_cluster_capability_stmt">alter\_virtual\_cluster\_capability\_stmt</a></li> <li><a href="#alter_virtual_cluster_rename_stmt" title="alter_virtual_cluster_rename_stmt">alter\_virtual\_cluster\_rename\_stmt</a></li> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> <li><a href="#alter_virtual_cluster_service_stmt" title="alter_virtual_cluster_service_stmt">alter\_virtual\_cluster\_service\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="virtual_cluster_spec" href="#virtual_cluster_spec">virtual\_cluster\_spec:</a></p><svg width="255" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#d_expr" title="d_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">d\_expr</text></a><rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">\[</text><a href="#a_expr" title="a_expr"> <rect x="97" y="47" width="64" height="32" /> <rect x="95" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">a\_expr</text></a><rect x="181" y="47" width="26" height="32" rx="10" /> <rect x="179" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="65">]</text> <path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h92 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v24 m196 0 v-24 m-196 24 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="245 17 253 13 253 21" /> <polygon points="245 17 237 13 237 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_capability_stmt" title="alter_virtual_cluster_capability_stmt">alter\_virtual\_cluster\_capability\_stmt</a></li> <li><a href="#alter_virtual_cluster_rename_stmt" title="alter_virtual_cluster_rename_stmt">alter\_virtual\_cluster\_rename\_stmt</a></li> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> <li><a href="#alter_virtual_cluster_service_stmt" title="alter_virtual_cluster_service_stmt">alter\_virtual\_cluster\_service\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="replication_options_list" href="#replication_options_list">replication\_options\_list:</a></p><svg width="241" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#replication_options" title="replication_options"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">replication\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m142 0 h10 m-182 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m162 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-162 0 h10 m24 0 h10 m0 0 h118 m23 44 h-3" /> <polygon points="231 61 239 57 239 65" /> <polygon points="231 61 223 57 223 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> <li><a href="#opt_with_replication_options" title="opt_with_replication_options">opt\_with\_replication\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="source_replication_options_list" href="#source_replication_options_list">source\_replication\_options\_list:</a></p><svg width="291" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#source_replication_options" title="source_replication_options"> <rect x="51" y="47" width="192" height="32" /> <rect x="49" y="45" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">source\_replication\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m192 0 h10 m-232 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m212 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-212 0 h10 m24 0 h10 m0 0 h168 m23 44 h-3" /> <polygon points="281 61 289 57 289 65" /> <polygon points="281 61 273 57 273 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="d_expr" href="#d_expr">d\_expr:</a></p><svg width="539" height="981"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="35" width="32" height="32" rx="10" /> <rect x="69" y="33" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="53">@</text> <rect x="143" y="3" width="74" height="32" rx="10" /> <rect x="141" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="21">ICONST</text> <rect x="51" y="79" width="74" height="32" rx="10" /> <rect x="49" y="77" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">FCONST</text> <rect x="51" y="123" width="76" height="32" rx="10" /> <rect x="49" y="121" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">SCONST</text> <rect x="51" y="167" width="76" height="32" rx="10" /> <rect x="49" y="165" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="185">BCONST</text> <rect x="51" y="211" width="90" height="32" rx="10" /> <rect x="49" y="209" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="229">BITCONST</text><a href="#typed_literal" title="typed_literal"> <rect x="51" y="255" width="100" height="32" /> <rect x="49" y="253" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="273">typed\_literal</text></a><a href="#interval_value" title="interval_value"> <rect x="51" y="299" width="110" height="32" /> <rect x="49" y="297" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="317">interval\_value</text></a><rect x="51" y="343" width="56" height="32" rx="10" /> <rect x="49" y="341" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="361">TRUE</text> <rect x="51" y="387" width="62" height="32" rx="10" /> <rect x="49" y="385" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="405">FALSE</text> <rect x="51" y="431" width="56" height="32" rx="10" /> <rect x="49" y="429" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="449">NULL</text><a href="#column_path_with_star" title="column_path_with_star"> <rect x="51" y="475" width="168" height="32" /> <rect x="49" y="473" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="493">column\_path\_with\_star</text></a><rect x="51" y="519" width="120" height="32" rx="10" /> <rect x="49" y="517" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="537">PLACEHOLDER</text> <rect x="51" y="563" width="26" height="32" rx="10" /> <rect x="49" y="561" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="581">(</text><a href="#a_expr" title="a_expr"> <rect x="97" y="563" width="64" height="32" /> <rect x="95" y="561" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="581">a\_expr</text></a><rect x="181" y="563" width="26" height="32" rx="10" /> <rect x="179" y="561" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="581">)</text> <rect x="247" y="595" width="24" height="32" rx="10" /> <rect x="245" y="593" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="613">.</text> <rect x="311" y="595" width="28" height="32" rx="10" /> <rect x="309" y="593" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="613">\*</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="311" y="639" width="140" height="32" /> <rect x="309" y="637" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="319" y="657">unrestricted\_name</text></a><rect x="311" y="683" width="32" height="32" rx="10" /> <rect x="309" y="681" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="701">@</text> <rect x="363" y="683" width="74" height="32" rx="10" /> <rect x="361" y="681" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="371" y="701">ICONST</text><a href="#func_expr" title="func_expr"> <rect x="51" y="727" width="82" height="32" /> <rect x="49" y="725" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="745">func\_expr</text></a><a href="#select_with_parens" title="select_with_parens"> <rect x="51" y="771" width="144" height="32" /> <rect x="49" y="769" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="789">select\_with\_parens</text></a><a href="#labeled_row" title="labeled_row"> <rect x="51" y="815" width="98" height="32" /> <rect x="49" y="813" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="833">labeled\_row</text></a><rect x="51" y="859" width="66" height="32" rx="10" /> <rect x="49" y="857" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="877">ARRAY</text><a href="#select_with_parens" title="select_with_parens"> <rect x="157" y="859" width="144" height="32" /> <rect x="155" y="857" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="877">select\_with\_parens</text></a><a href="#row" title="row"> <rect x="157" y="903" width="42" height="32" /> <rect x="155" y="901" width="42" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="921">row</text></a><a href="#array_expr" title="array_expr"> <rect x="157" y="947" width="90" height="32" /> <rect x="155" y="945" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="965">array\_expr</text></a><path className="line" d="m17 17 h2 m40 0 h10 m0 0 h42 m-72 0 h20 m52 0 h20 m-92 0 q10 0 10 10 m72 0 q0 -10 10 -10 m-82 10 v12 m72 0 v-12 m-72 12 q0 10 10 10 m52 0 q10 0 10 -10 m-62 10 h10 m32 0 h10 m20 -32 h10 m74 0 h10 m0 0 h274 m-480 0 h20 m460 0 h20 m-500 0 q10 0 10 10 m480 0 q0 -10 10 -10 m-490 10 v56 m480 0 v-56 m-480 56 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m74 0 h10 m0 0 h366 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m76 0 h10 m0 0 h364 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m76 0 h10 m0 0 h364 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m90 0 h10 m0 0 h350 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m100 0 h10 m0 0 h340 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m110 0 h10 m0 0 h330 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m56 0 h10 m0 0 h384 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m62 0 h10 m0 0 h378 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m56 0 h10 m0 0 h384 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m168 0 h10 m0 0 h272 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m120 0 h10 m0 0 h320 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h234 m-264 0 h20 m244 0 h20 m-284 0 q10 0 10 10 m264 0 q0 -10 10 -10 m-274 10 v12 m264 0 v-12 m-264 12 q0 10 10 10 m244 0 q10 0 10 -10 m-254 10 h10 m24 0 h10 m20 0 h10 m28 0 h10 m0 0 h112 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m140 0 h10 m-170 -10 v20 m180 0 v-20 m-180 20 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m32 0 h10 m0 0 h10 m74 0 h10 m0 0 h14 m-430 -130 v20 m480 0 v-20 m-480 20 v144 m480 0 v-144 m-480 144 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m82 0 h10 m0 0 h358 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m144 0 h10 m0 0 h296 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m98 0 h10 m0 0 h342 m-470 -10 v20 m480 0 v-20 m-480 20 v24 m480 0 v-24 m-480 24 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m66 0 h10 m20 0 h10 m144 0 h10 m-184 0 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m42 0 h10 m0 0 h102 m-174 -10 v20 m184 0 v-20 m-184 20 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m90 0 h10 m0 0 h54 m20 -88 h170 m23 -856 h-3" /> <polygon points="529 17 537 13 537 21" /> <polygon points="529 17 521 13 521 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_rename_stmt" title="alter_virtual_cluster_rename_stmt">alter\_virtual\_cluster\_rename\_stmt</a></li> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> <li><a href="#c_expr" title="c_expr">c\_expr</a></li> <li><a href="#replication_options" title="replication_options">replication\_options</a></li> <li><a href="#source_replication_options" title="source_replication_options">source\_replication\_options</a></li> <li><a href="#virtual_cluster_spec" title="virtual_cluster_spec">virtual\_cluster\_spec</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_replication_options" href="#opt_with_replication_options">opt\_with\_replication\_options:</a></p><svg width="581" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text><a href="#replication_options_list" title="replication_options_list"> <rect x="149" y="23" width="168" height="32" /> <rect x="147" y="21" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">replication\_options\_list</text></a><rect x="149" y="67" width="84" height="32" rx="10" /> <rect x="147" y="65" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="85">OPTIONS</text> <rect x="253" y="67" width="26" height="32" rx="10" /> <rect x="251" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="85">(</text><a href="#replication_options_list" title="replication_options_list"> <rect x="299" y="67" width="168" height="32" /> <rect x="297" y="65" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="307" y="85">replication\_options\_list</text></a><rect x="487" y="67" width="26" height="32" rx="10" /> <rect x="485" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="495" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h492 m-522 0 h20 m502 0 h20 m-542 0 q10 0 10 10 m522 0 q0 -10 10 -10 m-532 10 v12 m522 0 v-12 m-522 12 q0 10 10 10 m502 0 q10 0 10 -10 m-512 10 h10 m58 0 h10 m20 0 h10 m168 0 h10 m0 0 h196 m-404 0 h20 m384 0 h20 m-424 0 q10 0 10 10 m404 0 q0 -10 10 -10 m-414 10 v24 m404 0 v-24 m-404 24 q0 10 10 10 m384 0 q10 0 10 -10 m-394 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="571 5 579 1 579 9" /> <polygon points="571 5 563 1 563 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_virtual_cluster_replication_stmt" title="alter_virtual_cluster_replication_stmt">alter\_virtual\_cluster\_replication\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="backup_options" href="#backup_options">backup\_options:</a></p><svg width="639" height="421"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="210" height="32" rx="10" /> <rect x="69" y="1" width="210" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">ENCRYPTION\_PASSPHRASE</text> <rect x="71" y="47" width="100" height="32" rx="10" /> <rect x="69" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">EXECUTION</text> <rect x="191" y="47" width="88" height="32" rx="10" /> <rect x="189" y="45" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="65">LOCALITY</text> <rect x="321" y="3" width="30" height="32" rx="10" /> <rect x="319" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="21">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="371" y="3" width="158" height="32" /> <rect x="369" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="379" y="21">string\_or\_placeholder</text></a><rect x="71" y="91" width="162" height="32" rx="10" /> <rect x="69" y="89" width="162" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">REVISION\_HISTORY</text> <rect x="71" y="135" width="326" height="32" rx="10" /> <rect x="69" y="133" width="326" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">UPDATES\_CLUSTER\_MONITORING\_METRICS</text> <rect x="457" y="123" width="30" height="32" rx="10" /> <rect x="455" y="121" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="465" y="141">=</text><a href="#a_expr" title="a_expr"> <rect x="507" y="123" width="64" height="32" /> <rect x="505" y="121" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="515" y="141">a\_expr</text></a><rect x="51" y="179" width="92" height="32" rx="10" /> <rect x="49" y="177" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">DETACHED</text> <rect x="183" y="211" width="30" height="32" rx="10" /> <rect x="181" y="209" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="191" y="229">=</text> <rect x="253" y="211" width="56" height="32" rx="10" /> <rect x="251" y="209" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="229">TRUE</text> <rect x="253" y="255" width="62" height="32" rx="10" /> <rect x="251" y="253" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="273">FALSE</text> <rect x="71" y="299" width="50" height="32" rx="10" /> <rect x="69" y="297" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="317">KMS</text> <rect x="71" y="343" width="200" height="32" rx="10" /> <rect x="69" y="341" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="361">INCREMENTAL\_LOCATION</text> <rect x="311" y="299" width="30" height="32" rx="10" /> <rect x="309" y="297" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="317">=</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="361" y="299" width="214" height="32" /> <rect x="359" y="297" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="369" y="317">string\_or\_placeholder\_opt\_list</text></a><rect x="51" y="387" width="264" height="32" rx="10" /> <rect x="49" y="385" width="264" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="405">INCLUDE\_ALL\_VIRTUAL\_CLUSTERS</text> <rect x="335" y="387" width="30" height="32" rx="10" /> <rect x="333" y="385" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="343" y="405">=</text><a href="#a_expr" title="a_expr"> <rect x="385" y="387" width="64" height="32" /> <rect x="383" y="385" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="393" y="405">a\_expr</text></a><path className="line" d="m17 17 h2 m40 0 h10 m210 0 h10 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m100 0 h10 m0 0 h10 m88 0 h10 m0 0 h2 m20 -44 h10 m30 0 h10 m0 0 h10 m158 0 h10 m0 0 h62 m-580 0 h20 m560 0 h20 m-600 0 q10 0 10 10 m580 0 q0 -10 10 -10 m-590 10 v68 m580 0 v-68 m-580 68 q0 10 10 10 m560 0 q10 0 10 -10 m-550 10 h10 m162 0 h10 m0 0 h164 m-366 0 h20 m346 0 h20 m-386 0 q10 0 10 10 m366 0 q0 -10 10 -10 m-376 10 v24 m366 0 v-24 m-366 24 q0 10 10 10 m346 0 q10 0 10 -10 m-356 10 h10 m326 0 h10 m40 -44 h10 m0 0 h124 m-154 0 h20 m134 0 h20 m-174 0 q10 0 10 10 m154 0 q0 -10 10 -10 m-164 10 v12 m154 0 v-12 m-154 12 q0 10 10 10 m134 0 q10 0 10 -10 m-144 10 h10 m30 0 h10 m0 0 h10 m64 0 h10 m-550 -42 v20 m580 0 v-20 m-580 20 v68 m580 0 v-68 m-580 68 q0 10 10 10 m560 0 q10 0 10 -10 m-570 10 h10 m92 0 h10 m20 0 h10 m0 0 h162 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v12 m192 0 v-12 m-192 12 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m30 0 h10 m20 0 h10 m56 0 h10 m0 0 h6 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v24 m102 0 v-24 m-102 24 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m40 -76 h236 m-570 -10 v20 m580 0 v-20 m-580 20 v100 m580 0 v-100 m-580 100 q0 10 10 10 m560 0 q10 0 10 -10 m-550 10 h10 m50 0 h10 m0 0 h150 m-240 0 h20 m220 0 h20 m-260 0 q10 0 10 10 m240 0 q0 -10 10 -10 m-250 10 v24 m240 0 v-24 m-240 24 q0 10 10 10 m220 0 q10 0 10 -10 m-230 10 h10 m200 0 h10 m20 -44 h10 m30 0 h10 m0 0 h10 m214 0 h10 m0 0 h16 m-570 -10 v20 m580 0 v-20 m-580 20 v68 m580 0 v-68 m-580 68 q0 10 10 10 m560 0 q10 0 10 -10 m-570 10 h10 m264 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h142 m23 -384 h-3" /> <polygon points="629 17 637 13 637 21" /> <polygon points="629 17 621 13 621 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#backup_options_list" title="backup_options_list">backup\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="c_expr" href="#c_expr">c\_expr:</a></p><svg width="349" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#d_expr" title="d_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">d\_expr</text></a><a href="#array_subscripts" title="array_subscripts"> <rect x="155" y="35" width="126" height="32" /> <rect x="153" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="53">array\_subscripts</text></a><a href="#case_expr" title="case_expr"> <rect x="51" y="79" width="84" height="32" /> <rect x="49" y="77" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="97">case\_expr</text></a><rect x="51" y="123" width="70" height="32" rx="10" /> <rect x="49" y="121" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">EXISTS</text><a href="#select_with_parens" title="select_with_parens"> <rect x="141" y="123" width="144" height="32" /> <rect x="139" y="121" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="149" y="141">select\_with\_parens</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m20 0 h10 m0 0 h136 m-166 0 h20 m146 0 h20 m-186 0 q10 0 10 10 m166 0 q0 -10 10 -10 m-176 10 v12 m166 0 v-12 m-166 12 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m126 0 h10 m-270 -32 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v56 m290 0 v-56 m-290 56 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m84 0 h10 m0 0 h166 m-280 -10 v20 m290 0 v-20 m-290 20 v24 m290 0 v-24 m-290 24 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m70 0 h10 m0 0 h10 m144 0 h10 m0 0 h16 m23 -120 h-3" /> <polygon points="339 17 347 13 347 21" /> <polygon points="339 17 331 13 331 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#select_fetch_first_value" title="select_fetch_first_value">select\_fetch\_first\_value</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="qual_op" href="#qual_op">qual\_op:</a></p><svg width="365" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="96" height="32" rx="10" /> <rect x="29" y="1" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">OPERATOR</text> <rect x="147" y="3" width="26" height="32" rx="10" /> <rect x="145" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="21">(</text><a href="#operator_op" title="operator_op"> <rect x="193" y="3" width="98" height="32" /> <rect x="191" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="201" y="21">operator\_op</text></a><rect x="311" y="3" width="26" height="32" rx="10" /> <rect x="309" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m96 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m98 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="355 17 363 13 363 21" /> <polygon points="355 17 347 13 347 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#subquery_op" title="subquery_op">subquery\_op</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="row" href="#row">row:</a></p><svg width="369" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="54" height="32" rx="10" /> <rect x="49" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROW</text> <rect x="125" y="3" width="26" height="32" rx="10" /> <rect x="123" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">(</text><a href="#opt_expr_list" title="opt_expr_list"> <rect x="171" y="3" width="104" height="32" /> <rect x="169" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="21">opt\_expr\_list</text></a><rect x="295" y="3" width="26" height="32" rx="10" /> <rect x="293" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="21">)</text><a href="#expr_tuple_unambiguous" title="expr_tuple_unambiguous"> <rect x="51" y="47" width="182" height="32" /> <rect x="49" y="45" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">expr\_tuple\_unambiguous</text></a><path className="line" d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m26 0 h10 m-310 0 h20 m290 0 h20 m-330 0 q10 0 10 10 m310 0 q0 -10 10 -10 m-320 10 v24 m310 0 v-24 m-310 24 q0 10 10 10 m290 0 q10 0 10 -10 m-300 10 h10 m182 0 h10 m0 0 h88 m23 -44 h-3" /> <polygon points="359 17 367 13 367 21" /> <polygon points="359 17 351 13 351 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> <li><a href="#labeled_row" title="labeled_row">labeled\_row</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cast_target" href="#cast_target">cast\_target:</a></p><svg width="143" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#typename" title="typename"> <rect x="31" y="3" width="84" height="32" /> <rect x="29" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">typename</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="133 17 141 13 141 21" /> <polygon points="133 17 125 13 125 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr">func\_expr\_common\_subexpr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="collation_name" href="#collation_name">collation\_name:</a></p><svg width="199" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#unrestricted_name" title="unrestricted_name"> <rect x="31" y="3" width="140" height="32" /> <rect x="29" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#col_qualification" title="col_qualification">col\_qualification</a></li> <li><a href="#opt_collate" title="opt_collate">opt\_collate</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_asymmetric" href="#opt_asymmetric">opt\_asymmetric:</a></p><svg width="209" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="110" height="32" rx="10" /> <rect x="49" y="21" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ASYMMETRIC</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h120 m-150 0 h20 m130 0 h20 m-170 0 q10 0 10 10 m150 0 q0 -10 10 -10 m-160 10 v12 m150 0 v-12 m-150 12 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m110 0 h10 m23 -32 h-3" /> <polygon points="199 5 207 1 207 9" /> <polygon points="199 5 191 1 191 9" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="b_expr" href="#b_expr">b\_expr:</a></p><svg width="627" height="1323"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#c_expr" title="c_expr"> <rect x="53" y="3" width="62" height="32" /> <rect x="51" y="1" width="62" height="32" className="nonterminal" /> <text className="nonterminal" x="61" y="21">c\_expr</text></a><rect x="73" y="47" width="30" height="32" rx="10" /> <rect x="71" y="45" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="65">+</text> <rect x="73" y="91" width="26" height="32" rx="10" /> <rect x="71" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="109">-</text> <rect x="73" y="135" width="30" height="32" rx="10" /> <rect x="71" y="133" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="81" y="153">\~</text><a href="#qual_op" title="qual_op"> <rect x="73" y="179" width="70" height="32" /> <rect x="71" y="177" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="81" y="197">qual\_op</text></a><a href="#b_expr" title="b_expr"> <rect x="183" y="47" width="64" height="32" /> <rect x="181" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="191" y="65">b\_expr</text></a><rect x="85" y="261" width="90" height="32" rx="10" /> <rect x="83" y="259" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="279">TYPECAST</text><a href="#cast_target" title="cast_target"> <rect x="195" y="261" width="92" height="32" /> <rect x="193" y="259" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="279">cast\_target</text></a><rect x="85" y="305" width="128" height="32" rx="10" /> <rect x="83" y="303" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="323">TYPEANNOTATE</text><a href="#typename" title="typename"> <rect x="233" y="305" width="84" height="32" /> <rect x="231" y="303" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="323">typename</text></a><rect x="105" y="349" width="30" height="32" rx="10" /> <rect x="103" y="347" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="367">+</text> <rect x="105" y="393" width="26" height="32" rx="10" /> <rect x="103" y="391" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="411">-</text> <rect x="105" y="437" width="28" height="32" rx="10" /> <rect x="103" y="435" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="455">\*</text> <rect x="105" y="481" width="28" height="32" rx="10" /> <rect x="103" y="479" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="499">/</text> <rect x="105" y="525" width="92" height="32" rx="10" /> <rect x="103" y="523" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="543">FLOORDIV</text> <rect x="105" y="569" width="34" height="32" rx="10" /> <rect x="103" y="567" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="587">%</text> <rect x="105" y="613" width="30" height="32" rx="10" /> <rect x="103" y="611" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="631">^</text> <rect x="105" y="657" width="30" height="32" rx="10" /> <rect x="103" y="655" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="675">#</text> <rect x="105" y="701" width="30" height="32" rx="10" /> <rect x="103" y="699" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="719">&</text> <rect x="105" y="745" width="26" height="32" rx="10" /> <rect x="103" y="743" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="763">|</text> <rect x="105" y="789" width="30" height="32" rx="10" /> <rect x="103" y="787" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="807">\<</text> <rect x="105" y="833" width="30" height="32" rx="10" /> <rect x="103" y="831" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="851">></text> <rect x="105" y="877" width="30" height="32" rx="10" /> <rect x="103" y="875" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="895">=</text> <rect x="105" y="921" width="76" height="32" rx="10" /> <rect x="103" y="919" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="939">CONCAT</text> <rect x="105" y="965" width="70" height="32" rx="10" /> <rect x="103" y="963" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="983">LSHIFT</text> <rect x="105" y="1009" width="70" height="32" rx="10" /> <rect x="103" y="1007" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="1027">RSHIFT</text> <rect x="105" y="1053" width="118" height="32" rx="10" /> <rect x="103" y="1051" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="1071">LESS\_EQUALS</text> <rect x="105" y="1097" width="146" height="32" rx="10" /> <rect x="103" y="1095" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="1115">GREATER\_EQUALS</text> <rect x="105" y="1141" width="114" height="32" rx="10" /> <rect x="103" y="1139" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="113" y="1159">NOT\_EQUALS</text><a href="#qual_op" title="qual_op"> <rect x="105" y="1185" width="70" height="32" /> <rect x="103" y="1183" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="113" y="1203">qual\_op</text></a><a href="#b_expr" title="b_expr"> <rect x="291" y="349" width="64" height="32" /> <rect x="289" y="347" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="367">b\_expr</text></a><rect x="85" y="1229" width="36" height="32" rx="10" /> <rect x="83" y="1227" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="93" y="1247">IS</text> <rect x="161" y="1261" width="48" height="32" rx="10" /> <rect x="159" y="1259" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="1279">NOT</text> <rect x="269" y="1229" width="86" height="32" rx="10" /> <rect x="267" y="1227" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="1247">DISTINCT</text> <rect x="375" y="1229" width="60" height="32" rx="10" /> <rect x="373" y="1227" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="383" y="1247">FROM</text><a href="#b_expr" title="b_expr"> <rect x="455" y="1229" width="64" height="32" /> <rect x="453" y="1227" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="463" y="1247">b\_expr</text></a><rect x="269" y="1273" width="38" height="32" rx="10" /> <rect x="267" y="1271" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="277" y="1291">OF</text> <rect x="327" y="1273" width="26" height="32" rx="10" /> <rect x="325" y="1271" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="335" y="1291">(</text><a href="#type_list" title="type_list"> <rect x="373" y="1273" width="74" height="32" /> <rect x="371" y="1271" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="381" y="1291">type\_list</text></a><rect x="467" y="1273" width="26" height="32" rx="10" /> <rect x="465" y="1271" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="475" y="1291">)</text> <path className="line" d="m19 17 h2 m20 0 h10 m62 0 h10 m0 0 h132 m-234 0 h20 m214 0 h20 m-254 0 q10 0 10 10 m234 0 q0 -10 10 -10 m-244 10 v24 m234 0 v-24 m-234 24 q0 10 10 10 m214 0 q10 0 10 -10 m-204 10 h10 m30 0 h10 m0 0 h40 m-110 0 h20 m90 0 h20 m-130 0 q10 0 10 10 m110 0 q0 -10 10 -10 m-120 10 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m26 0 h10 m0 0 h44 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m30 0 h10 m0 0 h40 m-100 -10 v20 m110 0 v-20 m-110 20 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m70 0 h10 m20 -132 h10 m64 0 h10 m22 -44 l2 0 m2 0 l2 0 m2 0 l2 0 m-286 258 l2 0 m2 0 l2 0 m2 0 l2 0 m62 0 h10 m90 0 h10 m0 0 h10 m92 0 h10 m0 0 h252 m-494 0 h20 m474 0 h20 m-514 0 q10 0 10 10 m494 0 q0 -10 10 -10 m-504 10 v24 m494 0 v-24 m-494 24 q0 10 10 10 m474 0 q10 0 10 -10 m-484 10 h10 m128 0 h10 m0 0 h10 m84 0 h10 m0 0 h222 m-484 -10 v20 m494 0 v-20 m-494 20 v24 m494 0 v-24 m-494 24 q0 10 10 10 m474 0 q10 0 10 -10 m-464 10 h10 m30 0 h10 m0 0 h116 m-186 0 h20 m166 0 h20 m-206 0 q10 0 10 10 m186 0 q0 -10 10 -10 m-196 10 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m26 0 h10 m0 0 h120 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m28 0 h10 m0 0 h118 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m28 0 h10 m0 0 h118 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m92 0 h10 m0 0 h54 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m34 0 h10 m0 0 h112 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m26 0 h10 m0 0 h120 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m30 0 h10 m0 0 h116 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m76 0 h10 m0 0 h70 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m70 0 h10 m0 0 h76 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m70 0 h10 m0 0 h76 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m118 0 h10 m0 0 h28 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m146 0 h10 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m114 0 h10 m0 0 h32 m-176 -10 v20 m186 0 v-20 m-186 20 v24 m186 0 v-24 m-186 24 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m70 0 h10 m0 0 h76 m20 -836 h10 m64 0 h10 m0 0 h184 m-484 -10 v20 m494 0 v-20 m-494 20 v860 m494 0 v-860 m-494 860 q0 10 10 10 m474 0 q10 0 10 -10 m-484 10 h10 m36 0 h10 m20 0 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m40 -32 h10 m86 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m-290 0 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v24 m290 0 v-24 m-290 24 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h26 m-494 -1012 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m514 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-514 0 h10 m0 0 h504 m-554 32 h20 m554 0 h20 m-594 0 q10 0 10 10 m574 0 q0 -10 10 -10 m-584 10 v1026 m574 0 v-1026 m-574 1026 q0 10 10 10 m554 0 q10 0 10 -10 m-564 10 h10 m0 0 h544 m23 -1046 h-3" /> <polygon points="617 275 625 271 625 279" /> <polygon points="617 275 609 271 609 279" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#b_expr" title="b_expr">b\_expr</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#position_list" title="position_list">position\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="in_expr" href="#in_expr">in\_expr:</a></p><svg width="273" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#select_with_parens" title="select_with_parens"> <rect x="51" y="3" width="144" height="32" /> <rect x="49" y="1" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">select\_with\_parens</text></a><a href="#expr_tuple1_ambiguous" title="expr_tuple1_ambiguous"> <rect x="51" y="47" width="174" height="32" /> <rect x="49" y="45" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">expr\_tuple1\_ambiguous</text></a><path className="line" d="m17 17 h2 m20 0 h10 m144 0 h10 m0 0 h30 m-214 0 h20 m194 0 h20 m-234 0 q10 0 10 10 m214 0 q0 -10 10 -10 m-224 10 v24 m214 0 v-24 m-214 24 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m174 0 h10 m23 -44 h-3" /> <polygon points="263 17 271 13 271 21" /> <polygon points="263 17 255 13 255 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> <li><a href="#multiple_set_clause" title="multiple_set_clause">multiple\_set\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="subquery_op" href="#subquery_op">subquery\_op:</a></p><svg width="305" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#all_op" title="all_op"> <rect x="51" y="3" width="58" height="32" /> <rect x="49" y="1" width="58" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">all\_op</text></a><a href="#qual_op" title="qual_op"> <rect x="51" y="47" width="70" height="32" /> <rect x="49" y="45" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">qual\_op</text></a><rect x="71" y="123" width="48" height="32" rx="10" /> <rect x="69" y="121" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="141">NOT</text> <rect x="179" y="91" width="52" height="32" rx="10" /> <rect x="177" y="89" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="187" y="109">LIKE</text> <rect x="179" y="135" width="58" height="32" rx="10" /> <rect x="177" y="133" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="187" y="153">ILIKE</text> <path className="line" d="m17 17 h2 m20 0 h10 m58 0 h10 m0 0 h148 m-246 0 h20 m226 0 h20 m-266 0 q10 0 10 10 m246 0 q0 -10 10 -10 m-256 10 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m70 0 h10 m0 0 h136 m-236 -10 v20 m246 0 v-20 m-246 20 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-216 10 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m40 -32 h10 m52 0 h10 m0 0 h6 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v24 m98 0 v-24 m-98 24 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m43 -132 h-3" /> <polygon points="295 17 303 13 303 21" /> <polygon points="295 17 287 13 287 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sub_type" href="#sub_type">sub\_type:</a></p><svg width="159" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="48" height="32" rx="10" /> <rect x="49" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ANY</text> <rect x="51" y="47" width="60" height="32" rx="10" /> <rect x="49" y="45" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SOME</text> <rect x="51" y="91" width="44" height="32" rx="10" /> <rect x="49" y="89" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">ALL</text> <path className="line" d="m17 17 h2 m20 0 h10 m48 0 h10 m0 0 h12 m-100 0 h20 m80 0 h20 m-120 0 q10 0 10 10 m100 0 q0 -10 10 -10 m-110 10 v24 m100 0 v-24 m-100 24 q0 10 10 10 m80 0 q10 0 10 -10 m-90 10 h10 m60 0 h10 m-90 -10 v20 m100 0 v-20 m-100 20 v24 m100 0 v-24 m-100 24 q0 10 10 10 m80 0 q10 0 10 -10 m-90 10 h10 m44 0 h10 m0 0 h16 m23 -88 h-3" /> <polygon points="149 17 157 13 157 21" /> <polygon points="149 17 141 13 141 21" /></svg><p>referenced by: </p><ul> <li><a href="#a_expr" title="a_expr">a\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_template_clause" href="#opt_template_clause">opt\_template\_clause:</a></p><svg width="531" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="90" height="32" rx="10" /> <rect x="49" y="21" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TEMPLATE</text><a href="#opt_equal" title="opt_equal"> <rect x="161" y="23" width="84" height="32" /> <rect x="159" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="169" y="41">opt\_equal</text></a><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="265" y="23" width="218" height="32" /> <rect x="263" y="21" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="273" y="41">non\_reserved\_word\_or\_sconst</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h442 m-472 0 h20 m452 0 h20 m-492 0 q10 0 10 10 m472 0 q0 -10 10 -10 m-482 10 v12 m472 0 v-12 m-472 12 q0 10 10 10 m452 0 q10 0 10 -10 m-462 10 h10 m90 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m218 0 h10 m23 -32 h-3" /> <polygon points="521 5 529 1 529 9" /> <polygon points="521 5 513 1 513 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_encoding_clause" href="#opt_encoding_clause">opt\_encoding\_clause:</a></p><svg width="535" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="94" height="32" rx="10" /> <rect x="49" y="21" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ENCODING</text><a href="#opt_equal" title="opt_equal"> <rect x="165" y="23" width="84" height="32" /> <rect x="163" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="173" y="41">opt\_equal</text></a><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="269" y="23" width="218" height="32" /> <rect x="267" y="21" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="277" y="41">non\_reserved\_word\_or\_sconst</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h446 m-476 0 h20 m456 0 h20 m-496 0 q10 0 10 10 m476 0 q0 -10 10 -10 m-486 10 v12 m476 0 v-12 m-476 12 q0 10 10 10 m456 0 q10 0 10 -10 m-466 10 h10 m94 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m218 0 h10 m23 -32 h-3" /> <polygon points="525 5 533 1 533 9" /> <polygon points="525 5 517 1 517 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_lc_collate_clause" href="#opt_lc_collate_clause">opt\_lc\_collate\_clause:</a></p><svg width="549" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="108" height="32" rx="10" /> <rect x="49" y="21" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">LC\_COLLATE</text><a href="#opt_equal" title="opt_equal"> <rect x="179" y="23" width="84" height="32" /> <rect x="177" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="41">opt\_equal</text></a><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="283" y="23" width="218" height="32" /> <rect x="281" y="21" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="41">non\_reserved\_word\_or\_sconst</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h460 m-490 0 h20 m470 0 h20 m-510 0 q10 0 10 10 m490 0 q0 -10 10 -10 m-500 10 v12 m490 0 v-12 m-490 12 q0 10 10 10 m470 0 q10 0 10 -10 m-480 10 h10 m108 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m218 0 h10 m23 -32 h-3" /> <polygon points="539 5 547 1 547 9" /> <polygon points="539 5 531 1 531 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_lc_ctype_clause" href="#opt_lc_ctype_clause">opt\_lc\_ctype\_clause:</a></p><svg width="529" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="88" height="32" rx="10" /> <rect x="49" y="21" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">LC\_CTYPE</text><a href="#opt_equal" title="opt_equal"> <rect x="159" y="23" width="84" height="32" /> <rect x="157" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="167" y="41">opt\_equal</text></a><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="263" y="23" width="218" height="32" /> <rect x="261" y="21" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="271" y="41">non\_reserved\_word\_or\_sconst</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h440 m-470 0 h20 m450 0 h20 m-490 0 q10 0 10 10 m470 0 q0 -10 10 -10 m-480 10 v12 m470 0 v-12 m-470 12 q0 10 10 10 m450 0 q10 0 10 -10 m-460 10 h10 m88 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m218 0 h10 m23 -32 h-3" /> <polygon points="519 5 527 1 527 9" /> <polygon points="519 5 511 1 511 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_connection_limit" href="#opt_connection_limit">opt\_connection\_limit:</a></p><svg width="523" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="112" height="32" rx="10" /> <rect x="49" y="21" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">CONNECTION</text> <rect x="183" y="23" width="60" height="32" rx="10" /> <rect x="181" y="21" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="191" y="41">LIMIT</text><a href="#opt_equal" title="opt_equal"> <rect x="263" y="23" width="84" height="32" /> <rect x="261" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="271" y="41">opt\_equal</text></a><a href="#signed_iconst" title="signed_iconst"> <rect x="367" y="23" width="108" height="32" /> <rect x="365" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="375" y="41">signed\_iconst</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h434 m-464 0 h20 m444 0 h20 m-484 0 q10 0 10 10 m464 0 q0 -10 10 -10 m-474 10 v12 m464 0 v-12 m-464 12 q0 10 10 10 m444 0 q10 0 10 -10 m-454 10 h10 m112 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="513 5 521 1 521 9" /> <polygon points="513 5 505 1 505 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_primary_region_clause" href="#opt_primary_region_clause">opt\_primary\_region\_clause:</a></p><svg width="263" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#primary_region_clause" title="primary_region_clause"> <rect x="51" y="23" width="164" height="32" /> <rect x="49" y="21" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">primary\_region\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h174 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v12 m204 0 v-12 m-204 12 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m164 0 h10 m23 -32 h-3" /> <polygon points="253 5 261 1 261 9" /> <polygon points="253 5 245 1 245 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_regions_list" href="#opt_regions_list">opt\_regions\_list:</a></p><svg width="437" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="84" height="32" rx="10" /> <rect x="49" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">REGIONS</text><a href="#opt_equal" title="opt_equal"> <rect x="155" y="23" width="84" height="32" /> <rect x="153" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="41">opt\_equal</text></a><a href="#region_name_list" title="region_name_list"> <rect x="259" y="23" width="130" height="32" /> <rect x="257" y="21" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="41">region\_name\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h348 m-378 0 h20 m358 0 h20 m-398 0 q10 0 10 10 m378 0 q0 -10 10 -10 m-388 10 v12 m378 0 v-12 m-378 12 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m84 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m130 0 h10 m23 -32 h-3" /> <polygon points="427 5 435 1 435 9" /> <polygon points="427 5 419 1 419 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_survival_goal_clause" href="#opt_survival_goal_clause">opt\_survival\_goal\_clause:</a></p><svg width="251" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#survival_goal_clause" title="survival_goal_clause"> <rect x="51" y="23" width="152" height="32" /> <rect x="49" y="21" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">survival\_goal\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h162 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v12 m192 0 v-12 m-192 12 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m23 -32 h-3" /> <polygon points="241 5 249 1 249 9" /> <polygon points="241 5 233 1 233 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_placement_clause" href="#opt_placement_clause">opt\_placement\_clause:</a></p><svg width="233" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#placement_clause" title="placement_clause"> <rect x="51" y="23" width="134" height="32" /> <rect x="49" y="21" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">placement\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h144 m-174 0 h20 m154 0 h20 m-194 0 q10 0 10 10 m174 0 q0 -10 10 -10 m-184 10 v12 m174 0 v-12 m-174 12 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m134 0 h10 m23 -32 h-3" /> <polygon points="223 5 231 1 231 9" /> <polygon points="223 5 215 1 215 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_owner_clause" href="#opt_owner_clause">opt\_owner\_clause:</a></p><svg width="377" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="72" height="32" rx="10" /> <rect x="49" y="21" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">OWNER</text><a href="#opt_equal" title="opt_equal"> <rect x="143" y="23" width="84" height="32" /> <rect x="141" y="21" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="41">opt\_equal</text></a><a href="#role_spec" title="role_spec"> <rect x="247" y="23" width="82" height="32" /> <rect x="245" y="21" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="41">role\_spec</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h288 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v12 m318 0 v-12 m-318 12 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m72 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m82 0 h10 m23 -32 h-3" /> <polygon points="367 5 375 1 375 9" /> <polygon points="367 5 359 1 359 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_super_region_clause" href="#opt_super_region_clause">opt\_super\_region\_clause:</a></p><svg width="251" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#super_region_clause" title="super_region_clause"> <rect x="51" y="23" width="152" height="32" /> <rect x="49" y="21" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">super\_region\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h162 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v12 m192 0 v-12 m-192 12 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m23 -32 h-3" /> <polygon points="241 5 249 1 249 9" /> <polygon points="241 5 233 1 233 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_secondary_region_clause" href="#opt_secondary_region_clause">opt\_secondary\_region\_clause:</a></p><svg width="281" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#secondary_region_clause" title="secondary_region_clause"> <rect x="51" y="23" width="182" height="32" /> <rect x="49" y="21" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">secondary\_region\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h192 m-222 0 h20 m202 0 h20 m-242 0 q10 0 10 10 m222 0 q0 -10 10 -10 m-232 10 v12 m222 0 v-12 m-222 12 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m182 0 h10 m23 -32 h-3" /> <polygon points="271 5 279 1 279 9" /> <polygon points="271 5 263 1 263 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_database_stmt" title="create_database_stmt">create\_database\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_unique" href="#opt_unique">opt\_unique:</a></p><svg width="173" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="74" height="32" rx="10" /> <rect x="49" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">UNIQUE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h84 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v12 m114 0 v-12 m-114 12 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="163 5 171 1 171 9" /> <polygon points="163 5 155 1 155 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_index_name" href="#opt_index_name">opt\_index\_name:</a></p><svg width="143" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_name" title="opt_name"> <rect x="31" y="3" width="84" height="32" /> <rect x="29" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="133 17 141 13 141 21" /> <polygon points="133 17 125 13 125 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_index_access_method" href="#opt_index_access_method">opt\_index\_access\_method:</a></p><svg width="239" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">USING</text><a href="#name" title="name"> <rect x="135" y="23" width="56" height="32" /> <rect x="133" y="21" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="41">name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h150 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v12 m180 0 v-12 m-180 12 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m64 0 h10 m0 0 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="229 5 237 1 237 9" /> <polygon points="229 5 221 1 221 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_params" href="#index_params">index\_params:</a></p><svg width="191" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#index_elem" title="index_elem"> <rect x="51" y="47" width="92" height="32" /> <rect x="49" y="45" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">index\_elem</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m92 0 h10 m-132 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m112 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-112 0 h10 m24 0 h10 m0 0 h68 m23 44 h-3" /> <polygon points="181 61 189 57 189 65" /> <polygon points="181 61 173 57 173 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_hash_sharded" href="#opt_hash_sharded">opt\_hash\_sharded:</a></p><svg width="495" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">USING</text> <rect x="135" y="23" width="58" height="32" rx="10" /> <rect x="133" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="41">HASH</text><a href="#opt_hash_sharded_bucket_count" title="opt_hash_sharded_bucket_count"> <rect x="213" y="23" width="234" height="32" /> <rect x="211" y="21" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="41">opt\_hash\_sharded\_bucket\_count</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h406 m-436 0 h20 m416 0 h20 m-456 0 q10 0 10 10 m436 0 q0 -10 10 -10 m-446 10 v12 m436 0 v-12 m-436 12 q0 10 10 10 m416 0 q10 0 10 -10 m-426 10 h10 m64 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m234 0 h10 m23 -32 h-3" /> <polygon points="485 5 493 1 493 9" /> <polygon points="485 5 477 1 477 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_storing" href="#opt_storing">opt\_storing:</a></p><svg width="357" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#storing" title="storing"> <rect x="51" y="23" width="64" height="32" /> <rect x="49" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">storing</text></a><rect x="135" y="23" width="26" height="32" rx="10" /> <rect x="133" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="41">(</text><a href="#name_list" title="name_list"> <rect x="181" y="23" width="82" height="32" /> <rect x="179" y="21" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="41">name\_list</text></a><rect x="283" y="23" width="26" height="32" rx="10" /> <rect x="281" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h268 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v12 m298 0 v-12 m-298 12 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="347 5 355 1 355 9" /> <polygon points="347 5 339 1 339 9" /></svg><p>referenced by: </p><ul> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_partition_by_index" href="#opt_partition_by_index">opt\_partition\_by\_index:</a></p><svg width="195" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#partition_by" title="partition_by"> <rect x="51" y="23" width="96" height="32" /> <rect x="49" y="21" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">partition\_by</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h106 m-136 0 h20 m116 0 h20 m-156 0 q10 0 10 10 m136 0 q0 -10 10 -10 m-146 10 v12 m136 0 v-12 m-136 12 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m96 0 h10 m23 -32 h-3" /> <polygon points="185 5 193 1 193 9" /> <polygon points="185 5 177 1 177 9" /></svg><p>referenced by: </p><ul> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_storage_parameter_list" href="#opt_with_storage_parameter_list">opt\_with\_storage\_parameter\_list:</a></p><svg width="399" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="58" height="32" rx="10" /> <rect x="29" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WITH</text> <rect x="109" y="3" width="26" height="32" rx="10" /> <rect x="107" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">(</text><a href="#storage_parameter_list" title="storage_parameter_list"> <rect x="155" y="3" width="170" height="32" /> <rect x="153" y="1" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="21">storage\_parameter\_list</text></a><rect x="345" y="3" width="26" height="32" rx="10" /> <rect x="343" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="353" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m170 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="389 17 397 13 397 21" /> <polygon points="389 17 381 13 381 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> <li><a href="#create_as_col_qualification_elem" title="create_as_col_qualification_elem">create\_as\_col\_qualification\_elem</a></li> <li><a href="#create_as_constraint_elem" title="create_as_constraint_elem">create\_as\_constraint\_elem</a></li> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> <li><a href="#opt_table_with" title="opt_table_with">opt\_table\_with</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_index_visible" href="#opt_index_visible">opt\_index\_visible:</a></p><svg width="291" height="177"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="55" width="48" height="32" rx="10" /> <rect x="69" y="53" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="73">NOT</text> <rect x="159" y="23" width="76" height="32" rx="10" /> <rect x="157" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="41">VISIBLE</text> <rect x="51" y="99" width="92" height="32" rx="10" /> <rect x="49" y="97" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="117">INVISIBLE</text> <rect x="51" y="143" width="98" height="32" rx="10" /> <rect x="49" y="141" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="161">VISIBILITY</text> <rect x="169" y="143" width="74" height="32" rx="10" /> <rect x="167" y="141" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="161">FCONST</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-202 10 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m76 0 h10 m0 0 h8 m-222 -10 v20 m232 0 v-20 m-232 20 v56 m232 0 v-56 m-232 56 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m92 0 h10 m0 0 h100 m-222 -10 v20 m232 0 v-20 m-232 20 v24 m232 0 v-24 m-232 24 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m98 0 h10 m0 0 h10 m74 0 h10 m23 -152 h-3" /> <polygon points="281 5 289 1 289 9" /> <polygon points="281 5 273 1 273 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_index_stmt" title="create_index_stmt">create\_index\_stmt</a></li> <li><a href="#index_def" title="index_def">index\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_schema_name" href="#opt_schema_name">opt\_schema\_name:</a></p><svg width="285" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#qualifiable_schema_name" title="qualifiable_schema_name"> <rect x="51" y="23" width="186" height="32" /> <rect x="49" y="21" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">qualifiable\_schema\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h196 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v12 m226 0 v-12 m-226 12 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m23 -32 h-3" /> <polygon points="275 5 283 1 283 9" /> <polygon points="275 5 267 1 267 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_schema_stmt" title="create_schema_stmt">create\_schema\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_persistence_temp_table" href="#opt_persistence_temp_table">opt\_persistence\_temp\_table:</a></p><svg width="377" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_temp" title="opt_temp"> <rect x="51" y="3" width="82" height="32" /> <rect x="49" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">opt\_temp</text></a><rect x="71" y="47" width="64" height="32" rx="10" /> <rect x="69" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">LOCAL</text> <rect x="71" y="91" width="74" height="32" rx="10" /> <rect x="69" y="89" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">GLOBAL</text> <rect x="205" y="47" width="104" height="32" rx="10" /> <rect x="203" y="45" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="65">TEMPORARY</text> <rect x="205" y="91" width="56" height="32" rx="10" /> <rect x="203" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="109">TEMP</text> <rect x="51" y="135" width="96" height="32" rx="10" /> <rect x="49" y="133" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">UNLOGGED</text> <path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h196 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v24 m318 0 v-24 m-318 24 q0 10 10 10 m298 0 q10 0 10 -10 m-288 10 h10 m64 0 h10 m0 0 h10 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m40 -44 h10 m104 0 h10 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m56 0 h10 m0 0 h48 m-288 -54 v20 m318 0 v-20 m-318 20 v68 m318 0 v-68 m-318 68 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m96 0 h10 m0 0 h182 m23 -132 h-3" /> <polygon points="367 17 375 13 375 21" /> <polygon points="367 17 359 13 359 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_table_elem_list" href="#opt_table_elem_list">opt\_table\_elem\_list:</a></p><svg width="217" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#table_elem_list" title="table_elem_list"> <rect x="51" y="23" width="118" height="32" /> <rect x="49" y="21" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">table\_elem\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h128 m-158 0 h20 m138 0 h20 m-178 0 q10 0 10 10 m158 0 q0 -10 10 -10 m-168 10 v12 m158 0 v-12 m-158 12 q0 10 10 10 m138 0 q10 0 10 -10 m-148 10 h10 m118 0 h10 m23 -32 h-3" /> <polygon points="207 5 215 1 215 9" /> <polygon points="207 5 199 1 199 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_partition_by_table" href="#opt_partition_by_table">opt\_partition\_by\_table:</a></p><svg width="235" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#partition_by_table" title="partition_by_table"> <rect x="51" y="23" width="136" height="32" /> <rect x="49" y="21" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">partition\_by\_table</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h146 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v12 m176 0 v-12 m-176 12 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m136 0 h10 m23 -32 h-3" /> <polygon points="225 5 233 1 233 9" /> <polygon points="225 5 217 1 217 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_table_with" href="#opt_table_with">opt\_table\_with:</a></p><svg width="293" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="31" y="3" width="234" height="32" /> <rect x="29" y="1" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_with\_storage\_parameter\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m234 0 h10 m3 0 h-3" /> <polygon points="283 17 291 13 291 21" /> <polygon points="283 17 275 13 275 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_create_table_on_commit" href="#opt_create_table_on_commit">opt\_create\_table\_on\_commit:</a></p><svg width="389" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="40" height="32" rx="10" /> <rect x="29" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ON</text> <rect x="91" y="3" width="78" height="32" rx="10" /> <rect x="89" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="21">COMMIT</text> <rect x="189" y="3" width="90" height="32" rx="10" /> <rect x="187" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="21">PRESERVE</text> <rect x="299" y="3" width="62" height="32" rx="10" /> <rect x="297" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="21">ROWS</text> <path className="line" d="m17 17 h2 m0 0 h10 m40 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m62 0 h10 m3 0 h-3" /> <polygon points="379 17 387 13 387 21" /> <polygon points="379 17 371 13 371 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_locality" href="#opt_locality">opt\_locality:</a></p><svg width="163" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#locality" title="locality"> <rect x="51" y="23" width="64" height="32" /> <rect x="49" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">locality</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="153 5 161 1 161 9" /> <polygon points="153 5 145 1 145 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_stmt" title="create_table_stmt">create\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_opt_col_list" href="#create_as_opt_col_list">create\_as\_opt\_col\_list:</a></p><svg width="349" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#create_as_table_defs" title="create_as_table_defs"> <rect x="97" y="23" width="158" height="32" /> <rect x="95" y="21" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">create\_as\_table\_defs</text></a><rect x="275" y="23" width="26" height="32" rx="10" /> <rect x="273" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h260 m-290 0 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v12 m290 0 v-12 m-290 12 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m26 0 h10 m0 0 h10 m158 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="339 5 347 1 347 9" /> <polygon points="339 5 331 1 331 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_table_as_stmt" title="create_table_as_stmt">create\_table\_as\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_enum_val_list" href="#opt_enum_val_list">opt\_enum\_val\_list:</a></p><svg width="207" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#enum_val_list" title="enum_val_list"> <rect x="51" y="23" width="108" height="32" /> <rect x="49" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">enum\_val\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h118 m-148 0 h20 m128 0 h20 m-168 0 q10 0 10 10 m148 0 q0 -10 10 -10 m-158 10 v12 m148 0 v-12 m-148 12 q0 10 10 10 m128 0 q10 0 10 -10 m-138 10 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="197 5 205 1 205 9" /> <polygon points="197 5 189 1 189 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_type_stmt" title="create_type_stmt">create\_type\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_composite_type_list" href="#opt_composite_type_list">opt\_composite\_type\_list:</a></p><svg width="247" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#composite_type_list" title="composite_type_list"> <rect x="51" y="23" width="148" height="32" /> <rect x="49" y="21" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">composite\_type\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h158 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v12 m188 0 v-12 m-188 12 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m148 0 h10 m23 -32 h-3" /> <polygon points="237 5 245 1 245 9" /> <polygon points="237 5 229 1 229 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_type_stmt" title="create_type_stmt">create\_type\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_temp" href="#opt_temp">opt\_temp:</a></p><svg width="203" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="104" height="32" rx="10" /> <rect x="49" y="21" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TEMPORARY</text> <rect x="51" y="67" width="56" height="32" rx="10" /> <rect x="49" y="65" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">TEMP</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h114 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v12 m144 0 v-12 m-144 12 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m-134 -10 v20 m144 0 v-20 m-144 20 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m56 0 h10 m0 0 h48 m23 -76 h-3" /> <polygon points="193 5 201 1 201 9" /> <polygon points="193 5 185 1 185 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_sequence_stmt" title="create_sequence_stmt">create\_sequence\_stmt</a></li> <li><a href="#create_view_stmt" title="create_view_stmt">create\_view\_stmt</a></li> <li><a href="#opt_persistence_temp_table" title="opt_persistence_temp_table">opt\_persistence\_temp\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_data" href="#opt_with_data">opt\_with\_data:</a></p><svg width="233" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="56" height="32" rx="10" /> <rect x="127" y="21" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">DATA</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h144 m-174 0 h20 m154 0 h20 m-194 0 q10 0 10 10 m174 0 q0 -10 10 -10 m-184 10 v12 m174 0 v-12 m-174 12 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m58 0 h10 m0 0 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="223 5 231 1 231 9" /> <polygon points="223 5 215 1 215 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_view_stmt" title="create_view_stmt">create\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sequence_name" href="#sequence_name">sequence\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_rename_sequence_stmt" title="alter_rename_sequence_stmt">alter\_rename\_sequence\_stmt</a></li> <li><a href="#alter_sequence_options_stmt" title="alter_sequence_options_stmt">alter\_sequence\_options\_stmt</a></li> <li><a href="#create_sequence_stmt" title="create_sequence_stmt">create\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_sequence_option_list" href="#opt_sequence_option_list">opt\_sequence\_option\_list:</a></p><svg width="255" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#sequence_option_list" title="sequence_option_list"> <rect x="51" y="23" width="156" height="32" /> <rect x="49" y="21" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">sequence\_option\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h166 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v12 m196 0 v-12 m-196 12 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m156 0 h10 m23 -32 h-3" /> <polygon points="245 5 253 1 253 9" /> <polygon points="245 5 237 1 237 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#create_sequence_stmt" title="create_sequence_stmt">create\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_or_replace" href="#opt_or_replace">opt\_or\_replace:</a></p><svg width="239" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="40" height="32" rx="10" /> <rect x="49" y="21" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">OR</text> <rect x="111" y="23" width="80" height="32" rx="10" /> <rect x="109" y="21" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="119" y="41">REPLACE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h150 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v12 m180 0 v-12 m-180 12 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m40 0 h10 m0 0 h10 m80 0 h10 m23 -32 h-3" /> <polygon points="229 5 237 1 237 9" /> <polygon points="229 5 221 1 221 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> <li><a href="#create_proc_stmt" title="create_proc_stmt">create\_proc\_stmt</a></li> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_create_name" href="#routine_create_name">routine\_create\_name:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name" title="db_object_name"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> <li><a href="#create_proc_stmt" title="create_proc_stmt">create\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_routine_param_with_default_list" href="#opt_routine_param_with_default_list">opt\_routine\_param\_with\_default\_list:</a></p><svg width="325" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#routine_param_with_default_list" title="routine_param_with_default_list"> <rect x="51" y="23" width="226" height="32" /> <rect x="49" y="21" width="226" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">routine\_param\_with\_default\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h236 m-266 0 h20 m246 0 h20 m-286 0 q10 0 10 10 m266 0 q0 -10 10 -10 m-276 10 v12 m266 0 v-12 m-266 12 q0 10 10 10 m246 0 q10 0 10 -10 m-256 10 h10 m226 0 h10 m23 -32 h-3" /> <polygon points="315 5 323 1 323 9" /> <polygon points="315 5 307 1 307 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> <li><a href="#create_proc_stmt" title="create_proc_stmt">create\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_return_set" href="#opt_return_set">opt\_return\_set:</a></p><svg width="163" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">SETOF</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="153 5 161 1 161 9" /> <polygon points="153 5 145 1 145 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_return_type" href="#routine_return_type">routine\_return\_type:</a></p><svg width="209" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#routine_param_type" title="routine_param_type"> <rect x="31" y="3" width="150" height="32" /> <rect x="29" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">routine\_param\_type</text></a><path className="line" d="m17 17 h2 m0 0 h10 m150 0 h10 m3 0 h-3" /> <polygon points="199 17 207 13 207 21" /> <polygon points="199 17 191 13 191 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_create_routine_opt_list" href="#opt_create_routine_opt_list">opt\_create\_routine\_opt\_list:</a></p><svg width="267" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#create_routine_opt_list" title="create_routine_opt_list"> <rect x="51" y="23" width="168" height="32" /> <rect x="49" y="21" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">create\_routine\_opt\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h178 m-208 0 h20 m188 0 h20 m-228 0 q10 0 10 10 m208 0 q0 -10 10 -10 m-218 10 v12 m208 0 v-12 m-208 12 q0 10 10 10 m188 0 q10 0 10 -10 m-198 10 h10 m168 0 h10 m23 -32 h-3" /> <polygon points="257 5 265 1 265 9" /> <polygon points="257 5 249 1 249 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> <li><a href="#create_proc_stmt" title="create_proc_stmt">create\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_routine_body" href="#opt_routine_body">opt\_routine\_body:</a></p><svg width="513" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#routine_return_stmt" title="routine_return_stmt"> <rect x="51" y="23" width="148" height="32" /> <rect x="49" y="21" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">routine\_return\_stmt</text></a><rect x="51" y="67" width="64" height="32" rx="10" /> <rect x="49" y="65" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">BEGIN</text> <rect x="135" y="67" width="74" height="32" rx="10" /> <rect x="133" y="65" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="85">ATOMIC</text><a href="#routine_body_stmt_list" title="routine_body_stmt_list"> <rect x="229" y="67" width="168" height="32" /> <rect x="227" y="65" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="237" y="85">routine\_body\_stmt\_list</text></a><rect x="417" y="67" width="48" height="32" rx="10" /> <rect x="415" y="65" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="425" y="85">END</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h424 m-454 0 h20 m434 0 h20 m-474 0 q10 0 10 10 m454 0 q0 -10 10 -10 m-464 10 v12 m454 0 v-12 m-454 12 q0 10 10 10 m434 0 q10 0 10 -10 m-444 10 h10 m148 0 h10 m0 0 h266 m-444 -10 v20 m454 0 v-20 m-454 20 v24 m454 0 v-24 m-454 24 q0 10 10 10 m434 0 q10 0 10 -10 m-444 10 h10 m64 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m48 0 h10 m23 -76 h-3" /> <polygon points="503 5 511 1 511 9" /> <polygon points="503 5 495 1 495 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> <li><a href="#create_proc_stmt" title="create_proc_stmt">create\_proc\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_func_column_list" href="#table_func_column_list">table\_func\_column\_list:</a></p><svg width="239" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#table_func_column" title="table_func_column"> <rect x="51" y="47" width="140" height="32" /> <rect x="49" y="45" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_func\_column</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m140 0 h10 m-180 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m160 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-160 0 h10 m24 0 h10 m0 0 h116 m23 44 h-3" /> <polygon points="229 61 237 57 237 65" /> <polygon points="229 61 221 57 221 65" /></svg><p>referenced by: </p><ul> <li><a href="#create_func_stmt" title="create_func_stmt">create\_func\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_action_time" href="#trigger_action_time">trigger\_action\_time:</a></p><svg width="237" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="74" height="32" rx="10" /> <rect x="49" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">BEFORE</text> <rect x="51" y="47" width="62" height="32" rx="10" /> <rect x="49" y="45" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">AFTER</text> <rect x="51" y="91" width="80" height="32" rx="10" /> <rect x="49" y="89" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">INSTEAD</text> <rect x="151" y="91" width="38" height="32" rx="10" /> <rect x="149" y="89" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="109">OF</text> <path className="line" d="m17 17 h2 m20 0 h10 m74 0 h10 m0 0 h64 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m62 0 h10 m0 0 h76 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m80 0 h10 m0 0 h10 m38 0 h10 m23 -88 h-3" /> <polygon points="227 17 235 13 235 21" /> <polygon points="227 17 219 13 219 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_event_list" href="#trigger_event_list">trigger\_event\_list:</a></p><svg width="205" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#trigger_event" title="trigger_event"> <rect x="51" y="47" width="106" height="32" /> <rect x="49" y="45" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">trigger\_event</text></a><rect x="51" y="3" width="40" height="32" rx="10" /> <rect x="49" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">OR</text> <path className="line" d="m17 61 h2 m20 0 h10 m106 0 h10 m-146 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m126 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-126 0 h10 m40 0 h10 m0 0 h66 m23 44 h-3" /> <polygon points="195 61 203 57 203 65" /> <polygon points="195 61 187 57 187 65" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_trigger_transition_list" href="#opt_trigger_transition_list">opt\_trigger\_transition\_list:</a></p><svg width="393" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="116" height="32" rx="10" /> <rect x="49" y="21" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">REFERENCING</text><a href="#trigger_transition_list" title="trigger_transition_list"> <rect x="187" y="23" width="158" height="32" /> <rect x="185" y="21" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="195" y="41">trigger\_transition\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h304 m-334 0 h20 m314 0 h20 m-354 0 q10 0 10 10 m334 0 q0 -10 10 -10 m-344 10 v12 m334 0 v-12 m-334 12 q0 10 10 10 m314 0 q10 0 10 -10 m-324 10 h10 m116 0 h10 m0 0 h10 m158 0 h10 m23 -32 h-3" /> <polygon points="383 5 391 1 391 9" /> <polygon points="383 5 375 1 375 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_for_each" href="#trigger_for_each">trigger\_for\_each:</a></p><svg width="465" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="48" height="32" rx="10" /> <rect x="49" y="21" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR</text><a href="#trigger_for_opt_each" title="trigger_for_opt_each"> <rect x="119" y="23" width="154" height="32" /> <rect x="117" y="21" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="127" y="41">trigger\_for\_opt\_each</text></a><a href="#trigger_for_type" title="trigger_for_type"> <rect x="293" y="23" width="124" height="32" /> <rect x="291" y="21" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="301" y="41">trigger\_for\_type</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h376 m-406 0 h20 m386 0 h20 m-426 0 q10 0 10 10 m406 0 q0 -10 10 -10 m-416 10 v12 m406 0 v-12 m-406 12 q0 10 10 10 m386 0 q10 0 10 -10 m-396 10 h10 m48 0 h10 m0 0 h10 m154 0 h10 m0 0 h10 m124 0 h10 m23 -32 h-3" /> <polygon points="455 5 463 1 463 9" /> <polygon points="455 5 447 1 447 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_when" href="#trigger_when">trigger\_when:</a></p><svg width="245" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="62" height="32" rx="10" /> <rect x="49" y="21" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WHEN</text><a href="#a_expr" title="a_expr"> <rect x="133" y="23" width="64" height="32" /> <rect x="131" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h156 m-186 0 h20 m166 0 h20 m-206 0 q10 0 10 10 m186 0 q0 -10 10 -10 m-196 10 v12 m186 0 v-12 m-186 12 q0 10 10 10 m166 0 q10 0 10 -10 m-176 10 h10 m62 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="235 5 243 1 243 9" /> <polygon points="235 5 227 1 227 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="function_or_procedure" href="#function_or_procedure">function\_or\_procedure:</a></p><svg width="203" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="92" height="32" rx="10" /> <rect x="49" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FUNCTION</text> <rect x="51" y="47" width="104" height="32" rx="10" /> <rect x="49" y="45" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PROCEDURE</text> <path className="line" d="m17 17 h2 m20 0 h10 m92 0 h10 m0 0 h12 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m23 -44 h-3" /> <polygon points="193 17 201 13 201 21" /> <polygon points="193 17 185 13 185 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_func_args" href="#trigger_func_args">trigger\_func\_args:</a></p><svg width="495" height="85"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#trigger_func_arg" title="trigger_func_arg"> <rect x="51" y="51" width="126" height="32" /> <rect x="49" y="49" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="69">trigger\_func\_arg</text></a><rect x="257" y="19" width="24" height="32" rx="10" /> <rect x="255" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="37">,</text><a href="#trigger_func_arg" title="trigger_func_arg"> <rect x="301" y="19" width="126" height="32" /> <rect x="299" y="17" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="309" y="37">trigger\_func\_arg</text></a><path className="line" d="m17 33 h2 m20 0 h10 m0 0 h136 m-166 0 h20 m146 0 h20 m-186 0 q10 0 10 10 m166 0 q0 -10 10 -10 m-176 10 v12 m166 0 v-12 m-166 12 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m126 0 h10 m60 -32 h10 m24 0 h10 m0 0 h10 m126 0 h10 m-210 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m190 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-190 0 h10 m0 0 h180 m-230 32 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v14 m250 0 v-14 m-250 14 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m0 0 h220 m23 -34 h-3" /> <polygon points="485 33 493 29 493 37" /> <polygon points="485 33 477 29 477 37" /></svg><p>referenced by: </p><ul> <li><a href="#create_trigger_stmt" title="create_trigger_stmt">create\_trigger\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_policy_type" href="#opt_policy_type">opt\_policy\_type:</a></p><svg width="309" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="38" height="32" rx="10" /> <rect x="49" y="21" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">AS</text> <rect x="129" y="23" width="106" height="32" rx="10" /> <rect x="127" y="21" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">PERMISSIVE</text> <rect x="129" y="67" width="112" height="32" rx="10" /> <rect x="127" y="65" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="85">RESTRICTIVE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h220 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v12 m250 0 v-12 m-250 12 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m38 0 h10 m20 0 h10 m106 0 h10 m0 0 h6 m-152 0 h20 m132 0 h20 m-172 0 q10 0 10 10 m152 0 q0 -10 10 -10 m-162 10 v24 m152 0 v-24 m-152 24 q0 10 10 10 m132 0 q10 0 10 -10 m-142 10 h10 m112 0 h10 m43 -76 h-3" /> <polygon points="299 5 307 1 307 9" /> <polygon points="299 5 291 1 291 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_policy_command" href="#opt_policy_command">opt\_policy\_command:</a></p><svg width="281" height="233"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="48" height="32" rx="10" /> <rect x="49" y="21" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FOR</text> <rect x="139" y="23" width="44" height="32" rx="10" /> <rect x="137" y="21" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="41">ALL</text> <rect x="139" y="67" width="70" height="32" rx="10" /> <rect x="137" y="65" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="85">SELECT</text> <rect x="139" y="111" width="70" height="32" rx="10" /> <rect x="137" y="109" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="129">INSERT</text> <rect x="139" y="155" width="74" height="32" rx="10" /> <rect x="137" y="153" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="173">UPDATE</text> <rect x="139" y="199" width="70" height="32" rx="10" /> <rect x="137" y="197" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="217">DELETE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h192 m-222 0 h20 m202 0 h20 m-242 0 q10 0 10 10 m222 0 q0 -10 10 -10 m-232 10 v12 m222 0 v-12 m-222 12 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m48 0 h10 m20 0 h10 m44 0 h10 m0 0 h30 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m70 0 h10 m0 0 h4 m-104 -10 v20 m114 0 v-20 m-114 20 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m70 0 h10 m0 0 h4 m-104 -10 v20 m114 0 v-20 m-114 20 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m-104 -10 v20 m114 0 v-20 m-114 20 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m70 0 h10 m0 0 h4 m43 -208 h-3" /> <polygon points="271 5 279 1 279 9" /> <polygon points="271 5 263 1 263 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_policy_stmt" title="create_policy_stmt">create\_policy\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_stats_option_list" href="#create_stats_option_list">create\_stats\_option\_list:</a></p><svg width="247" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#create_stats_option" title="create_stats_option"> <rect x="51" y="19" width="148" height="32" /> <rect x="49" y="17" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">create\_stats\_option</text></a><path className="line" d="m17 33 h2 m20 0 h10 m148 0 h10 m-188 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m168 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-168 0 h10 m0 0 h158 m23 32 h-3" /> <polygon points="237 33 245 29 245 37" /> <polygon points="237 33 229 29 229 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_create_stats_options" title="opt_create_stats_options">opt\_create\_stats\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="changefeed_table_target" href="#changefeed_table_target">changefeed\_table\_target:</a></p><svg width="487" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_table_prefix" title="opt_table_prefix"> <rect x="31" y="3" width="124" height="32" /> <rect x="29" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_table\_prefix</text></a><a href="#table_name" title="table_name"> <rect x="175" y="3" width="96" height="32" /> <rect x="173" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="21">table\_name</text></a><a href="#opt_changefeed_family" title="opt_changefeed_family"> <rect x="291" y="3" width="168" height="32" /> <rect x="289" y="1" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="21">opt\_changefeed\_family</text></a><path className="line" d="m17 17 h2 m0 0 h10 m124 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m168 0 h10 m3 0 h-3" /> <polygon points="477 17 485 13 485 21" /> <polygon points="477 17 469 13 469 21" /></svg><p>referenced by: </p><ul> <li><a href="#changefeed_table_targets" title="changefeed_table_targets">changefeed\_table\_targets</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="target_elem" href="#target_elem">target\_elem:</a></p><svg width="383" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">a\_expr</text></a><rect x="155" y="35" width="38" height="32" rx="10" /> <rect x="153" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="53">AS</text><a href="#target_name" title="target_name"> <rect x="213" y="35" width="102" height="32" /> <rect x="211" y="33" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="53">target\_name</text></a><a href="#bare_col_label" title="bare_col_label"> <rect x="155" y="79" width="112" height="32" /> <rect x="153" y="77" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="97">bare\_col\_label</text></a><rect x="51" y="123" width="28" height="32" rx="10" /> <rect x="49" y="121" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">\*</text> <path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m20 0 h10 m0 0 h170 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v12 m200 0 v-12 m-200 12 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m38 0 h10 m0 0 h10 m102 0 h10 m-190 -10 v20 m200 0 v-20 m-200 20 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m112 0 h10 m0 0 h48 m-304 -76 h20 m304 0 h20 m-344 0 q10 0 10 10 m324 0 q0 -10 10 -10 m-334 10 v100 m324 0 v-100 m-324 100 q0 10 10 10 m304 0 q10 0 10 -10 m-314 10 h10 m28 0 h10 m0 0 h256 m23 -120 h-3" /> <polygon points="373 17 381 13 381 21" /> <polygon points="373 17 365 13 365 21" /></svg><p>referenced by: </p><ul> <li><a href="#target_list" title="target_list">target\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="logical_replication_resources_list" href="#logical_replication_resources_list">logical\_replication\_resources\_list:</a></p><svg width="225" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#db_object_name" title="db_object_name"> <rect x="51" y="47" width="126" height="32" /> <rect x="49" y="45" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">db\_object\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m126 0 h10 m-166 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m146 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-146 0 h10 m24 0 h10 m0 0 h102 m23 44 h-3" /> <polygon points="215 61 223 57 223 65" /> <polygon points="215 61 207 57 207 65" /></svg><p>referenced by: </p><ul> <li><a href="#logical_replication_resources" title="logical_replication_resources">logical\_replication\_resources</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="logical_replication_create_table_options_list" href="#logical_replication_create_table_options_list">logical\_replication\_create\_table\_options\_list:</a></p><svg width="377" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#logical_replication_create_table_options" title="logical_replication_create_table_options"> <rect x="51" y="47" width="278" height="32" /> <rect x="49" y="45" width="278" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">logical\_replication\_create\_table\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m278 0 h10 m-318 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m298 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-298 0 h10 m24 0 h10 m0 0 h254 m23 44 h-3" /> <polygon points="367 61 375 57 375 65" /> <polygon points="367 61 359 57 359 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_logical_replication_create_table_options" title="opt_logical_replication_create_table_options">opt\_logical\_replication\_create\_table\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="schedule_label_spec" href="#schedule_label_spec">schedule\_label\_spec:</a></p><svg width="187" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#label_spec" title="label_spec"> <rect x="51" y="23" width="88" height="32" /> <rect x="49" y="21" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">label\_spec</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m23 -32 h-3" /> <polygon points="177 5 185 1 185 9" /> <polygon points="177 5 169 1 169 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="changefeed_sink" href="#changefeed_sink">changefeed\_sink:</a></p><svg width="293" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="56" height="32" rx="10" /> <rect x="29" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INTO</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="107" y="3" width="158" height="32" /> <rect x="105" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="115" y="21">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m158 0 h10 m3 0 h-3" /> <polygon points="283 17 291 13 291 21" /> <polygon points="283 17 275 13 275 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cron_expr" href="#cron_expr">cron\_expr:</a></p><svg width="343" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="100" height="32" rx="10" /> <rect x="29" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RECURRING</text><a href="#sconst_or_placeholder" title="sconst_or_placeholder"> <rect x="151" y="3" width="164" height="32" /> <rect x="149" y="1" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="159" y="21">sconst\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m0 0 h10 m100 0 h10 m0 0 h10 m164 0 h10 m3 0 h-3" /> <polygon points="333 17 341 13 341 21" /> <polygon points="333 17 325 13 325 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_with_schedule_options" href="#opt_with_schedule_options">opt\_with\_schedule\_options:</a></p><svg width="633" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="92" height="32" rx="10" /> <rect x="127" y="21" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">SCHEDULE</text> <rect x="241" y="23" width="84" height="32" rx="10" /> <rect x="239" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="41">OPTIONS</text><a href="#kv_option_list" title="kv_option_list"> <rect x="365" y="23" width="108" height="32" /> <rect x="363" y="21" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="373" y="41">kv\_option\_list</text></a><rect x="365" y="67" width="26" height="32" rx="10" /> <rect x="363" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="373" y="85">(</text><a href="#kv_option_list" title="kv_option_list"> <rect x="411" y="67" width="108" height="32" /> <rect x="409" y="65" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="419" y="85">kv\_option\_list</text></a><rect x="539" y="67" width="26" height="32" rx="10" /> <rect x="537" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="547" y="85">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h544 m-574 0 h20 m554 0 h20 m-594 0 q10 0 10 10 m574 0 q0 -10 10 -10 m-584 10 v12 m574 0 v-12 m-574 12 q0 10 10 10 m554 0 q10 0 10 -10 m-564 10 h10 m58 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m84 0 h10 m20 0 h10 m108 0 h10 m0 0 h92 m-240 0 h20 m220 0 h20 m-260 0 q10 0 10 10 m240 0 q0 -10 10 -10 m-250 10 v24 m240 0 v-24 m-240 24 q0 10 10 10 m220 0 q10 0 10 -10 m-230 10 h10 m26 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m26 0 h10 m43 -76 h-3" /> <polygon points="623 5 631 1 631 9" /> <polygon points="623 5 615 1 615 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> <li><a href="#create_schedule_for_changefeed_stmt" title="create_schedule_for_changefeed_stmt">create\_schedule\_for\_changefeed\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_full_backup_clause" href="#opt_full_backup_clause">opt\_full\_backup\_clause:</a></p><svg width="471" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="54" height="32" rx="10" /> <rect x="49" y="21" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FULL</text> <rect x="125" y="23" width="74" height="32" rx="10" /> <rect x="123" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="41">BACKUP</text><a href="#sconst_or_placeholder" title="sconst_or_placeholder"> <rect x="239" y="23" width="164" height="32" /> <rect x="237" y="21" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="41">sconst\_or\_placeholder</text></a><rect x="239" y="67" width="78" height="32" rx="10" /> <rect x="237" y="65" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="247" y="85">ALWAYS</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h382 m-412 0 h20 m392 0 h20 m-432 0 q10 0 10 10 m412 0 q0 -10 10 -10 m-422 10 v12 m412 0 v-12 m-412 12 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m54 0 h10 m0 0 h10 m74 0 h10 m20 0 h10 m164 0 h10 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m78 0 h10 m0 0 h86 m43 -76 h-3" /> <polygon points="461 5 469 1 469 9" /> <polygon points="461 5 453 1 453 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_schedule_for_backup_stmt" title="create_schedule_for_backup_stmt">create\_schedule\_for\_backup\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="check_external_connection_options_list" href="#check_external_connection_options_list">check\_external\_connection\_options\_list:</a></p><svg width="347" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#check_external_connection_options" title="check_external_connection_options"> <rect x="51" y="47" width="248" height="32" /> <rect x="49" y="45" width="248" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">check\_external\_connection\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m248 0 h10 m-288 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m268 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-268 0 h10 m24 0 h10 m0 0 h224 m23 44 h-3" /> <polygon points="337 61 345 57 345 65" /> <polygon points="337 61 329 57 329 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_check_external_connection_options_list" title="opt_with_check_external_connection_options_list">opt\_with\_check\_external\_connection\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cte_list" href="#cte_list">cte\_list:</a></p><svg width="249" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#common_table_expr" title="common_table_expr"> <rect x="51" y="47" width="150" height="32" /> <rect x="49" y="45" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">common\_table\_expr</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m150 0 h10 m-190 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m170 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-170 0 h10 m24 0 h10 m0 0 h126 m23 44 h-3" /> <polygon points="239 61 247 57 247 65" /> <polygon points="239 61 231 57 231 65" /></svg><p>referenced by: </p><ul> <li><a href="#with_clause" title="with_clause">with\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="batch_param" href="#batch_param">batch\_param:</a></p><svg width="195" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="52" height="32" rx="10" /> <rect x="29" y="1" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SIZE</text><a href="#a_expr" title="a_expr"> <rect x="103" y="3" width="64" height="32" /> <rect x="101" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="111" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m52 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="185 17 193 13 193 21" /> <polygon points="185 17 177 13 177 21" /></svg><p>referenced by: </p><ul> <li><a href="#batch_param_list" title="batch_param_list">batch\_param\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_only" href="#opt_only">opt\_only:</a></p><svg width="157" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ONLY</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m23 -32 h-3" /> <polygon points="147 5 155 1 155 9" /> <polygon points="147 5 139 1 139 9" /></svg><p>referenced by: </p><ul> <li><a href="#table_name_opt_idx" title="table_name_opt_idx">table\_name\_opt\_idx</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_index_flags" href="#opt_index_flags">opt\_index\_flags:</a></p><svg width="455" height="145"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="32" height="32" rx="10" /> <rect x="49" y="21" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">@</text><a href="#index_name" title="index_name"> <rect x="123" y="23" width="98" height="32" /> <rect x="121" y="21" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="41">index\_name</text></a><rect x="123" y="67" width="26" height="32" rx="10" /> <rect x="121" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="85">\[</text> <rect x="169" y="67" width="74" height="32" rx="10" /> <rect x="167" y="65" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="85">ICONST</text> <rect x="263" y="67" width="26" height="32" rx="10" /> <rect x="261" y="65" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="85">]</text> <rect x="123" y="111" width="28" height="32" rx="10" /> <rect x="121" y="109" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="131" y="129">\{</text><a href="#index_flags_param_list" title="index_flags_param_list"> <rect x="171" y="111" width="168" height="32" /> <rect x="169" y="109" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="129">index\_flags\_param\_list</text></a><rect x="359" y="111" width="28" height="32" rx="10" /> <rect x="357" y="109" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="129">}</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h366 m-396 0 h20 m376 0 h20 m-416 0 q10 0 10 10 m396 0 q0 -10 10 -10 m-406 10 v12 m396 0 v-12 m-396 12 q0 10 10 10 m376 0 q10 0 10 -10 m-386 10 h10 m32 0 h10 m20 0 h10 m98 0 h10 m0 0 h166 m-304 0 h20 m284 0 h20 m-324 0 q10 0 10 10 m304 0 q0 -10 10 -10 m-314 10 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h98 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m28 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m28 0 h10 m43 -120 h-3" /> <polygon points="445 5 453 1 453 9" /> <polygon points="445 5 437 1 437 9" /></svg><p>referenced by: </p><ul> <li><a href="#table_name_opt_idx" title="table_name_opt_idx">table\_name\_opt\_idx</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_descendant" href="#opt_descendant">opt\_descendant:</a></p><svg width="127" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="28" height="32" rx="10" /> <rect x="49" y="21" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">\*</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h38 m-68 0 h20 m48 0 h20 m-88 0 q10 0 10 10 m68 0 q0 -10 10 -10 m-78 10 v12 m68 0 v-12 m-68 12 q0 10 10 10 m48 0 q10 0 10 -10 m-58 10 h10 m28 0 h10 m23 -32 h-3" /> <polygon points="117 5 125 1 125 9" /> <polygon points="117 5 109 1 109 9" /></svg><p>referenced by: </p><ul> <li><a href="#table_name_opt_idx" title="table_name_opt_idx">table\_name\_opt\_idx</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_ref" href="#table_ref">table\_ref:</a></p><svg width="705" height="345"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#relation_expr" title="relation_expr"> <rect x="71" y="3" width="104" height="32" /> <rect x="69" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="21">relation\_expr</text></a><a href="#opt_index_flags" title="opt_index_flags"> <rect x="195" y="3" width="122" height="32" /> <rect x="193" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="21">opt\_index\_flags</text></a><a href="#select_with_parens" title="select_with_parens"> <rect x="71" y="47" width="144" height="32" /> <rect x="69" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="65">select\_with\_parens</text></a><rect x="71" y="91" width="26" height="32" rx="10" /> <rect x="69" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">\[</text><a href="#row_source_extension_stmt" title="row_source_extension_stmt"> <rect x="117" y="91" width="200" height="32" /> <rect x="115" y="89" width="200" height="32" className="nonterminal" /> <text className="nonterminal" x="125" y="109">row\_source\_extension\_stmt</text></a><rect x="337" y="91" width="26" height="32" rx="10" /> <rect x="335" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="109">]</text> <rect x="71" y="135" width="80" height="32" rx="10" /> <rect x="69" y="133" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">LATERAL</text><a href="#select_with_parens" title="select_with_parens"> <rect x="191" y="135" width="144" height="32" /> <rect x="189" y="133" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="153">select\_with\_parens</text></a><a href="#func_table" title="func_table"> <rect x="191" y="179" width="86" height="32" /> <rect x="189" y="177" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="197">func\_table</text></a><a href="#opt_ordinality" title="opt_ordinality"> <rect x="403" y="3" width="108" height="32" /> <rect x="401" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="411" y="21">opt\_ordinality</text></a><a href="#opt_alias_clause" title="opt_alias_clause"> <rect x="531" y="3" width="126" height="32" /> <rect x="529" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="539" y="21">opt\_alias\_clause</text></a><a href="#joined_table" title="joined_table"> <rect x="51" y="223" width="100" height="32" /> <rect x="49" y="221" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">joined\_table</text></a><rect x="51" y="267" width="26" height="32" rx="10" /> <rect x="49" y="265" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">(</text><a href="#joined_table" title="joined_table"> <rect x="97" y="267" width="100" height="32" /> <rect x="95" y="265" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="285">joined\_table</text></a><rect x="217" y="267" width="26" height="32" rx="10" /> <rect x="215" y="265" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="285">)</text><a href="#opt_ordinality" title="opt_ordinality"> <rect x="263" y="267" width="108" height="32" /> <rect x="261" y="265" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="271" y="285">opt\_ordinality</text></a><a href="#alias_clause" title="alias_clause"> <rect x="391" y="267" width="98" height="32" /> <rect x="389" y="265" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="399" y="285">alias\_clause</text></a><a href="#func_table" title="func_table"> <rect x="51" y="311" width="86" height="32" /> <rect x="49" y="309" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">func\_table</text></a><a href="#opt_ordinality" title="opt_ordinality"> <rect x="157" y="311" width="108" height="32" /> <rect x="155" y="309" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="329">opt\_ordinality</text></a><a href="#opt_func_alias_clause" title="opt_func_alias_clause"> <rect x="285" y="311" width="162" height="32" /> <rect x="283" y="309" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="293" y="329">opt\_func\_alias\_clause</text></a><path className="line" d="m17 17 h2 m40 0 h10 m104 0 h10 m0 0 h10 m122 0 h10 m0 0 h46 m-332 0 h20 m312 0 h20 m-352 0 q10 0 10 10 m332 0 q0 -10 10 -10 m-342 10 v24 m332 0 v-24 m-332 24 q0 10 10 10 m312 0 q10 0 10 -10 m-322 10 h10 m144 0 h10 m0 0 h148 m-322 -10 v20 m332 0 v-20 m-332 20 v24 m332 0 v-24 m-332 24 q0 10 10 10 m312 0 q10 0 10 -10 m-322 10 h10 m26 0 h10 m0 0 h10 m200 0 h10 m0 0 h10 m26 0 h10 m-322 -10 v20 m332 0 v-20 m-332 20 v24 m332 0 v-24 m-332 24 q0 10 10 10 m312 0 q10 0 10 -10 m-322 10 h10 m80 0 h10 m20 0 h10 m144 0 h10 m-184 0 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m86 0 h10 m0 0 h58 m20 -44 h8 m20 -132 h10 m108 0 h10 m0 0 h10 m126 0 h10 m-646 0 h20 m626 0 h20 m-666 0 q10 0 10 10 m646 0 q0 -10 10 -10 m-656 10 v200 m646 0 v-200 m-646 200 q0 10 10 10 m626 0 q10 0 10 -10 m-636 10 h10 m100 0 h10 m0 0 h506 m-636 -10 v20 m646 0 v-20 m-646 20 v24 m646 0 v-24 m-646 24 q0 10 10 10 m626 0 q10 0 10 -10 m-636 10 h10 m26 0 h10 m0 0 h10 m100 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m98 0 h10 m0 0 h168 m-636 -10 v20 m646 0 v-20 m-646 20 v24 m646 0 v-24 m-646 24 q0 10 10 10 m626 0 q10 0 10 -10 m-636 10 h10 m86 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m162 0 h10 m0 0 h210 m23 -308 h-3" /> <polygon points="695 17 703 13 703 21" /> <polygon points="695 17 687 13 687 21" /></svg><p>referenced by: </p><ul> <li><a href="#from_list" title="from_list">from\_list</a></li> <li><a href="#joined_table" title="joined_table">joined\_table</a></li> <li><a href="#table_clause" title="table_clause">table\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sortby_list" href="#sortby_list">sortby\_list:</a></p><svg width="241" height="125"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#sortby" title="sortby"> <rect x="71" y="47" width="60" height="32" /> <rect x="69" y="45" width="60" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="65">sortby</text></a><a href="#sortby_index" title="sortby_index"> <rect x="71" y="91" width="102" height="32" /> <rect x="69" y="89" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="109">sortby\_index</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m40 0 h10 m60 0 h10 m0 0 h42 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-162 -44 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m162 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-162 0 h10 m24 0 h10 m0 0 h118 m23 44 h-3" /> <polygon points="231 61 239 57 239 65" /> <polygon points="231 61 223 57 223 65" /></svg><p>referenced by: </p><ul> <li><a href="#single_sort_clause" title="single_sort_clause">single\_sort\_clause</a></li> <li><a href="#sort_clause" title="sort_clause">sort\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="first_or_next" href="#first_or_next">first\_or\_next:</a></p><svg width="159" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="60" height="32" rx="10" /> <rect x="49" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FIRST</text> <rect x="51" y="47" width="56" height="32" rx="10" /> <rect x="49" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NEXT</text> <path className="line" d="m17 17 h2 m20 0 h10 m60 0 h10 m-100 0 h20 m80 0 h20 m-120 0 q10 0 10 10 m100 0 q0 -10 10 -10 m-110 10 v24 m100 0 v-24 m-100 24 q0 10 10 10 m80 0 q10 0 10 -10 m-90 10 h10 m56 0 h10 m0 0 h4 m23 -44 h-3" /> <polygon points="149 17 157 13 157 21" /> <polygon points="149 17 141 13 141 21" /></svg><p>referenced by: </p><ul> <li><a href="#limit_clause" title="limit_clause">limit\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="select_fetch_first_value" href="#select_fetch_first_value">select\_fetch\_first\_value:</a></p><svg width="241" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#c_expr" title="c_expr"> <rect x="51" y="3" width="62" height="32" /> <rect x="49" y="1" width="62" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">c\_expr</text></a><a href="#only_signed_iconst" title="only_signed_iconst"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">only\_signed\_iconst</text></a><a href="#only_signed_fconst" title="only_signed_fconst"> <rect x="51" y="91" width="142" height="32" /> <rect x="49" y="89" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">only\_signed\_fconst</text></a><path className="line" d="m17 17 h2 m20 0 h10 m62 0 h10 m0 0 h80 m-182 0 h20 m162 0 h20 m-202 0 q10 0 10 10 m182 0 q0 -10 10 -10 m-192 10 v24 m182 0 v-24 m-182 24 q0 10 10 10 m162 0 q10 0 10 -10 m-172 10 h10 m142 0 h10 m-172 -10 v20 m182 0 v-20 m-182 20 v24 m182 0 v-24 m-182 24 q0 10 10 10 m162 0 q10 0 10 -10 m-172 10 h10 m142 0 h10 m23 -88 h-3" /> <polygon points="231 17 239 13 239 21" /> <polygon points="231 17 223 13 223 21" /></svg><p>referenced by: </p><ul> <li><a href="#limit_clause" title="limit_clause">limit\_clause</a></li> <li><a href="#offset_clause" title="offset_clause">offset\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="row_or_rows" href="#row_or_rows">row\_or\_rows:</a></p><svg width="161" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="54" height="32" rx="10" /> <rect x="49" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROW</text> <rect x="51" y="47" width="62" height="32" rx="10" /> <rect x="49" y="45" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ROWS</text> <path className="line" d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h8 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v24 m102 0 v-24 m-102 24 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m23 -44 h-3" /> <polygon points="151 17 159 13 159 21" /> <polygon points="151 17 143 13 143 21" /></svg><p>referenced by: </p><ul> <li><a href="#limit_clause" title="limit_clause">limit\_clause</a></li> <li><a href="#offset_clause" title="offset_clause">offset\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_index_name_list" href="#table_index_name_list">table\_index\_name\_list:</a></p><svg width="237" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#table_index_name" title="table_index_name"> <rect x="51" y="47" width="138" height="32" /> <rect x="49" y="45" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_index\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m138 0 h10 m-178 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m158 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-158 0 h10 m24 0 h10 m0 0 h114 m23 44 h-3" /> <polygon points="227 61 235 57 235 65" /> <polygon points="227 61 219 57 219 65" /></svg><p>referenced by: </p><ul> <li><a href="#drop_index_stmt" title="drop_index_stmt">drop\_index\_stmt</a></li> <li><a href="#inspect_option" title="inspect_option">inspect\_option</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_name_list" href="#table_name_list">table\_name\_list:</a></p><svg width="213" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name_list" title="db_object_name_list"> <rect x="31" y="3" width="154" height="32" /> <rect x="29" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m154 0 h10 m3 0 h-3" /> <polygon points="203 17 211 13 211 21" /> <polygon points="203 17 195 13 195 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_table_stmt" title="drop_table_stmt">drop\_table\_stmt</a></li> <li><a href="#opt_locked_rels" title="opt_locked_rels">opt\_locked\_rels</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="view_name_list" href="#view_name_list">view\_name\_list:</a></p><svg width="213" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name_list" title="db_object_name_list"> <rect x="31" y="3" width="154" height="32" /> <rect x="29" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m154 0 h10 m3 0 h-3" /> <polygon points="203 17 211 13 211 21" /> <polygon points="203 17 195 13 195 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_view_stmt" title="drop_view_stmt">drop\_view\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sequence_name_list" href="#sequence_name_list">sequence\_name\_list:</a></p><svg width="213" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#db_object_name_list" title="db_object_name_list"> <rect x="31" y="3" width="154" height="32" /> <rect x="29" y="1" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">db\_object\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m154 0 h10 m3 0 h-3" /> <polygon points="203 17 211 13 211 21" /> <polygon points="203 17 195 13 195 21" /></svg><p>referenced by: </p><ul> <li><a href="#drop_sequence_stmt" title="drop_sequence_stmt">drop\_sequence\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="non_reserved_word" href="#non_reserved_word">non\_reserved\_word:</a></p><svg width="285" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><a href="#col_name_keyword" title="col_name_keyword"> <rect x="51" y="91" width="142" height="32" /> <rect x="49" y="89" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">col\_name\_keyword</text></a><a href="#type_func_name_keyword" title="type_func_name_keyword"> <rect x="51" y="135" width="186" height="32" /> <rect x="49" y="133" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">type\_func\_name\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h104 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m152 0 h10 m0 0 h34 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m142 0 h10 m0 0 h44 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m23 -132 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#explain_option_name" title="explain_option_name">explain\_option\_name</a></li> <li><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst">non\_reserved\_word\_or\_sconst</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="column_name" href="#column_name">column\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#column_table_def" title="column_table_def">column\_table\_def</a></li> <li><a href="#create_as_param" title="create_as_param">create\_as\_param</a></li> <li><a href="#create_as_table_defs" title="create_as_table_defs">create\_as\_table\_defs</a></li> <li><a href="#insert_column_item" title="insert_column_item">insert\_column\_item</a></li> <li><a href="#single_set_clause" title="single_set_clause">single\_set\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="kv_option" href="#kv_option">kv\_option:</a></p><svg width="443" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCONST</text> <rect x="187" y="35" width="30" height="32" rx="10" /> <rect x="185" y="33" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="195" y="53">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="237" y="35" width="158" height="32" /> <rect x="235" y="33" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="245" y="53">string\_or\_placeholder</text></a><path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h20 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m40 -44 h10 m0 0 h218 m-248 0 h20 m228 0 h20 m-268 0 q10 0 10 10 m248 0 q0 -10 10 -10 m-258 10 v12 m248 0 v-12 m-248 12 q0 10 10 10 m228 0 q10 0 10 -10 m-238 10 h10 m30 0 h10 m0 0 h10 m158 0 h10 m23 -32 h-3" /> <polygon points="433 17 441 13 441 21" /> <polygon points="433 17 425 13 425 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmd" title="alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd</a></li> <li><a href="#kv_option_list" title="kv_option_list">kv\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="inspect_option_list" href="#inspect_option_list">inspect\_option\_list:</a></p><svg width="213" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#inspect_option" title="inspect_option"> <rect x="51" y="47" width="114" height="32" /> <rect x="49" y="45" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">inspect\_option</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m114 0 h10 m-154 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m134 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-134 0 h10 m24 0 h10 m0 0 h90 m23 44 h-3" /> <polygon points="203 61 211 57 211 65" /> <polygon points="203 61 195 57 195 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_inspect_options_clause" title="opt_inspect_options_clause">opt\_inspect\_options\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="session_var_parts" href="#session_var_parts">session\_var\_parts:</a></p><svg width="225" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /> <rect x="51" y="19" width="24" height="32" rx="10" /> <rect x="49" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="37">.</text> <rect x="95" y="19" width="82" height="32" rx="10" /> <rect x="93" y="17" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="37">identifier</text> <path className="line" d="m17 33 h2 m20 0 h10 m24 0 h10 m0 0 h10 m82 0 h10 m-166 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m146 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-146 0 h10 m0 0 h136 m23 32 h-3" /> <polygon points="215 33 223 29 223 37" /> <polygon points="215 33 207 29 207 37" /></svg><p>referenced by: </p><ul> <li><a href="#session_var" title="session_var">session\_var</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="attrs" href="#attrs">attrs:</a></p><svg width="283" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /> <rect x="51" y="19" width="24" height="32" rx="10" /> <rect x="49" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="37">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="95" y="19" width="140" height="32" /> <rect x="93" y="17" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="103" y="37">unrestricted\_name</text></a><path className="line" d="m17 33 h2 m20 0 h10 m24 0 h10 m0 0 h10 m140 0 h10 m-224 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m204 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-204 0 h10 m0 0 h194 m23 32 h-3" /> <polygon points="273 33 281 29 281 37" /> <polygon points="273 33 265 29 265 37" /></svg><p>referenced by: </p><ul> <li><a href="#var_name" title="var_name">var\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="restore_options" href="#restore_options">restore\_options:</a></p><svg width="623" height="905"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="210" height="32" rx="10" /> <rect x="69" y="1" width="210" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">ENCRYPTION\_PASSPHRASE</text> <rect x="71" y="47" width="84" height="32" rx="10" /> <rect x="69" y="45" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">INTO\_DB</text> <rect x="71" y="91" width="128" height="32" rx="10" /> <rect x="69" y="89" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">NEW\_DB\_NAME</text> <rect x="71" y="135" width="198" height="32" rx="10" /> <rect x="69" y="133" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">VIRTUAL\_CLUSTER\_NAME</text> <rect x="71" y="179" width="150" height="32" rx="10" /> <rect x="69" y="177" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="197">VIRTUAL\_CLUSTER</text> <rect x="71" y="223" width="100" height="32" rx="10" /> <rect x="69" y="221" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="241">EXECUTION</text> <rect x="191" y="223" width="88" height="32" rx="10" /> <rect x="189" y="221" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="241">LOCALITY</text> <rect x="321" y="3" width="30" height="32" rx="10" /> <rect x="319" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="21">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="371" y="3" width="158" height="32" /> <rect x="369" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="379" y="21">string\_or\_placeholder</text></a><rect x="71" y="267" width="50" height="32" rx="10" /> <rect x="69" y="265" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="285">KMS</text> <rect x="71" y="311" width="200" height="32" rx="10" /> <rect x="69" y="309" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="329">INCREMENTAL\_LOCATION</text> <rect x="311" y="267" width="30" height="32" rx="10" /> <rect x="309" y="265" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="285">=</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="361" y="267" width="214" height="32" /> <rect x="359" y="265" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="369" y="285">string\_or\_placeholder\_opt\_list</text></a><rect x="51" y="355" width="240" height="32" rx="10" /> <rect x="49" y="353" width="240" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">SKIP\_MISSING\_FOREIGN\_KEYS</text> <rect x="51" y="399" width="216" height="32" rx="10" /> <rect x="49" y="397" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">SKIP\_MISSING\_SEQUENCES</text> <rect x="51" y="443" width="278" height="32" rx="10" /> <rect x="49" y="441" width="278" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">SKIP\_MISSING\_SEQUENCE\_OWNERS</text> <rect x="51" y="487" width="180" height="32" rx="10" /> <rect x="49" y="485" width="180" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">SKIP\_MISSING\_VIEWS</text> <rect x="51" y="531" width="170" height="32" rx="10" /> <rect x="49" y="529" width="170" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">SKIP\_MISSING\_UDFS</text> <rect x="51" y="575" width="92" height="32" rx="10" /> <rect x="49" y="573" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">DETACHED</text> <rect x="51" y="619" width="200" height="32" rx="10" /> <rect x="49" y="617" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">SKIP\_LOCALITIES\_CHECK</text> <rect x="51" y="663" width="124" height="32" rx="10" /> <rect x="49" y="661" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">SCHEMA\_ONLY</text> <rect x="51" y="707" width="232" height="32" rx="10" /> <rect x="49" y="705" width="232" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">VERIFY\_BACKUP\_TABLE\_DATA</text> <rect x="51" y="751" width="334" height="32" rx="10" /> <rect x="49" y="749" width="334" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">UNSAFE\_RESTORE\_INCOMPATIBLE\_VERSION</text> <rect x="51" y="795" width="126" height="32" rx="10" /> <rect x="49" y="793" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">EXPERIMENTAL</text> <rect x="217" y="827" width="90" height="32" rx="10" /> <rect x="215" y="825" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="845">DEFERRED</text> <rect x="347" y="795" width="58" height="32" rx="10" /> <rect x="345" y="793" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="355" y="813">COPY</text> <rect x="51" y="871" width="150" height="32" rx="10" /> <rect x="49" y="869" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="889">REMOVE\_REGIONS</text> <path className="line" d="m17 17 h2 m40 0 h10 m210 0 h10 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m84 0 h10 m0 0 h126 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m128 0 h10 m0 0 h82 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m198 0 h10 m0 0 h12 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m150 0 h10 m0 0 h60 m-240 -10 v20 m250 0 v-20 m-250 20 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m100 0 h10 m0 0 h10 m88 0 h10 m0 0 h2 m20 -220 h10 m30 0 h10 m0 0 h10 m158 0 h10 m0 0 h46 m-564 0 h20 m544 0 h20 m-584 0 q10 0 10 10 m564 0 q0 -10 10 -10 m-574 10 v244 m564 0 v-244 m-564 244 q0 10 10 10 m544 0 q10 0 10 -10 m-534 10 h10 m50 0 h10 m0 0 h150 m-240 0 h20 m220 0 h20 m-260 0 q10 0 10 10 m240 0 q0 -10 10 -10 m-250 10 v24 m240 0 v-24 m-240 24 q0 10 10 10 m220 0 q10 0 10 -10 m-230 10 h10 m200 0 h10 m20 -44 h10 m30 0 h10 m0 0 h10 m214 0 h10 m-554 -10 v20 m564 0 v-20 m-564 20 v68 m564 0 v-68 m-564 68 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m240 0 h10 m0 0 h284 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m216 0 h10 m0 0 h308 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m278 0 h10 m0 0 h246 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m180 0 h10 m0 0 h344 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m170 0 h10 m0 0 h354 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m92 0 h10 m0 0 h432 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m200 0 h10 m0 0 h324 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m124 0 h10 m0 0 h400 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m232 0 h10 m0 0 h292 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m334 0 h10 m0 0 h190 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m126 0 h10 m20 0 h10 m0 0 h100 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v12 m130 0 v-12 m-130 12 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m20 -32 h10 m58 0 h10 m0 0 h170 m-554 -10 v20 m564 0 v-20 m-564 20 v56 m564 0 v-56 m-564 56 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m150 0 h10 m0 0 h374 m23 -868 h-3" /> <polygon points="613 17 621 13 621 21" /> <polygon points="613 17 605 13 605 21" /></svg><p>referenced by: </p><ul> <li><a href="#restore_options_list" title="restore_options_list">restore\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="scrub_option_list" href="#scrub_option_list">scrub\_option\_list:</a></p><svg width="201" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#scrub_option" title="scrub_option"> <rect x="51" y="47" width="102" height="32" /> <rect x="49" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">scrub\_option</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m102 0 h10 m-142 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m122 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-122 0 h10 m24 0 h10 m0 0 h78 m23 44 h-3" /> <polygon points="191 61 199 57 199 65" /> <polygon points="191 61 183 57 183 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_scrub_options_clause" title="opt_scrub_options_clause">opt\_scrub\_options\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="simple_select_clause" href="#simple_select_clause">simple\_select\_clause:</a></p><svg width="739" height="191"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="70" height="32" rx="10" /> <rect x="29" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SELECT</text><a href="#opt_all_clause" title="opt_all_clause"> <rect x="141" y="3" width="112" height="32" /> <rect x="139" y="1" width="112" height="32" className="nonterminal" /> <text className="nonterminal" x="149" y="21">opt\_all\_clause</text></a><a href="#opt_target_list" title="opt_target_list"> <rect x="273" y="3" width="114" height="32" /> <rect x="271" y="1" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="281" y="21">opt\_target\_list</text></a><rect x="161" y="47" width="86" height="32" rx="10" /> <rect x="159" y="45" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="65">DISTINCT</text><a href="#distinct_on_clause" title="distinct_on_clause"> <rect x="161" y="91" width="138" height="32" /> <rect x="159" y="89" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="169" y="109">distinct\_on\_clause</text></a><a href="#target_list" title="target_list"> <rect x="339" y="47" width="86" height="32" /> <rect x="337" y="45" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="347" y="65">target\_list</text></a><a href="#from_clause" title="from_clause"> <rect x="465" y="3" width="96" height="32" /> <rect x="463" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="473" y="21">from\_clause</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="581" y="3" width="136" height="32" /> <rect x="579" y="1" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="589" y="21">opt\_where\_clause</text></a><a href="#group_clause" title="group_clause"> <rect x="341" y="157" width="106" height="32" /> <rect x="339" y="155" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="175">group\_clause</text></a><a href="#having_clause" title="having_clause"> <rect x="467" y="157" width="110" height="32" /> <rect x="465" y="155" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="175">having\_clause</text></a><a href="#window_clause" title="window_clause"> <rect x="597" y="157" width="114" height="32" /> <rect x="595" y="155" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="605" y="175">window\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m70 0 h10 m20 0 h10 m112 0 h10 m0 0 h10 m114 0 h10 m0 0 h38 m-324 0 h20 m304 0 h20 m-344 0 q10 0 10 10 m324 0 q0 -10 10 -10 m-334 10 v24 m324 0 v-24 m-324 24 q0 10 10 10 m304 0 q10 0 10 -10 m-294 10 h10 m86 0 h10 m0 0 h52 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m138 0 h10 m20 -44 h10 m86 0 h10 m20 -44 h10 m96 0 h10 m0 0 h10 m136 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-420 154 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m106 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m114 0 h10 m3 0 h-3" /> <polygon points="729 171 737 167 737 175" /> <polygon points="729 171 721 167 721 175" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select" title="simple_select">simple\_select</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="values_clause" href="#values_clause">values\_clause:</a></p><svg width="357" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /> <rect x="31" y="47" width="72" height="32" rx="10" /> <rect x="29" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="65">VALUES</text> <rect x="143" y="47" width="26" height="32" rx="10" /> <rect x="141" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="65">(</text><a href="#expr_list" title="expr_list"> <rect x="189" y="47" width="74" height="32" /> <rect x="187" y="45" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="65">expr\_list</text></a><rect x="283" y="47" width="26" height="32" rx="10" /> <rect x="281" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="65">)</text> <rect x="143" y="3" width="24" height="32" rx="10" /> <rect x="141" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="21">,</text> <path className="line" d="m17 61 h2 m0 0 h10 m72 0 h10 m20 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m-206 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m186 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-186 0 h10 m24 0 h10 m0 0 h142 m23 44 h-3" /> <polygon points="347 61 355 57 355 65" /> <polygon points="347 61 339 57 339 65" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select" title="simple_select">simple\_select</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_clause" href="#table_clause">table\_clause:</a></p><svg width="219" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">TABLE</text><a href="#table_ref" title="table_ref"> <rect x="113" y="3" width="78" height="32" /> <rect x="111" y="1" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">table\_ref</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m78 0 h10 m3 0 h-3" /> <polygon points="209 17 217 13 217 21" /> <polygon points="209 17 201 13 201 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select" title="simple_select">simple\_select</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_operation" href="#set_operation">set\_operation:</a></p><svg width="577" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#select_clause" title="select_clause"> <rect x="31" y="3" width="106" height="32" /> <rect x="29" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">select\_clause</text></a><rect x="177" y="3" width="66" height="32" rx="10" /> <rect x="175" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="21">UNION</text> <rect x="177" y="47" width="96" height="32" rx="10" /> <rect x="175" y="45" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="65">INTERSECT</text> <rect x="177" y="91" width="72" height="32" rx="10" /> <rect x="175" y="89" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="109">EXCEPT</text><a href="#all_or_distinct" title="all_or_distinct"> <rect x="313" y="3" width="110" height="32" /> <rect x="311" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="21">all\_or\_distinct</text></a><a href="#select_clause" title="select_clause"> <rect x="443" y="3" width="106" height="32" /> <rect x="441" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="451" y="21">select\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m106 0 h10 m20 0 h10 m66 0 h10 m0 0 h30 m-136 0 h20 m116 0 h20 m-156 0 q10 0 10 10 m136 0 q0 -10 10 -10 m-146 10 v24 m136 0 v-24 m-136 24 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m96 0 h10 m-126 -10 v20 m136 0 v-20 m-136 20 v24 m136 0 v-24 m-136 24 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m72 0 h10 m0 0 h24 m20 -88 h10 m110 0 h10 m0 0 h10 m106 0 h10 m3 0 h-3" /> <polygon points="567 17 575 13 575 21" /> <polygon points="567 17 559 13 559 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select" title="simple_select">simple\_select</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_locking_items" href="#for_locking_items">for\_locking\_items:</a></p><svg width="223" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#for_locking_item" title="for_locking_item"> <rect x="51" y="19" width="124" height="32" /> <rect x="49" y="17" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">for\_locking\_item</text></a><path className="line" d="m17 33 h2 m20 0 h10 m124 0 h10 m-164 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m144 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-144 0 h10 m0 0 h134 m23 32 h-3" /> <polygon points="213 33 221 29 221 37" /> <polygon points="213 33 205 29 205 37" /></svg><p>referenced by: </p><ul> <li><a href="#for_locking_clause" title="for_locking_clause">for\_locking\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="offset_clause" href="#offset_clause">offset\_clause:</a></p><svg width="485" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">OFFSET</text><a href="#a_expr" title="a_expr"> <rect x="143" y="3" width="64" height="32" /> <rect x="141" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="21">a\_expr</text></a><a href="#select_fetch_first_value" title="select_fetch_first_value"> <rect x="143" y="47" width="172" height="32" /> <rect x="141" y="45" width="172" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="65">select\_fetch\_first\_value</text></a><a href="#row_or_rows" title="row_or_rows"> <rect x="335" y="47" width="102" height="32" /> <rect x="333" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="343" y="65">row\_or\_rows</text></a><path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m20 0 h10 m64 0 h10 m0 0 h230 m-334 0 h20 m314 0 h20 m-354 0 q10 0 10 10 m334 0 q0 -10 10 -10 m-344 10 v24 m334 0 v-24 m-334 24 q0 10 10 10 m314 0 q10 0 10 -10 m-324 10 h10 m172 0 h10 m0 0 h10 m102 0 h10 m23 -44 h-3" /> <polygon points="475 17 483 13 483 21" /> <polygon points="475 17 467 13 467 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_limit" title="select_limit">select\_limit</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="generic_set" href="#generic_set">generic\_set:</a></p><svg width="327" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#var_name" title="var_name"> <rect x="31" y="3" width="84" height="32" /> <rect x="29" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">var\_name</text></a><a href="#to_or_eq" title="to_or_eq"> <rect x="135" y="3" width="78" height="32" /> <rect x="133" y="1" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="21">to\_or\_eq</text></a><a href="#var_list" title="var_list"> <rect x="233" y="3" width="66" height="32" /> <rect x="231" y="1" width="66" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="21">var\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m66 0 h10 m3 0 h-3" /> <polygon points="317 17 325 13 325 21" /> <polygon points="317 17 309 13 309 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_rest" title="set_rest">set\_rest</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="extra_var_value" href="#extra_var_value">extra\_var\_value:</a></p><svg width="363" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="40" height="32" rx="10" /> <rect x="49" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ON</text> <rect x="51" y="47" width="58" height="32" rx="10" /> <rect x="49" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NONE</text><a href="#cockroachdb_extra_reserved_keyword" title="cockroachdb_extra_reserved_keyword"> <rect x="51" y="91" width="264" height="32" /> <rect x="49" y="89" width="264" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">cockroachdb\_extra\_reserved\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m40 0 h10 m0 0 h224 m-304 0 h20 m284 0 h20 m-324 0 q10 0 10 10 m304 0 q0 -10 10 -10 m-314 10 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m58 0 h10 m0 0 h206 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m264 0 h10 m23 -88 h-3" /> <polygon points="353 17 361 13 361 21" /> <polygon points="353 17 345 13 345 21" /></svg><p>referenced by: </p><ul> <li><a href="#var_value" title="var_value">var\_value</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_backups_options_list" href="#show_backups_options_list">show\_backups\_options\_list:</a></p><svg width="163" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /> <rect x="51" y="47" width="64" height="32" rx="10" /> <rect x="49" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">INDEX</text> <rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m64 0 h10 m-104 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m84 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-84 0 h10 m24 0 h10 m0 0 h40 m23 44 h-3" /> <polygon points="153 61 161 57 161 65" /> <polygon points="153 61 145 57 145 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_show_backups_options" title="opt_with_show_backups_options">opt\_with\_show\_backups\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_backup_options_list" href="#show_backup_options_list">show\_backup\_options\_list:</a></p><svg width="259" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#show_backup_options" title="show_backup_options"> <rect x="51" y="47" width="160" height="32" /> <rect x="49" y="45" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">show\_backup\_options</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m160 0 h10 m-200 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m180 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-180 0 h10 m24 0 h10 m0 0 h136 m23 44 h-3" /> <polygon points="249 61 257 57 257 65" /> <polygon points="249 61 241 57 241 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_with_show_backup_options" title="opt_with_show_backup_options">opt\_with\_show\_backup\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="targets_roles" href="#targets_roles">targets\_roles:</a></p><svg width="373" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROLE</text><a href="#role_spec_list" title="role_spec_list"> <rect x="127" y="3" width="108" height="32" /> <rect x="125" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="135" y="21">role\_spec\_list</text></a><rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCHEMA</text><a href="#schema_name_list" title="schema_name_list"> <rect x="167" y="47" width="138" height="32" /> <rect x="165" y="45" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="175" y="65">schema\_name\_list</text></a><a href="#schema_wildcard" title="schema_wildcard"> <rect x="167" y="91" width="128" height="32" /> <rect x="165" y="89" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="175" y="109">schema\_wildcard</text></a><rect x="51" y="135" width="54" height="32" rx="10" /> <rect x="49" y="133" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">TYPE</text><a href="#type_name_list" title="type_name_list"> <rect x="125" y="135" width="118" height="32" /> <rect x="123" y="133" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="133" y="153">type\_name\_list</text></a><a href="#grant_targets" title="grant_targets"> <rect x="51" y="179" width="108" height="32" /> <rect x="49" y="177" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">grant\_targets</text></a><path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h10 m108 0 h10 m0 0 h90 m-314 0 h20 m294 0 h20 m-334 0 q10 0 10 10 m314 0 q0 -10 10 -10 m-324 10 v24 m314 0 v-24 m-314 24 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m76 0 h10 m20 0 h10 m138 0 h10 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m128 0 h10 m0 0 h10 m-284 -54 v20 m314 0 v-20 m-314 20 v68 m314 0 v-68 m-314 68 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m54 0 h10 m0 0 h10 m118 0 h10 m0 0 h82 m-304 -10 v20 m314 0 v-20 m-314 20 v24 m314 0 v-24 m-314 24 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m108 0 h10 m0 0 h166 m23 -176 h-3" /> <polygon points="363 17 371 13 371 21" /> <polygon points="363 17 355 13 355 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_on_targets_roles" title="opt_on_targets_roles">opt\_on\_targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_job_options" href="#show_job_options">show\_job\_options:</a></p><svg width="311" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="100" height="32" rx="10" /> <rect x="49" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">EXECUTION</text> <rect x="171" y="3" width="78" height="32" rx="10" /> <rect x="169" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="21">DETAILS</text> <rect x="51" y="47" width="92" height="32" rx="10" /> <rect x="49" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">RESOLVED</text> <rect x="163" y="47" width="100" height="32" rx="10" /> <rect x="161" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="171" y="65">TIMESTAMP</text> <path className="line" d="m17 17 h2 m20 0 h10 m100 0 h10 m0 0 h10 m78 0 h10 m0 0 h14 m-252 0 h20 m232 0 h20 m-272 0 q10 0 10 10 m252 0 q0 -10 10 -10 m-262 10 v24 m252 0 v-24 m-252 24 q0 10 10 10 m232 0 q10 0 10 -10 m-242 10 h10 m92 0 h10 m0 0 h10 m100 0 h10 m23 -44 h-3" /> <polygon points="301 17 309 13 309 21" /> <polygon points="301 17 293 13 293 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_job_options_list" title="show_job_options_list">show\_job\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_ranges_options" href="#show_ranges_options">show\_ranges\_options:</a></p><svg width="443" height="245"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /> <rect x="51" y="19" width="72" height="32" rx="10" /> <rect x="49" y="17" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="37">TABLES</text> <rect x="51" y="63" width="80" height="32" rx="10" /> <rect x="49" y="61" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="81">INDEXES</text> <rect x="51" y="107" width="78" height="32" rx="10" /> <rect x="49" y="105" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="125">DETAILS</text> <rect x="51" y="151" width="54" height="32" rx="10" /> <rect x="49" y="149" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="169">KEYS</text> <rect x="51" y="195" width="80" height="32" rx="10" /> <rect x="49" y="193" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="213">EXPLAIN</text> <rect x="211" y="19" width="24" height="32" rx="10" /> <rect x="209" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="219" y="37">,</text> <rect x="275" y="19" width="72" height="32" rx="10" /> <rect x="273" y="17" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="37">TABLES</text> <rect x="275" y="63" width="80" height="32" rx="10" /> <rect x="273" y="61" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="81">INDEXES</text> <rect x="275" y="107" width="78" height="32" rx="10" /> <rect x="273" y="105" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="125">DETAILS</text> <rect x="275" y="151" width="80" height="32" rx="10" /> <rect x="273" y="149" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="169">EXPLAIN</text> <rect x="275" y="195" width="54" height="32" rx="10" /> <rect x="273" y="193" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="213">KEYS</text> <path className="line" d="m17 33 h2 m20 0 h10 m72 0 h10 m0 0 h8 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m78 0 h10 m0 0 h2 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m54 0 h10 m0 0 h26 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m60 -176 h10 m24 0 h10 m20 0 h10 m72 0 h10 m0 0 h8 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m78 0 h10 m0 0 h2 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m-110 -10 v20 m120 0 v-20 m-120 20 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m54 0 h10 m0 0 h26 m-184 -176 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m184 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-184 0 h10 m0 0 h174 m-224 32 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v190 m244 0 v-190 m-244 190 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m0 0 h214 m23 -210 h-3" /> <polygon points="433 33 441 29 441 37" /> <polygon points="433 33 425 29 425 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_show_ranges_options" title="opt_show_ranges_options">opt\_show\_ranges\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition" href="#partition">partition:</a></p><svg width="293" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="98" height="32" rx="10" /> <rect x="29" y="1" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PARTITION</text><a href="#partition_name" title="partition_name"> <rect x="149" y="3" width="116" height="32" /> <rect x="147" y="1" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="21">partition\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m98 0 h10 m0 0 h10 m116 0 h10 m3 0 h-3" /> <polygon points="283 17 291 13 291 21" /> <polygon points="283 17 275 13 275 21" /></svg><p>referenced by: </p><ul> <li><a href="#list_partition" title="list_partition">list\_partition</a></li> <li><a href="#opt_partition" title="opt_partition">opt\_partition</a></li> <li><a href="#range_partition" title="range_partition">range\_partition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="single_set_clause" href="#single_set_clause">single\_set\_clause:</a></p><svg width="301" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_name" title="column_name"> <rect x="31" y="3" width="108" height="32" /> <rect x="29" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">column\_name</text></a><rect x="159" y="3" width="30" height="32" rx="10" /> <rect x="157" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="21">=</text><a href="#a_expr" title="a_expr"> <rect x="209" y="3" width="64" height="32" /> <rect x="207" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="217" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="291 17 299 13 299 21" /> <polygon points="291 17 283 13 283 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_clause" title="set_clause">set\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="multiple_set_clause" href="#multiple_set_clause">multiple\_set\_clause:</a></p><svg width="425" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#insert_column_list" title="insert_column_list"> <rect x="77" y="3" width="136" height="32" /> <rect x="75" y="1" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="85" y="21">insert\_column\_list</text></a><rect x="233" y="3" width="26" height="32" rx="10" /> <rect x="231" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="21">)</text> <rect x="279" y="3" width="30" height="32" rx="10" /> <rect x="277" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="287" y="21">=</text><a href="#in_expr" title="in_expr"> <rect x="329" y="3" width="68" height="32" /> <rect x="327" y="1" width="68" height="32" className="nonterminal" /> <text className="nonterminal" x="337" y="21">in\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m68 0 h10 m3 0 h-3" /> <polygon points="415 17 423 13 423 21" /> <polygon points="415 17 407 13 407 21" /></svg><p>referenced by: </p><ul> <li><a href="#set_clause" title="set_clause">set\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_function_name" href="#type_function_name">type\_function\_name:</a></p><svg width="285" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><a href="#type_func_name_keyword" title="type_func_name_keyword"> <rect x="51" y="91" width="186" height="32" /> <rect x="49" y="89" width="186" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">type\_func\_name\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h104 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m152 0 h10 m0 0 h34 m-216 -10 v20 m226 0 v-20 m-226 20 v24 m226 0 v-24 m-226 24 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m186 0 h10 m23 -88 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_name" title="func_name">func\_name</a></li> <li><a href="#param_name" title="param_name">param\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sortby_no_index_list" href="#sortby_no_index_list">sortby\_no\_index\_list:</a></p><svg width="405" height="113"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#sortby" title="sortby"> <rect x="31" y="19" width="60" height="32" /> <rect x="29" y="17" width="60" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="37">sortby</text></a><rect x="151" y="19" width="24" height="32" rx="10" /> <rect x="149" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="37">,</text><a href="#sortby" title="sortby"> <rect x="215" y="19" width="60" height="32" /> <rect x="213" y="17" width="60" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="37">sortby</text></a><a href="#sortby_index" title="sortby_index"> <rect x="215" y="63" width="102" height="32" /> <rect x="213" y="61" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="81">sortby\_index</text></a><path className="line" d="m17 33 h2 m0 0 h10 m60 0 h10 m40 0 h10 m24 0 h10 m20 0 h10 m60 0 h10 m0 0 h42 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-206 -44 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m206 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-206 0 h10 m0 0 h196 m-246 32 h20 m246 0 h20 m-286 0 q10 0 10 10 m266 0 q0 -10 10 -10 m-276 10 v58 m266 0 v-58 m-266 58 q0 10 10 10 m246 0 q10 0 10 -10 m-256 10 h10 m0 0 h236 m23 -78 h-3" /> <polygon points="395 33 403 29 403 37" /> <polygon points="395 33 387 29 387 37" /></svg><p>referenced by: </p><ul> <li><a href="#sort_clause_no_index" title="sort_clause_no_index">sort\_clause\_no\_index</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="cockroachdb_extra_reserved_keyword" href="#cockroachdb_extra_reserved_keyword">cockroachdb\_extra\_reserved\_keyword:</a></p><svg width="185" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="64" height="32" rx="10" /> <rect x="49" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">INDEX</text> <rect x="51" y="47" width="86" height="32" rx="10" /> <rect x="49" y="45" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NOTHING</text> <path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h22 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v24 m126 0 v-24 m-126 24 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m86 0 h10 m23 -44 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#db_object_name_component" title="db_object_name_component">db\_object\_name\_component</a></li> <li><a href="#extra_var_value" title="extra_var_value">extra\_var\_value</a></li> <li><a href="#reserved_keyword" title="reserved_keyword">reserved\_keyword</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_func_name_keyword" href="#type_func_name_keyword">type\_func\_name\_keyword:</a></p><svg width="387" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_func_name_no_crdb_extra_keyword" title="type_func_name_no_crdb_extra_keyword"> <rect x="51" y="3" width="288" height="32" /> <rect x="49" y="1" width="288" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">type\_func\_name\_no\_crdb\_extra\_keyword</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FAMILY</text> <path className="line" d="m17 17 h2 m20 0 h10 m288 0 h10 m-328 0 h20 m308 0 h20 m-348 0 q10 0 10 10 m328 0 q0 -10 10 -10 m-338 10 v24 m328 0 v-24 m-328 24 q0 10 10 10 m308 0 q10 0 10 -10 m-318 10 h10 m72 0 h10 m0 0 h216 m23 -44 h-3" /> <polygon points="377 17 385 13 385 21" /> <polygon points="377 17 369 13 369 21" /></svg><p>referenced by: </p><ul> <li><a href="#non_reserved_word" title="non_reserved_word">non\_reserved\_word</a></li> <li><a href="#type_function_name" title="type_function_name">type\_function\_name</a></li> <li><a href="#unrestricted_name" title="unrestricted_name">unrestricted\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reserved_keyword" href="#reserved_keyword">reserved\_keyword:</a></p><svg width="363" height="3513"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ALL</text> <rect x="51" y="47" width="82" height="32" rx="10" /> <rect x="49" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ANALYSE</text> <rect x="51" y="91" width="82" height="32" rx="10" /> <rect x="49" y="89" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">ANALYZE</text> <rect x="51" y="135" width="48" height="32" rx="10" /> <rect x="49" y="133" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">AND</text> <rect x="51" y="179" width="48" height="32" rx="10" /> <rect x="49" y="177" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">ANY</text> <rect x="51" y="223" width="66" height="32" rx="10" /> <rect x="49" y="221" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">ARRAY</text> <rect x="51" y="267" width="38" height="32" rx="10" /> <rect x="49" y="265" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">AS</text> <rect x="51" y="311" width="46" height="32" rx="10" /> <rect x="49" y="309" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">ASC</text> <rect x="51" y="355" width="110" height="32" rx="10" /> <rect x="49" y="353" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">ASYMMETRIC</text> <rect x="51" y="399" width="58" height="32" rx="10" /> <rect x="49" y="397" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">BOTH</text> <rect x="51" y="443" width="56" height="32" rx="10" /> <rect x="49" y="441" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">CASE</text> <rect x="51" y="487" width="56" height="32" rx="10" /> <rect x="49" y="485" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">CAST</text> <rect x="51" y="531" width="64" height="32" rx="10" /> <rect x="49" y="529" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">CHECK</text> <rect x="51" y="575" width="82" height="32" rx="10" /> <rect x="49" y="573" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">COLLATE</text> <rect x="51" y="619" width="78" height="32" rx="10" /> <rect x="49" y="617" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">COLUMN</text> <rect x="51" y="663" width="130" height="32" rx="10" /> <rect x="49" y="661" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">CONCURRENTLY</text> <rect x="51" y="707" width="110" height="32" rx="10" /> <rect x="49" y="705" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">CONSTRAINT</text> <rect x="51" y="751" width="72" height="32" rx="10" /> <rect x="49" y="749" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">CREATE</text> <rect x="51" y="795" width="158" height="32" rx="10" /> <rect x="49" y="793" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">CURRENT\_CATALOG</text> <rect x="51" y="839" width="128" height="32" rx="10" /> <rect x="49" y="837" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">CURRENT\_DATE</text> <rect x="51" y="883" width="130" height="32" rx="10" /> <rect x="49" y="881" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">CURRENT\_ROLE</text> <rect x="51" y="927" width="150" height="32" rx="10" /> <rect x="49" y="925" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">CURRENT\_SCHEMA</text> <rect x="51" y="971" width="126" height="32" rx="10" /> <rect x="49" y="969" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">CURRENT\_TIME</text> <rect x="51" y="1015" width="174" height="32" rx="10" /> <rect x="49" y="1013" width="174" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">CURRENT\_TIMESTAMP</text> <rect x="51" y="1059" width="128" height="32" rx="10" /> <rect x="49" y="1057" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">CURRENT\_USER</text> <rect x="51" y="1103" width="80" height="32" rx="10" /> <rect x="49" y="1101" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">DEFAULT</text> <rect x="51" y="1147" width="108" height="32" rx="10" /> <rect x="49" y="1145" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">DEFERRABLE</text> <rect x="51" y="1191" width="56" height="32" rx="10" /> <rect x="49" y="1189" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">DESC</text> <rect x="51" y="1235" width="86" height="32" rx="10" /> <rect x="49" y="1233" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">DISTINCT</text> <rect x="51" y="1279" width="40" height="32" rx="10" /> <rect x="49" y="1277" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">DO</text> <rect x="51" y="1323" width="52" height="32" rx="10" /> <rect x="49" y="1321" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">ELSE</text> <rect x="51" y="1367" width="48" height="32" rx="10" /> <rect x="49" y="1365" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">END</text> <rect x="51" y="1411" width="72" height="32" rx="10" /> <rect x="49" y="1409" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1429">EXCEPT</text> <rect x="51" y="1455" width="62" height="32" rx="10" /> <rect x="49" y="1453" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1473">FALSE</text> <rect x="51" y="1499" width="62" height="32" rx="10" /> <rect x="49" y="1497" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1517">FETCH</text> <rect x="51" y="1543" width="48" height="32" rx="10" /> <rect x="49" y="1541" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1561">FOR</text> <rect x="51" y="1587" width="82" height="32" rx="10" /> <rect x="49" y="1585" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1605">FOREIGN</text> <rect x="51" y="1631" width="60" height="32" rx="10" /> <rect x="49" y="1629" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1649">FROM</text> <rect x="51" y="1675" width="66" height="32" rx="10" /> <rect x="49" y="1673" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1693">GRANT</text> <rect x="51" y="1719" width="68" height="32" rx="10" /> <rect x="49" y="1717" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1737">GROUP</text> <rect x="51" y="1763" width="74" height="32" rx="10" /> <rect x="49" y="1761" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1781">HAVING</text> <rect x="51" y="1807" width="36" height="32" rx="10" /> <rect x="49" y="1805" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1825">IN</text> <rect x="51" y="1851" width="92" height="32" rx="10" /> <rect x="49" y="1849" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1869">INITIALLY</text> <rect x="51" y="1895" width="96" height="32" rx="10" /> <rect x="49" y="1893" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1913">INTERSECT</text> <rect x="51" y="1939" width="56" height="32" rx="10" /> <rect x="49" y="1937" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1957">INTO</text> <rect x="51" y="1983" width="80" height="32" rx="10" /> <rect x="49" y="1981" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2001">LATERAL</text> <rect x="51" y="2027" width="82" height="32" rx="10" /> <rect x="49" y="2025" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2045">LEADING</text> <rect x="51" y="2071" width="60" height="32" rx="10" /> <rect x="49" y="2069" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2089">LIMIT</text> <rect x="51" y="2115" width="100" height="32" rx="10" /> <rect x="49" y="2113" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2133">LOCALTIME</text> <rect x="51" y="2159" width="146" height="32" rx="10" /> <rect x="49" y="2157" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2177">LOCALTIMESTAMP</text> <rect x="51" y="2203" width="48" height="32" rx="10" /> <rect x="49" y="2201" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2221">NOT</text> <rect x="51" y="2247" width="56" height="32" rx="10" /> <rect x="49" y="2245" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2265">NULL</text> <rect x="51" y="2291" width="72" height="32" rx="10" /> <rect x="49" y="2289" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2309">OFFSET</text> <rect x="51" y="2335" width="40" height="32" rx="10" /> <rect x="49" y="2333" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2353">ON</text> <rect x="51" y="2379" width="58" height="32" rx="10" /> <rect x="49" y="2377" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2397">ONLY</text> <rect x="51" y="2423" width="40" height="32" rx="10" /> <rect x="49" y="2421" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2441">OR</text> <rect x="51" y="2467" width="68" height="32" rx="10" /> <rect x="49" y="2465" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2485">ORDER</text> <rect x="51" y="2511" width="82" height="32" rx="10" /> <rect x="49" y="2509" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2529">PLACING</text> <rect x="51" y="2555" width="84" height="32" rx="10" /> <rect x="49" y="2553" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2573">PRIMARY</text> <rect x="51" y="2599" width="108" height="32" rx="10" /> <rect x="49" y="2597" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2617">REFERENCES</text> <rect x="51" y="2643" width="100" height="32" rx="10" /> <rect x="49" y="2641" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2661">RETURNING</text> <rect x="51" y="2687" width="70" height="32" rx="10" /> <rect x="49" y="2685" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2705">SELECT</text> <rect x="51" y="2731" width="128" height="32" rx="10" /> <rect x="49" y="2729" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2749">SESSION\_USER</text> <rect x="51" y="2775" width="60" height="32" rx="10" /> <rect x="49" y="2773" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2793">SOME</text> <rect x="51" y="2819" width="102" height="32" rx="10" /> <rect x="49" y="2817" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2837">SYMMETRIC</text> <rect x="51" y="2863" width="62" height="32" rx="10" /> <rect x="49" y="2861" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2881">TABLE</text> <rect x="51" y="2907" width="56" height="32" rx="10" /> <rect x="49" y="2905" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2925">THEN</text> <rect x="51" y="2951" width="38" height="32" rx="10" /> <rect x="49" y="2949" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2969">TO</text> <rect x="51" y="2995" width="88" height="32" rx="10" /> <rect x="49" y="2993" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3013">TRAILING</text> <rect x="51" y="3039" width="56" height="32" rx="10" /> <rect x="49" y="3037" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3057">TRUE</text> <rect x="51" y="3083" width="66" height="32" rx="10" /> <rect x="49" y="3081" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3101">UNION</text> <rect x="51" y="3127" width="74" height="32" rx="10" /> <rect x="49" y="3125" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3145">UNIQUE</text> <rect x="51" y="3171" width="56" height="32" rx="10" /> <rect x="49" y="3169" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3189">USER</text> <rect x="51" y="3215" width="64" height="32" rx="10" /> <rect x="49" y="3213" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3233">USING</text> <rect x="51" y="3259" width="88" height="32" rx="10" /> <rect x="49" y="3257" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3277">VARIADIC</text> <rect x="51" y="3303" width="62" height="32" rx="10" /> <rect x="49" y="3301" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3321">WHEN</text> <rect x="51" y="3347" width="70" height="32" rx="10" /> <rect x="49" y="3345" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3365">WHERE</text> <rect x="51" y="3391" width="86" height="32" rx="10" /> <rect x="49" y="3389" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3409">WINDOW</text> <rect x="51" y="3435" width="58" height="32" rx="10" /> <rect x="49" y="3433" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3453">WITH</text><a href="#cockroachdb_extra_reserved_keyword" title="cockroachdb_extra_reserved_keyword"> <rect x="51" y="3479" width="264" height="32" /> <rect x="49" y="3477" width="264" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="3497">cockroachdb\_extra\_reserved\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h220 m-304 0 h20 m284 0 h20 m-324 0 q10 0 10 10 m304 0 q0 -10 10 -10 m-314 10 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m48 0 h10 m0 0 h216 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m48 0 h10 m0 0 h216 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m66 0 h10 m0 0 h198 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m38 0 h10 m0 0 h226 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m46 0 h10 m0 0 h218 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m110 0 h10 m0 0 h154 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m58 0 h10 m0 0 h206 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m64 0 h10 m0 0 h200 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m78 0 h10 m0 0 h186 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m130 0 h10 m0 0 h134 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m110 0 h10 m0 0 h154 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m72 0 h10 m0 0 h192 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m158 0 h10 m0 0 h106 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m128 0 h10 m0 0 h136 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m130 0 h10 m0 0 h134 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m150 0 h10 m0 0 h114 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m126 0 h10 m0 0 h138 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m174 0 h10 m0 0 h90 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m128 0 h10 m0 0 h136 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m80 0 h10 m0 0 h184 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m108 0 h10 m0 0 h156 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m86 0 h10 m0 0 h178 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m40 0 h10 m0 0 h224 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m52 0 h10 m0 0 h212 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m48 0 h10 m0 0 h216 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m72 0 h10 m0 0 h192 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m62 0 h10 m0 0 h202 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m62 0 h10 m0 0 h202 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m48 0 h10 m0 0 h216 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m60 0 h10 m0 0 h204 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m66 0 h10 m0 0 h198 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m68 0 h10 m0 0 h196 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m74 0 h10 m0 0 h190 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m36 0 h10 m0 0 h228 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m92 0 h10 m0 0 h172 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m96 0 h10 m0 0 h168 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m80 0 h10 m0 0 h184 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m60 0 h10 m0 0 h204 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m100 0 h10 m0 0 h164 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m146 0 h10 m0 0 h118 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m48 0 h10 m0 0 h216 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m72 0 h10 m0 0 h192 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m40 0 h10 m0 0 h224 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m58 0 h10 m0 0 h206 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m40 0 h10 m0 0 h224 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m68 0 h10 m0 0 h196 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m82 0 h10 m0 0 h182 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m84 0 h10 m0 0 h180 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m108 0 h10 m0 0 h156 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m100 0 h10 m0 0 h164 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m70 0 h10 m0 0 h194 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m128 0 h10 m0 0 h136 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m60 0 h10 m0 0 h204 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m102 0 h10 m0 0 h162 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m62 0 h10 m0 0 h202 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m38 0 h10 m0 0 h226 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m88 0 h10 m0 0 h176 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m66 0 h10 m0 0 h198 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m74 0 h10 m0 0 h190 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m56 0 h10 m0 0 h208 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m64 0 h10 m0 0 h200 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m88 0 h10 m0 0 h176 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m62 0 h10 m0 0 h202 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m70 0 h10 m0 0 h194 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m86 0 h10 m0 0 h178 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m58 0 h10 m0 0 h206 m-294 -10 v20 m304 0 v-20 m-304 20 v24 m304 0 v-24 m-304 24 q0 10 10 10 m284 0 q10 0 10 -10 m-294 10 h10 m264 0 h10 m23 -3476 h-3" /> <polygon points="353 17 361 13 361 21" /> <polygon points="353 17 345 13 345 21" /></svg><p>referenced by: </p><ul> <li><a href="#unrestricted_name" title="unrestricted_name">unrestricted\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_params" href="#func_params">func\_params:</a></p><svg width="319" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#func_params_list" title="func_params_list"> <rect x="97" y="35" width="128" height="32" /> <rect x="95" y="33" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="53">func\_params\_list</text></a><rect x="265" y="3" width="26" height="32" rx="10" /> <rect x="263" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h138 m-168 0 h20 m148 0 h20 m-188 0 q10 0 10 10 m168 0 q0 -10 10 -10 m-178 10 v12 m168 0 v-12 m-168 12 q0 10 10 10 m148 0 q10 0 10 -10 m-158 10 h10 m128 0 h10 m20 -32 h10 m26 0 h10 m3 0 h-3" /> <polygon points="309 17 317 13 317 21" /> <polygon points="309 17 301 13 301 21" /></svg><p>referenced by: </p><ul> <li><a href="#function_with_paramtypes" title="function_with_paramtypes">function\_with\_paramtypes</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="simple_typename" href="#simple_typename">simple\_typename:</a></p><svg width="251" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#general_type_name" title="general_type_name"> <rect x="51" y="3" width="148" height="32" /> <rect x="49" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">general\_type\_name</text></a><rect x="51" y="47" width="32" height="32" rx="10" /> <rect x="49" y="45" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">@</text> <rect x="103" y="47" width="74" height="32" rx="10" /> <rect x="101" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="111" y="65">ICONST</text><a href="#complex_type_name" title="complex_type_name"> <rect x="51" y="91" width="152" height="32" /> <rect x="49" y="89" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">complex\_type\_name</text></a><a href="#const_typename" title="const_typename"> <rect x="51" y="135" width="126" height="32" /> <rect x="49" y="133" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">const\_typename</text></a><a href="#interval_type" title="interval_type"> <rect x="51" y="179" width="104" height="32" /> <rect x="49" y="177" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">interval\_type</text></a><path className="line" d="m17 17 h2 m20 0 h10 m148 0 h10 m0 0 h4 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m32 0 h10 m0 0 h10 m74 0 h10 m0 0 h26 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m126 0 h10 m0 0 h26 m-182 -10 v20 m192 0 v-20 m-192 20 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m104 0 h10 m0 0 h48 m23 -176 h-3" /> <polygon points="241 17 249 13 249 21" /> <polygon points="241 17 233 13 233 21" /></svg><p>referenced by: </p><ul> <li><a href="#composite_type_list" title="composite_type_list">composite\_type\_list</a></li> <li><a href="#typename" title="typename">typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_array_bounds" href="#opt_array_bounds">opt\_array\_bounds:</a></p><svg width="171" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">\[</text> <rect x="97" y="23" width="26" height="32" rx="10" /> <rect x="95" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="105" y="41">]</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h82 m-112 0 h20 m92 0 h20 m-132 0 q10 0 10 10 m112 0 q0 -10 10 -10 m-122 10 v12 m112 0 v-12 m-112 12 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m26 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="161 5 169 1 169 9" /> <polygon points="161 5 153 1 153 9" /></svg><p>referenced by: </p><ul> <li><a href="#typename" title="typename">typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_iso_level" href="#transaction_iso_level">transaction\_iso\_level:</a></p><svg width="337" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="100" height="32" rx="10" /> <rect x="29" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ISOLATION</text> <rect x="151" y="3" width="62" height="32" rx="10" /> <rect x="149" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="21">LEVEL</text><a href="#iso_level" title="iso_level"> <rect x="233" y="3" width="76" height="32" /> <rect x="231" y="1" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="241" y="21">iso\_level</text></a><path className="line" d="m17 17 h2 m0 0 h10 m100 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m76 0 h10 m3 0 h-3" /> <polygon points="327 17 335 13 335 21" /> <polygon points="327 17 319 13 319 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode" title="transaction_mode">transaction\_mode</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_user_priority" href="#transaction_user_priority">transaction\_user\_priority:</a></p><svg width="267" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="88" height="32" rx="10" /> <rect x="29" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PRIORITY</text><a href="#user_priority" title="user_priority"> <rect x="139" y="3" width="100" height="32" /> <rect x="137" y="1" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="147" y="21">user\_priority</text></a><path className="line" d="m17 17 h2 m0 0 h10 m88 0 h10 m0 0 h10 m100 0 h10 m3 0 h-3" /> <polygon points="257 17 265 13 265 21" /> <polygon points="257 17 249 13 249 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode" title="transaction_mode">transaction\_mode</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_read_mode" href="#transaction_read_mode">transaction\_read\_mode:</a></p><svg width="241" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="56" height="32" rx="10" /> <rect x="29" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">READ</text> <rect x="127" y="3" width="58" height="32" rx="10" /> <rect x="125" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="21">ONLY</text> <rect x="127" y="47" width="66" height="32" rx="10" /> <rect x="125" y="45" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="65">WRITE</text> <path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m20 0 h10 m58 0 h10 m0 0 h8 m-106 0 h20 m86 0 h20 m-126 0 q10 0 10 10 m106 0 q0 -10 10 -10 m-116 10 v24 m106 0 v-24 m-106 24 q0 10 10 10 m86 0 q10 0 10 -10 m-96 10 h10 m66 0 h10 m23 -44 h-3" /> <polygon points="231 17 239 13 239 21" /> <polygon points="231 17 223 13 223 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode" title="transaction_mode">transaction\_mode</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transaction_deferrable_mode" href="#transaction_deferrable_mode">transaction\_deferrable\_mode:</a></p><svg width="275" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="48" height="32" rx="10" /> <rect x="49" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">NOT</text> <rect x="139" y="3" width="108" height="32" rx="10" /> <rect x="137" y="1" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="21">DEFERRABLE</text> <path className="line" d="m17 17 h2 m20 0 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m108 0 h10 m3 0 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_mode" title="transaction_mode">transaction\_mode</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="only_signed_iconst" href="#only_signed_iconst">only\_signed\_iconst:</a></p><svg width="223" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="30" height="32" rx="10" /> <rect x="49" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">+</text> <rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">-</text> <rect x="121" y="3" width="74" height="32" rx="10" /> <rect x="119" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="129" y="21">ICONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m30 0 h10 m-70 0 h20 m50 0 h20 m-90 0 q10 0 10 10 m70 0 q0 -10 10 -10 m-80 10 v24 m70 0 v-24 m-70 24 q0 10 10 10 m50 0 q10 0 10 -10 m-60 10 h10 m26 0 h10 m0 0 h4 m20 -44 h10 m74 0 h10 m3 0 h-3" /> <polygon points="213 17 221 13 221 21" /> <polygon points="213 17 205 13 205 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_fetch_first_value" title="select_fetch_first_value">select\_fetch\_first\_value</a></li> <li><a href="#signed_iconst" title="signed_iconst">signed\_iconst</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_cmds" href="#alter_table_cmds">alter\_table\_cmds:</a></p><svg width="223" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#alter_table_cmd" title="alter_table_cmd"> <rect x="51" y="47" width="124" height="32" /> <rect x="49" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_table\_cmd</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m124 0 h10 m-164 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m144 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-144 0 h10 m24 0 h10 m0 0 h100 m23 44 h-3" /> <polygon points="213 61 221 57 221 65" /> <polygon points="213 61 205 57 205 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_onetable_stmt" title="alter_onetable_stmt">alter\_onetable\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_zone_config" href="#set_zone_config">set\_zone\_config:</a></p><svg width="477" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="102" height="32" rx="10" /> <rect x="29" y="1" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CONFIGURE</text> <rect x="153" y="3" width="58" height="32" rx="10" /> <rect x="151" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="21">ZONE</text> <rect x="251" y="3" width="64" height="32" rx="10" /> <rect x="249" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="21">USING</text><a href="#var_set_list" title="var_set_list"> <rect x="335" y="3" width="94" height="32" /> <rect x="333" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="343" y="21">var\_set\_list</text></a><rect x="251" y="47" width="82" height="32" rx="10" /> <rect x="249" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="65">DISCARD</text> <path className="line" d="m17 17 h2 m0 0 h10 m102 0 h10 m0 0 h10 m58 0 h10 m20 0 h10 m64 0 h10 m0 0 h10 m94 0 h10 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m82 0 h10 m0 0 h96 m23 -44 h-3" /> <polygon points="467 17 475 13 475 21" /> <polygon points="467 17 459 13 459 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_set_zone_config_extension_stmt" title="alter_database_set_zone_config_extension_stmt">alter\_database\_set\_zone\_config\_extension\_stmt</a></li> <li><a href="#alter_zone_database_stmt" title="alter_zone_database_stmt">alter\_zone\_database\_stmt</a></li> <li><a href="#alter_zone_index_stmt" title="alter_zone_index_stmt">alter\_zone\_index\_stmt</a></li> <li><a href="#alter_zone_partition_stmt" title="alter_zone_partition_stmt">alter\_zone\_partition\_stmt</a></li> <li><a href="#alter_zone_range_stmt" title="alter_zone_range_stmt">alter\_zone\_range\_stmt</a></li> <li><a href="#alter_zone_table_stmt" title="alter_zone_table_stmt">alter\_zone\_table\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="locality" href="#locality">locality:</a></p><svg width="739" height="419"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /> <rect x="33" y="3" width="88" height="32" rx="10" /> <rect x="31" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="41" y="21">LOCALITY</text> <rect x="45" y="69" width="74" height="32" rx="10" /> <rect x="43" y="67" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="87">GLOBAL</text> <rect x="45" y="113" width="92" height="32" rx="10" /> <rect x="43" y="111" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="53" y="131">REGIONAL</text> <rect x="177" y="145" width="38" height="32" rx="10" /> <rect x="175" y="143" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="163">BY</text> <rect x="255" y="145" width="62" height="32" rx="10" /> <rect x="253" y="143" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="163">TABLE</text> <rect x="357" y="177" width="36" height="32" rx="10" /> <rect x="355" y="175" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="195">IN</text><a href="#region_name" title="region_name"> <rect x="433" y="177" width="104" height="32" /> <rect x="431" y="175" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="441" y="195">region\_name</text></a><rect x="433" y="221" width="84" height="32" rx="10" /> <rect x="431" y="219" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="239">PRIMARY</text> <rect x="537" y="221" width="74" height="32" rx="10" /> <rect x="535" y="219" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="545" y="239">REGION</text> <rect x="255" y="265" width="54" height="32" rx="10" /> <rect x="253" y="263" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="283">ROW</text> <rect x="349" y="297" width="38" height="32" rx="10" /> <rect x="347" y="295" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="357" y="315">AS</text><a href="#name" title="name"> <rect x="407" y="297" width="56" height="32" /> <rect x="405" y="295" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="415" y="315">name</text></a><rect x="177" y="341" width="36" height="32" rx="10" /> <rect x="175" y="339" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="359">IN</text><a href="#region_name" title="region_name"> <rect x="253" y="341" width="104" height="32" /> <rect x="251" y="339" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="261" y="359">region\_name</text></a><rect x="253" y="385" width="84" height="32" rx="10" /> <rect x="251" y="383" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="403">PRIMARY</text> <rect x="357" y="385" width="74" height="32" rx="10" /> <rect x="355" y="383" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="365" y="403">REGION</text> <path className="line" d="m19 17 h2 m0 0 h10 m88 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-140 66 l2 0 m2 0 l2 0 m2 0 l2 0 m22 0 h10 m74 0 h10 m0 0 h572 m-686 0 h20 m666 0 h20 m-706 0 q10 0 10 10 m686 0 q0 -10 10 -10 m-696 10 v24 m686 0 v-24 m-686 24 q0 10 10 10 m666 0 q10 0 10 -10 m-676 10 h10 m92 0 h10 m20 0 h10 m0 0 h504 m-534 0 h20 m514 0 h20 m-554 0 q10 0 10 10 m534 0 q0 -10 10 -10 m-544 10 v12 m534 0 v-12 m-534 12 q0 10 10 10 m514 0 q10 0 10 -10 m-524 10 h10 m38 0 h10 m20 0 h10 m62 0 h10 m20 0 h10 m0 0 h284 m-314 0 h20 m294 0 h20 m-334 0 q10 0 10 10 m314 0 q0 -10 10 -10 m-324 10 v12 m314 0 v-12 m-314 12 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m36 0 h10 m20 0 h10 m104 0 h10 m0 0 h74 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m84 0 h10 m0 0 h10 m74 0 h10 m-396 -76 h20 m416 0 h20 m-456 0 q10 0 10 10 m436 0 q0 -10 10 -10 m-446 10 v100 m436 0 v-100 m-436 100 q0 10 10 10 m416 0 q10 0 10 -10 m-426 10 h10 m54 0 h10 m20 0 h10 m0 0 h124 m-154 0 h20 m134 0 h20 m-174 0 q10 0 10 10 m154 0 q0 -10 10 -10 m-164 10 v12 m154 0 v-12 m-154 12 q0 10 10 10 m134 0 q10 0 10 -10 m-144 10 h10 m38 0 h10 m0 0 h10 m56 0 h10 m20 -32 h168 m-504 -130 v20 m534 0 v-20 m-534 20 v176 m534 0 v-176 m-534 176 q0 10 10 10 m514 0 q10 0 10 -10 m-524 10 h10 m36 0 h10 m20 0 h10 m104 0 h10 m0 0 h74 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m84 0 h10 m0 0 h10 m74 0 h10 m20 -44 h220 m43 -272 h-3" /> <polygon points="729 83 737 79 737 87" /> <polygon points="729 83 721 79 721 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_locality_stmt" title="alter_table_locality_stmt">alter\_table\_locality\_stmt</a></li> <li><a href="#opt_locality" title="opt_locality">opt\_locality</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_index_cmds" href="#alter_index_cmds">alter\_index\_cmds:</a></p><svg width="225" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#alter_index_cmd" title="alter_index_cmd"> <rect x="51" y="47" width="126" height="32" /> <rect x="49" y="45" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">alter\_index\_cmd</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m126 0 h10 m-166 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m146 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-146 0 h10 m24 0 h10 m0 0 h102 m23 44 h-3" /> <polygon points="215 61 223 57 223 65" /> <polygon points="215 61 207 57 207 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_oneindex_stmt" title="alter_oneindex_stmt">alter\_oneindex\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_index_visible" href="#alter_index_visible">alter\_index\_visible:</a></p><svg width="291" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="35" width="48" height="32" rx="10" /> <rect x="69" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="53">NOT</text> <rect x="159" y="3" width="76" height="32" rx="10" /> <rect x="157" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="21">VISIBLE</text> <rect x="51" y="79" width="92" height="32" rx="10" /> <rect x="49" y="77" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">INVISIBLE</text> <rect x="51" y="123" width="98" height="32" rx="10" /> <rect x="49" y="121" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">VISIBILITY</text> <rect x="169" y="123" width="74" height="32" rx="10" /> <rect x="167" y="121" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="141">FCONST</text> <path className="line" d="m17 17 h2 m40 0 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m76 0 h10 m0 0 h8 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v56 m232 0 v-56 m-232 56 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m92 0 h10 m0 0 h100 m-222 -10 v20 m232 0 v-20 m-232 20 v24 m232 0 v-24 m-232 24 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m98 0 h10 m0 0 h10 m74 0 h10 m23 -120 h-3" /> <polygon points="281 17 289 13 289 21" /> <polygon points="281 17 273 13 273 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_visible_stmt" title="alter_index_visible_stmt">alter\_index\_visible\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sequence_option_list" href="#sequence_option_list">sequence\_option\_list:</a></p><svg width="267" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#sequence_option_elem" title="sequence_option_elem"> <rect x="51" y="19" width="168" height="32" /> <rect x="49" y="17" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">sequence\_option\_elem</text></a><path className="line" d="m17 33 h2 m20 0 h10 m168 0 h10 m-208 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m188 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-188 0 h10 m0 0 h178 m23 32 h-3" /> <polygon points="257 33 265 29 265 37" /> <polygon points="257 33 249 29 249 37" /></svg><p>referenced by: </p><ul> <li><a href="#alter_sequence_options_stmt" title="alter_sequence_options_stmt">alter\_sequence\_options\_stmt</a></li> <li><a href="#opt_sequence_option_list" title="opt_sequence_option_list">opt\_sequence\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="region_name" href="#region_name">region\_name:</a></p><svg width="175" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h20 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m23 -44 h-3" /> <polygon points="165 17 173 13 173 21" /> <polygon points="165 17 157 13 157 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_add_region_stmt" title="alter_database_add_region_stmt">alter\_database\_add\_region\_stmt</a></li> <li><a href="#alter_database_add_super_region" title="alter_database_add_super_region">alter\_database\_add\_super\_region</a></li> <li><a href="#alter_database_alter_super_region" title="alter_database_alter_super_region">alter\_database\_alter\_super\_region</a></li> <li><a href="#alter_database_drop_region_stmt" title="alter_database_drop_region_stmt">alter\_database\_drop\_region\_stmt</a></li> <li><a href="#alter_database_drop_super_region" title="alter_database_drop_super_region">alter\_database\_drop\_super\_region</a></li> <li><a href="#alter_database_set_zone_config_extension_stmt" title="alter_database_set_zone_config_extension_stmt">alter\_database\_set\_zone\_config\_extension\_stmt</a></li> <li><a href="#locality" title="locality">locality</a></li> <li><a href="#primary_region_clause" title="primary_region_clause">primary\_region\_clause</a></li> <li><a href="#region_name_list" title="region_name_list">region\_name\_list</a></li> <li><a href="#secondary_region_clause" title="secondary_region_clause">secondary\_region\_clause</a></li> <li><a href="#super_region_clause" title="super_region_clause">super\_region\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="survival_goal_clause" href="#survival_goal_clause">survival\_goal\_clause:</a></p><svg width="475" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SURVIVE</text><a href="#opt_equal" title="opt_equal"> <rect x="131" y="3" width="84" height="32" /> <rect x="129" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="21">opt\_equal</text></a><rect x="255" y="3" width="74" height="32" rx="10" /> <rect x="253" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="21">REGION</text> <rect x="255" y="47" width="58" height="32" rx="10" /> <rect x="253" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="65">ZONE</text> <rect x="369" y="3" width="78" height="32" rx="10" /> <rect x="367" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="21">FAILURE</text> <path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m84 0 h10 m20 0 h10 m74 0 h10 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m58 0 h10 m0 0 h16 m20 -44 h10 m78 0 h10 m3 0 h-3" /> <polygon points="465 17 473 13 473 21" /> <polygon points="465 17 457 13 457 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_survival_goal_stmt" title="alter_database_survival_goal_stmt">alter\_database\_survival\_goal\_stmt</a></li> <li><a href="#opt_survival_goal_clause" title="opt_survival_goal_clause">opt\_survival\_goal\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="primary_region_clause" href="#primary_region_clause">primary\_region\_clause:</a></p><svg width="465" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="84" height="32" rx="10" /> <rect x="29" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PRIMARY</text> <rect x="135" y="3" width="74" height="32" rx="10" /> <rect x="133" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">REGION</text><a href="#opt_equal" title="opt_equal"> <rect x="229" y="3" width="84" height="32" /> <rect x="227" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="237" y="21">opt\_equal</text></a><a href="#region_name" title="region_name"> <rect x="333" y="3" width="104" height="32" /> <rect x="331" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="21">region\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m104 0 h10 m3 0 h-3" /> <polygon points="455 17 463 13 463 21" /> <polygon points="455 17 447 13 447 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_primary_region_stmt" title="alter_database_primary_region_stmt">alter\_database\_primary\_region\_stmt</a></li> <li><a href="#opt_primary_region_clause" title="opt_primary_region_clause">opt\_primary\_region\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="placement_clause" href="#placement_clause">placement\_clause:</a></p><svg width="325" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="100" height="32" rx="10" /> <rect x="29" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PLACEMENT</text> <rect x="171" y="3" width="106" height="32" rx="10" /> <rect x="169" y="1" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="21">RESTRICTED</text> <rect x="171" y="47" width="80" height="32" rx="10" /> <rect x="169" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="65">DEFAULT</text> <path className="line" d="m17 17 h2 m0 0 h10 m100 0 h10 m20 0 h10 m106 0 h10 m-146 0 h20 m126 0 h20 m-166 0 q10 0 10 10 m146 0 q0 -10 10 -10 m-156 10 v24 m146 0 v-24 m-146 24 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m80 0 h10 m0 0 h26 m23 -44 h-3" /> <polygon points="315 17 323 13 323 21" /> <polygon points="315 17 307 13 307 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_placement_stmt" title="alter_database_placement_stmt">alter\_database\_placement\_stmt</a></li> <li><a href="#opt_placement_clause" title="opt_placement_clause">opt\_placement\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="region_name_list" href="#region_name_list">region\_name\_list:</a></p><svg width="203" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#region_name" title="region_name"> <rect x="51" y="47" width="104" height="32" /> <rect x="49" y="45" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">region\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m104 0 h10 m-144 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m124 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-124 0 h10 m24 0 h10 m0 0 h80 m23 44 h-3" /> <polygon points="193 61 201 57 201 65" /> <polygon points="193 61 185 57 185 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_add_super_region" title="alter_database_add_super_region">alter\_database\_add\_super\_region</a></li> <li><a href="#alter_database_alter_super_region" title="alter_database_alter_super_region">alter\_database\_alter\_super\_region</a></li> <li><a href="#opt_regions_list" title="opt_regions_list">opt\_regions\_list</a></li> <li><a href="#super_region_clause" title="super_region_clause">super\_region\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="secondary_region_clause" href="#secondary_region_clause">secondary\_region\_clause:</a></p><svg width="485" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="104" height="32" rx="10" /> <rect x="29" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SECONDARY</text> <rect x="155" y="3" width="74" height="32" rx="10" /> <rect x="153" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="21">REGION</text><a href="#opt_equal" title="opt_equal"> <rect x="249" y="3" width="84" height="32" /> <rect x="247" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="257" y="21">opt\_equal</text></a><a href="#region_name" title="region_name"> <rect x="353" y="3" width="104" height="32" /> <rect x="351" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="361" y="21">region\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m104 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m104 0 h10 m3 0 h-3" /> <polygon points="475 17 483 13 483 21" /> <polygon points="475 17 467 13 467 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_database_set_secondary_region_stmt" title="alter_database_set_secondary_region_stmt">alter\_database\_set\_secondary\_region\_stmt</a></li> <li><a href="#opt_secondary_region_clause" title="opt_secondary_region_clause">opt\_secondary\_region\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="relocate_kw" href="#relocate_kw">relocate\_kw:</a></p><svg width="305" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="160" height="32" rx="10" /> <rect x="49" y="1" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">TESTING\_RELOCATE</text> <rect x="51" y="47" width="206" height="32" rx="10" /> <rect x="49" y="45" width="206" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">EXPERIMENTAL\_RELOCATE</text> <rect x="51" y="91" width="90" height="32" rx="10" /> <rect x="49" y="89" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">RELOCATE</text> <path className="line" d="m17 17 h2 m20 0 h10 m160 0 h10 m0 0 h46 m-246 0 h20 m226 0 h20 m-266 0 q10 0 10 10 m246 0 q0 -10 10 -10 m-256 10 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m206 0 h10 m-236 -10 v20 m246 0 v-20 m-246 20 v24 m246 0 v-24 m-246 24 q0 10 10 10 m226 0 q10 0 10 -10 m-236 10 h10 m90 0 h10 m0 0 h116 m23 -88 h-3" /> <polygon points="295 17 303 13 303 21" /> <polygon points="295 17 287 13 287 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_range_relocate_stmt" title="alter_range_relocate_stmt">alter\_range\_relocate\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="relocate_subject_nonlease" href="#relocate_subject_nonlease">relocate\_subject\_nonlease:</a></p><svg width="205" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="74" height="32" rx="10" /> <rect x="49" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">VOTERS</text> <rect x="51" y="67" width="106" height="32" rx="10" /> <rect x="49" y="65" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">NONVOTERS</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h116 m-146 0 h20 m126 0 h20 m-166 0 q10 0 10 10 m146 0 q0 -10 10 -10 m-156 10 v12 m146 0 v-12 m-146 12 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m74 0 h10 m0 0 h32 m-136 -10 v20 m146 0 v-20 m-146 20 v24 m146 0 v-24 m-146 24 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m106 0 h10 m23 -76 h-3" /> <polygon points="195 5 203 1 203 9" /> <polygon points="195 5 187 1 187 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_range_relocate_stmt" title="alter_range_relocate_stmt">alter\_range\_relocate\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="target_object_type" href="#target_object_type">target\_object\_type:</a></p><svg width="201" height="257"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="72" height="32" rx="10" /> <rect x="49" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">TABLES</text> <rect x="51" y="47" width="102" height="32" rx="10" /> <rect x="49" y="45" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SEQUENCES</text> <rect x="51" y="91" width="62" height="32" rx="10" /> <rect x="49" y="89" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">TYPES</text> <rect x="51" y="135" width="86" height="32" rx="10" /> <rect x="49" y="133" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">SCHEMAS</text> <rect x="51" y="179" width="102" height="32" rx="10" /> <rect x="49" y="177" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">FUNCTIONS</text> <rect x="51" y="223" width="92" height="32" rx="10" /> <rect x="49" y="221" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">ROUTINES</text> <path className="line" d="m17 17 h2 m20 0 h10 m72 0 h10 m0 0 h30 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m62 0 h10 m0 0 h40 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m86 0 h10 m0 0 h16 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m92 0 h10 m0 0 h10 m23 -220 h-3" /> <polygon points="191 17 199 13 199 21" /> <polygon points="191 17 183 13 183 21" /></svg><p>referenced by: </p><ul> <li><a href="#abbreviated_grant_stmt" title="abbreviated_grant_stmt">abbreviated\_grant\_stmt</a></li> <li><a href="#abbreviated_revoke_stmt" title="abbreviated_revoke_stmt">abbreviated\_revoke\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_changefeed_cmd" href="#alter_changefeed_cmd">alter\_changefeed\_cmd:</a></p><svg width="505" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="48" height="32" rx="10" /> <rect x="49" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ADD</text><a href="#changefeed_table_targets" title="changefeed_table_targets"> <rect x="119" y="3" width="188" height="32" /> <rect x="117" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="127" y="21">changefeed\_table\_targets</text></a><a href="#opt_with_options" title="opt_with_options"> <rect x="327" y="3" width="130" height="32" /> <rect x="325" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="335" y="21">opt\_with\_options</text></a><rect x="51" y="47" width="58" height="32" rx="10" /> <rect x="49" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DROP</text><a href="#changefeed_table_targets" title="changefeed_table_targets"> <rect x="129" y="47" width="188" height="32" /> <rect x="127" y="45" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="65">changefeed\_table\_targets</text></a><rect x="51" y="91" width="44" height="32" rx="10" /> <rect x="49" y="89" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">SET</text><a href="#kv_option_list" title="kv_option_list"> <rect x="115" y="91" width="108" height="32" /> <rect x="113" y="89" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="109">kv\_option\_list</text></a><rect x="51" y="135" width="64" height="32" rx="10" /> <rect x="49" y="133" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">UNSET</text><a href="#name_list" title="name_list"> <rect x="135" y="135" width="82" height="32" /> <rect x="133" y="133" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="153">name\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m48 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m130 0 h10 m-446 0 h20 m426 0 h20 m-466 0 q10 0 10 10 m446 0 q0 -10 10 -10 m-456 10 v24 m446 0 v-24 m-446 24 q0 10 10 10 m426 0 q10 0 10 -10 m-436 10 h10 m58 0 h10 m0 0 h10 m188 0 h10 m0 0 h140 m-436 -10 v20 m446 0 v-20 m-446 20 v24 m446 0 v-24 m-446 24 q0 10 10 10 m426 0 q10 0 10 -10 m-436 10 h10 m44 0 h10 m0 0 h10 m108 0 h10 m0 0 h234 m-436 -10 v20 m446 0 v-20 m-446 20 v24 m446 0 v-24 m-446 24 q0 10 10 10 m426 0 q10 0 10 -10 m-436 10 h10 m64 0 h10 m0 0 h10 m82 0 h10 m0 0 h240 m23 -132 h-3" /> <polygon points="495 17 503 13 503 21" /> <polygon points="495 17 487 13 487 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_changefeed_cmds" title="alter_changefeed_cmds">alter\_changefeed\_cmds</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_cmd" href="#alter_backup_cmd">alter\_backup\_cmd:</a></p><svg width="225" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ADD</text><a href="#backup_kms" title="backup_kms"> <rect x="99" y="3" width="98" height="32" /> <rect x="97" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="107" y="21">backup\_kms</text></a><path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m0 0 h10 m98 0 h10 m3 0 h-3" /> <polygon points="215 17 223 13 223 21" /> <polygon points="215 17 207 13 207 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_cmds" title="alter_backup_cmds">alter\_backup\_cmds</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_func_opt_list" href="#alter_func_opt_list">alter\_func\_opt\_list:</a></p><svg width="291" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#common_routine_opt_item" title="common_routine_opt_item"> <rect x="51" y="19" width="192" height="32" /> <rect x="49" y="17" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">common\_routine\_opt\_item</text></a><path className="line" d="m17 33 h2 m20 0 h10 m192 0 h10 m-232 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m212 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-212 0 h10 m0 0 h202 m23 32 h-3" /> <polygon points="281 33 289 29 289 37" /> <polygon points="281 33 273 29 273 37" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_options_stmt" title="alter_func_options_stmt">alter\_func\_options\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_restrict" href="#opt_restrict">opt\_restrict:</a></p><svg width="187" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="88" height="32" rx="10" /> <rect x="49" y="21" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">RESTRICT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m23 -32 h-3" /> <polygon points="177 5 185 1 185 9" /> <polygon points="177 5 169 1 169 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_options_stmt" title="alter_func_options_stmt">alter\_func\_options\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_no" href="#opt_no">opt\_no:</a></p><svg width="139" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="40" height="32" rx="10" /> <rect x="49" y="21" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">NO</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h50 m-80 0 h20 m60 0 h20 m-100 0 q10 0 10 10 m80 0 q0 -10 10 -10 m-90 10 v12 m80 0 v-12 m-80 12 q0 10 10 10 m60 0 q10 0 10 -10 m-70 10 h10 m40 0 h10 m23 -32 h-3" /> <polygon points="129 5 137 1 137 9" /> <polygon points="129 5 121 1 121 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_dep_extension_stmt" title="alter_func_dep_extension_stmt">alter\_func\_dep\_extension\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_backup_schedule_cmd" href="#alter_backup_schedule_cmd">alter\_backup\_schedule\_cmd:</a></p><svg width="575" height="377"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SET</text> <rect x="135" y="3" width="62" height="32" rx="10" /> <rect x="133" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">LABEL</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="217" y="3" width="158" height="32" /> <rect x="215" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="225" y="21">string\_or\_placeholder</text></a><rect x="135" y="47" width="56" height="32" rx="10" /> <rect x="133" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">INTO</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="211" y="47" width="214" height="32" /> <rect x="209" y="45" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="219" y="65">string\_or\_placeholder\_opt\_list</text></a><rect x="135" y="91" width="58" height="32" rx="10" /> <rect x="133" y="89" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="109">WITH</text><a href="#backup_options" title="backup_options"> <rect x="213" y="91" width="120" height="32" /> <rect x="211" y="89" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="109">backup\_options</text></a><a href="#cron_expr" title="cron_expr"> <rect x="135" y="135" width="84" height="32" /> <rect x="133" y="133" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="153">cron\_expr</text></a><rect x="135" y="179" width="54" height="32" rx="10" /> <rect x="133" y="177" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="197">FULL</text> <rect x="209" y="179" width="74" height="32" rx="10" /> <rect x="207" y="177" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="217" y="197">BACKUP</text> <rect x="323" y="179" width="78" height="32" rx="10" /> <rect x="321" y="177" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="331" y="197">ALWAYS</text><a href="#sconst_or_placeholder" title="sconst_or_placeholder"> <rect x="323" y="223" width="164" height="32" /> <rect x="321" y="221" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="331" y="241">sconst\_or\_placeholder</text></a><rect x="135" y="267" width="92" height="32" rx="10" /> <rect x="133" y="265" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="285">SCHEDULE</text> <rect x="247" y="267" width="76" height="32" rx="10" /> <rect x="245" y="265" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="255" y="285">OPTION</text><a href="#kv_option" title="kv_option"> <rect x="343" y="267" width="82" height="32" /> <rect x="341" y="265" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="351" y="285">kv\_option</text></a><rect x="51" y="311" width="80" height="32" rx="10" /> <rect x="49" y="309" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">EXECUTE</text> <rect x="171" y="343" width="54" height="32" rx="10" /> <rect x="169" y="341" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="361">FULL</text> <rect x="265" y="311" width="116" height="32" rx="10" /> <rect x="263" y="309" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="329">IMMEDIATELY</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m158 0 h10 m0 0 h132 m-412 0 h20 m392 0 h20 m-432 0 q10 0 10 10 m412 0 q0 -10 10 -10 m-422 10 v24 m412 0 v-24 m-412 24 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m56 0 h10 m0 0 h10 m214 0 h10 m0 0 h82 m-402 -10 v20 m412 0 v-20 m-412 20 v24 m412 0 v-24 m-412 24 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m58 0 h10 m0 0 h10 m120 0 h10 m0 0 h174 m-402 -10 v20 m412 0 v-20 m-412 20 v24 m412 0 v-24 m-412 24 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m84 0 h10 m0 0 h288 m-402 -10 v20 m412 0 v-20 m-412 20 v24 m412 0 v-24 m-412 24 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m54 0 h10 m0 0 h10 m74 0 h10 m20 0 h10 m78 0 h10 m0 0 h86 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m164 0 h10 m-382 -54 v20 m412 0 v-20 m-412 20 v68 m412 0 v-68 m-412 68 q0 10 10 10 m392 0 q10 0 10 -10 m-402 10 h10 m92 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m82 0 h10 m0 0 h82 m-496 -264 h20 m496 0 h20 m-536 0 q10 0 10 10 m516 0 q0 -10 10 -10 m-526 10 v288 m516 0 v-288 m-516 288 q0 10 10 10 m496 0 q10 0 10 -10 m-506 10 h10 m80 0 h10 m20 0 h10 m0 0 h64 m-94 0 h20 m74 0 h20 m-114 0 q10 0 10 10 m94 0 q0 -10 10 -10 m-104 10 v12 m94 0 v-12 m-94 12 q0 10 10 10 m74 0 q10 0 10 -10 m-84 10 h10 m54 0 h10 m20 -32 h10 m116 0 h10 m0 0 h146 m23 -308 h-3" /> <polygon points="565 17 573 13 573 21" /> <polygon points="565 17 557 13 557 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_schedule_cmds" title="alter_backup_schedule_cmds">alter\_backup\_schedule\_cmds</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="role_option" href="#role_option">role\_option:</a></p><svg width="317" height="1401"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="108" height="32" rx="10" /> <rect x="49" y="1" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">CREATEROLE</text> <rect x="51" y="47" width="130" height="32" rx="10" /> <rect x="49" y="45" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NOCREATEROLE</text> <rect x="51" y="91" width="64" height="32" rx="10" /> <rect x="49" y="89" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">LOGIN</text> <rect x="51" y="135" width="86" height="32" rx="10" /> <rect x="49" y="133" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">NOLOGIN</text> <rect x="51" y="179" width="114" height="32" rx="10" /> <rect x="49" y="177" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">CONTROLJOB</text> <rect x="51" y="223" width="134" height="32" rx="10" /> <rect x="49" y="221" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">NOCONTROLJOB</text> <rect x="51" y="267" width="176" height="32" rx="10" /> <rect x="49" y="265" width="176" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">CONTROLCHANGEFEED</text> <rect x="51" y="311" width="198" height="32" rx="10" /> <rect x="49" y="309" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">NOCONTROLCHANGEFEED</text> <rect x="51" y="355" width="90" height="32" rx="10" /> <rect x="49" y="353" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">CREATEDB</text> <rect x="51" y="399" width="112" height="32" rx="10" /> <rect x="49" y="397" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">NOCREATEDB</text> <rect x="51" y="443" width="118" height="32" rx="10" /> <rect x="49" y="441" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">CREATELOGIN</text> <rect x="51" y="487" width="138" height="32" rx="10" /> <rect x="49" y="485" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">NOCREATELOGIN</text> <rect x="51" y="531" width="122" height="32" rx="10" /> <rect x="49" y="529" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">VIEWACTIVITY</text> <rect x="51" y="575" width="144" height="32" rx="10" /> <rect x="49" y="573" width="144" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">NOVIEWACTIVITY</text> <rect x="51" y="619" width="196" height="32" rx="10" /> <rect x="49" y="617" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">VIEWACTIVITYREDACTED</text> <rect x="51" y="663" width="216" height="32" rx="10" /> <rect x="49" y="661" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">NOVIEWACTIVITYREDACTED</text> <rect x="51" y="707" width="120" height="32" rx="10" /> <rect x="49" y="705" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">CANCELQUERY</text> <rect x="51" y="751" width="142" height="32" rx="10" /> <rect x="49" y="749" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">NOCANCELQUERY</text> <rect x="51" y="795" width="196" height="32" rx="10" /> <rect x="49" y="793" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">MODIFYCLUSTERSETTING</text> <rect x="51" y="839" width="218" height="32" rx="10" /> <rect x="49" y="837" width="218" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">NOMODIFYCLUSTERSETTING</text> <rect x="51" y="883" width="92" height="32" rx="10" /> <rect x="49" y="881" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">SQLLOGIN</text> <rect x="51" y="927" width="114" height="32" rx="10" /> <rect x="49" y="925" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">NOSQLLOGIN</text> <rect x="51" y="971" width="178" height="32" rx="10" /> <rect x="49" y="969" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">VIEWCLUSTERSETTING</text> <rect x="51" y="1015" width="200" height="32" rx="10" /> <rect x="49" y="1013" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">NOVIEWCLUSTERSETTING</text><a href="#password_clause" title="password_clause"> <rect x="51" y="1059" width="128" height="32" /> <rect x="49" y="1057" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1077">password\_clause</text></a><a href="#valid_until_clause" title="valid_until_clause"> <rect x="51" y="1103" width="134" height="32" /> <rect x="49" y="1101" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1121">valid\_until\_clause</text></a><a href="#subject_clause" title="subject_clause"> <rect x="51" y="1147" width="114" height="32" /> <rect x="49" y="1145" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1165">subject\_clause</text></a><a href="#provisionsrc_clause" title="provisionsrc_clause"> <rect x="51" y="1191" width="144" height="32" /> <rect x="49" y="1189" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1209">provisionsrc\_clause</text></a><rect x="51" y="1235" width="114" height="32" rx="10" /> <rect x="49" y="1233" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">REPLICATION</text> <rect x="51" y="1279" width="136" height="32" rx="10" /> <rect x="49" y="1277" width="136" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">NOREPLICATION</text> <rect x="51" y="1323" width="100" height="32" rx="10" /> <rect x="49" y="1321" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">BYPASSRLS</text> <rect x="51" y="1367" width="122" height="32" rx="10" /> <rect x="49" y="1365" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">NOBYPASSRLS</text> <path className="line" d="m17 17 h2 m20 0 h10 m108 0 h10 m0 0 h110 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m130 0 h10 m0 0 h88 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m64 0 h10 m0 0 h154 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m86 0 h10 m0 0 h132 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m114 0 h10 m0 0 h104 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m134 0 h10 m0 0 h84 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m176 0 h10 m0 0 h42 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m198 0 h10 m0 0 h20 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m90 0 h10 m0 0 h128 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m112 0 h10 m0 0 h106 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m118 0 h10 m0 0 h100 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m138 0 h10 m0 0 h80 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m122 0 h10 m0 0 h96 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m144 0 h10 m0 0 h74 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m196 0 h10 m0 0 h22 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m216 0 h10 m0 0 h2 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m120 0 h10 m0 0 h98 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m142 0 h10 m0 0 h76 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m196 0 h10 m0 0 h22 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m218 0 h10 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m92 0 h10 m0 0 h126 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m114 0 h10 m0 0 h104 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m178 0 h10 m0 0 h40 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m200 0 h10 m0 0 h18 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m128 0 h10 m0 0 h90 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m134 0 h10 m0 0 h84 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m114 0 h10 m0 0 h104 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m144 0 h10 m0 0 h74 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m114 0 h10 m0 0 h104 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m136 0 h10 m0 0 h82 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m100 0 h10 m0 0 h118 m-248 -10 v20 m258 0 v-20 m-258 20 v24 m258 0 v-24 m-258 24 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m122 0 h10 m0 0 h96 m23 -1364 h-3" /> <polygon points="307 17 315 13 315 21" /> <polygon points="307 17 299 13 299 21" /></svg><p>referenced by: </p><ul> <li><a href="#role_options" title="role_options">role\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="replication_options" href="#replication_options">replication\_options:</a></p><svg width="357" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="100" height="32" rx="10" /> <rect x="49" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">RETENTION</text> <rect x="171" y="3" width="30" height="32" rx="10" /> <rect x="169" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="21">=</text><a href="#d_expr" title="d_expr"> <rect x="221" y="3" width="64" height="32" /> <rect x="219" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="21">d\_expr</text></a><rect x="51" y="47" width="56" height="32" rx="10" /> <rect x="49" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">READ</text> <rect x="127" y="47" width="80" height="32" rx="10" /> <rect x="125" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="65">VIRTUAL</text> <rect x="227" y="47" width="82" height="32" rx="10" /> <rect x="225" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="235" y="65">CLUSTER</text> <path className="line" d="m17 17 h2 m20 0 h10 m100 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h24 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m56 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m82 0 h10 m23 -44 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#replication_options_list" title="replication_options_list">replication\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="source_replication_options" href="#source_replication_options">source\_replication\_options:</a></p><svg width="405" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="106" height="32" rx="10" /> <rect x="29" y="1" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">EXPIRATION</text> <rect x="157" y="3" width="86" height="32" rx="10" /> <rect x="155" y="1" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="165" y="21">WINDOW</text> <rect x="263" y="3" width="30" height="32" rx="10" /> <rect x="261" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="21">=</text><a href="#d_expr" title="d_expr"> <rect x="313" y="3" width="64" height="32" /> <rect x="311" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="21">d\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m106 0 h10 m0 0 h10 m86 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="395 17 403 13 403 21" /> <polygon points="395 17 387 13 387 21" /></svg><p>referenced by: </p><ul> <li><a href="#source_replication_options_list" title="source_replication_options_list">source\_replication\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="typed_literal" href="#typed_literal">typed\_literal:</a></p><svg width="385" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_name_no_crdb_extra" title="func_name_no_crdb_extra"> <rect x="51" y="3" width="190" height="32" /> <rect x="49" y="1" width="190" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_name\_no\_crdb\_extra</text></a><a href="#const_typename" title="const_typename"> <rect x="51" y="47" width="126" height="32" /> <rect x="49" y="45" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">const\_typename</text></a><rect x="281" y="3" width="76" height="32" rx="10" /> <rect x="279" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="289" y="21">SCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m190 0 h10 m-230 0 h20 m210 0 h20 m-250 0 q10 0 10 10 m230 0 q0 -10 10 -10 m-240 10 v24 m230 0 v-24 m-230 24 q0 10 10 10 m210 0 q10 0 10 -10 m-220 10 h10 m126 0 h10 m0 0 h64 m20 -44 h10 m76 0 h10 m3 0 h-3" /> <polygon points="375 17 383 13 383 21" /> <polygon points="375 17 367 13 367 21" /></svg><p>referenced by: </p><ul> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="interval_value" href="#interval_value">interval\_value:</a></p><svg width="469" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="88" height="32" rx="10" /> <rect x="29" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INTERVAL</text> <rect x="159" y="3" width="76" height="32" rx="10" /> <rect x="157" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="21">SCONST</text><a href="#opt_interval_qualifier" title="opt_interval_qualifier"> <rect x="255" y="3" width="156" height="32" /> <rect x="253" y="1" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="263" y="21">opt\_interval\_qualifier</text></a><rect x="159" y="47" width="26" height="32" rx="10" /> <rect x="157" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="65">(</text> <rect x="205" y="47" width="74" height="32" rx="10" /> <rect x="203" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="65">ICONST</text> <rect x="299" y="47" width="26" height="32" rx="10" /> <rect x="297" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="65">)</text> <rect x="345" y="47" width="76" height="32" rx="10" /> <rect x="343" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="353" y="65">SCONST</text> <path className="line" d="m17 17 h2 m0 0 h10 m88 0 h10 m20 0 h10 m76 0 h10 m0 0 h10 m156 0 h10 m0 0 h10 m-302 0 h20 m282 0 h20 m-322 0 q10 0 10 10 m302 0 q0 -10 10 -10 m-312 10 v24 m302 0 v-24 m-302 24 q0 10 10 10 m282 0 q10 0 10 -10 m-292 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m76 0 h10 m23 -44 h-3" /> <polygon points="459 17 467 13 467 21" /> <polygon points="459 17 451 13 451 21" /></svg><p>referenced by: </p><ul> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="column_path_with_star" href="#column_path_with_star">column\_path\_with\_star:</a></p><svg width="885" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_path" title="column_path"> <rect x="51" y="3" width="102" height="32" /> <rect x="49" y="1" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">column\_path</text></a><a href="#db_object_name_component" title="db_object_name_component"> <rect x="51" y="47" width="206" height="32" /> <rect x="49" y="45" width="206" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">db\_object\_name\_component</text></a><rect x="277" y="47" width="24" height="32" rx="10" /> <rect x="275" y="45" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="285" y="65">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="341" y="79" width="140" height="32" /> <rect x="339" y="77" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="97">unrestricted\_name</text></a><rect x="501" y="79" width="24" height="32" rx="10" /> <rect x="499" y="77" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="509" y="97">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="565" y="111" width="140" height="32" /> <rect x="563" y="109" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="573" y="129">unrestricted\_name</text></a><rect x="725" y="111" width="24" height="32" rx="10" /> <rect x="723" y="109" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="733" y="129">.</text> <rect x="809" y="47" width="28" height="32" rx="10" /> <rect x="807" y="45" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="817" y="65">\*</text> <path className="line" d="m17 17 h2 m20 0 h10 m102 0 h10 m0 0 h684 m-826 0 h20 m806 0 h20 m-846 0 q10 0 10 10 m826 0 q0 -10 10 -10 m-836 10 v24 m826 0 v-24 m-826 24 q0 10 10 10 m806 0 q10 0 10 -10 m-816 10 h10 m206 0 h10 m0 0 h10 m24 0 h10 m20 0 h10 m0 0 h438 m-468 0 h20 m448 0 h20 m-488 0 q10 0 10 10 m468 0 q0 -10 10 -10 m-478 10 v12 m468 0 v-12 m-468 12 q0 10 10 10 m448 0 q10 0 10 -10 m-458 10 h10 m140 0 h10 m0 0 h10 m24 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m140 0 h10 m0 0 h10 m24 0 h10 m40 -64 h10 m28 0 h10 m23 -44 h-3" /> <polygon points="875 17 883 13 883 21" /> <polygon points="875 17 867 13 867 21" /></svg><p>referenced by: </p><ul> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_expr" href="#func_expr">func\_expr:</a></p><svg width="625" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_application" title="func_application"> <rect x="51" y="3" width="124" height="32" /> <rect x="49" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_application</text></a><a href="#within_group_clause" title="within_group_clause"> <rect x="195" y="3" width="150" height="32" /> <rect x="193" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="21">within\_group\_clause</text></a><a href="#filter_clause" title="filter_clause"> <rect x="365" y="3" width="96" height="32" /> <rect x="363" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="373" y="21">filter\_clause</text></a><a href="#over_clause" title="over_clause"> <rect x="481" y="3" width="96" height="32" /> <rect x="479" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="489" y="21">over\_clause</text></a><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr"> <rect x="51" y="47" width="202" height="32" /> <rect x="49" y="45" width="202" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">func\_expr\_common\_subexpr</text></a><path className="line" d="m17 17 h2 m20 0 h10 m124 0 h10 m0 0 h10 m150 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m96 0 h10 m-566 0 h20 m546 0 h20 m-586 0 q10 0 10 10 m566 0 q0 -10 10 -10 m-576 10 v24 m566 0 v-24 m-566 24 q0 10 10 10 m546 0 q10 0 10 -10 m-556 10 h10 m202 0 h10 m0 0 h324 m23 -44 h-3" /> <polygon points="615 17 623 13 623 21" /> <polygon points="615 17 607 13 607 21" /></svg><p>referenced by: </p><ul> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="labeled_row" href="#labeled_row">labeled\_row:</a></p><svg width="393" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#row" title="row"> <rect x="51" y="3" width="42" height="32" /> <rect x="49" y="1" width="42" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">row</text></a><rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">(</text><a href="#row" title="row"> <rect x="97" y="47" width="42" height="32" /> <rect x="95" y="45" width="42" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">row</text></a><rect x="159" y="47" width="38" height="32" rx="10" /> <rect x="157" y="45" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="65">AS</text><a href="#name_list" title="name_list"> <rect x="217" y="47" width="82" height="32" /> <rect x="215" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="225" y="65">name\_list</text></a><rect x="319" y="47" width="26" height="32" rx="10" /> <rect x="317" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="327" y="65">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m42 0 h10 m0 0 h252 m-334 0 h20 m314 0 h20 m-354 0 q10 0 10 10 m334 0 q0 -10 10 -10 m-344 10 v24 m334 0 v-24 m-334 24 q0 10 10 10 m314 0 q10 0 10 -10 m-324 10 h10 m26 0 h10 m0 0 h10 m42 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="383 17 391 13 391 21" /> <polygon points="383 17 375 13 375 21" /></svg><p>referenced by: </p><ul> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="array_expr" href="#array_expr">array\_expr:</a></p><svg width="307" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">\[</text><a href="#opt_expr_list" title="opt_expr_list"> <rect x="97" y="3" width="104" height="32" /> <rect x="95" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="21">opt\_expr\_list</text></a><a href="#array_expr_list" title="array_expr_list"> <rect x="97" y="47" width="116" height="32" /> <rect x="95" y="45" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">array\_expr\_list</text></a><rect x="253" y="3" width="26" height="32" rx="10" /> <rect x="251" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="261" y="21">]</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m104 0 h10 m0 0 h12 m-156 0 h20 m136 0 h20 m-176 0 q10 0 10 10 m156 0 q0 -10 10 -10 m-166 10 v24 m156 0 v-24 m-156 24 q0 10 10 10 m136 0 q10 0 10 -10 m-146 10 h10 m116 0 h10 m20 -44 h10 m26 0 h10 m3 0 h-3" /> <polygon points="297 17 305 13 305 21" /> <polygon points="297 17 289 13 289 21" /></svg><p>referenced by: </p><ul> <li><a href="#array_expr_list" title="array_expr_list">array\_expr\_list</a></li> <li><a href="#d_expr" title="d_expr">d\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="array_subscripts" href="#array_subscripts">array\_subscripts:</a></p><svg width="217" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#array_subscript" title="array_subscript"> <rect x="51" y="19" width="118" height="32" /> <rect x="49" y="17" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">array\_subscript</text></a><path className="line" d="m17 33 h2 m20 0 h10 m118 0 h10 m-158 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m138 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-138 0 h10 m0 0 h128 m23 32 h-3" /> <polygon points="207 33 215 29 215 37" /> <polygon points="207 33 199 29 199 37" /></svg><p>referenced by: </p><ul> <li><a href="#c_expr" title="c_expr">c\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="case_expr" href="#case_expr">case\_expr:</a></p><svg width="551" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="56" height="32" rx="10" /> <rect x="29" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">CASE</text><a href="#case_arg" title="case_arg"> <rect x="107" y="3" width="78" height="32" /> <rect x="105" y="1" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="115" y="21">case\_arg</text></a><a href="#when_clause_list" title="when_clause_list"> <rect x="205" y="3" width="128" height="32" /> <rect x="203" y="1" width="128" height="32" className="nonterminal" /> <text className="nonterminal" x="213" y="21">when\_clause\_list</text></a><a href="#case_default" title="case_default"> <rect x="353" y="3" width="102" height="32" /> <rect x="351" y="1" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="361" y="21">case\_default</text></a><rect x="475" y="3" width="48" height="32" rx="10" /> <rect x="473" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="21">END</text> <path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m128 0 h10 m0 0 h10 m102 0 h10 m0 0 h10 m48 0 h10 m3 0 h-3" /> <polygon points="541 17 549 13 549 21" /> <polygon points="541 17 533 13 533 21" /></svg><p>referenced by: </p><ul> <li><a href="#c_expr" title="c_expr">c\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="operator_op" href="#operator_op">operator\_op:</a></p><svg width="117" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#all_op" title="all_op"> <rect x="31" y="3" width="58" height="32" /> <rect x="29" y="1" width="58" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">all\_op</text></a><path className="line" d="m17 17 h2 m0 0 h10 m58 0 h10 m3 0 h-3" /> <polygon points="107 17 115 13 115 21" /> <polygon points="107 17 99 13 99 21" /></svg><p>referenced by: </p><ul> <li><a href="#qual_op" title="qual_op">qual\_op</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_expr_list" href="#opt_expr_list">opt\_expr\_list:</a></p><svg width="173" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#expr_list" title="expr_list"> <rect x="51" y="23" width="74" height="32" /> <rect x="49" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">expr\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h84 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v12 m114 0 v-12 m-114 12 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="163 5 171 1 171 9" /> <polygon points="163 5 155 1 155 9" /></svg><p>referenced by: </p><ul> <li><a href="#array_expr" title="array_expr">array\_expr</a></li> <li><a href="#row" title="row">row</a></li> <li><a href="#substr_list" title="substr_list">substr\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="expr_tuple_unambiguous" href="#expr_tuple_unambiguous">expr\_tuple\_unambiguous:</a></p><svg width="395" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#tuple1_unambiguous_values" title="tuple1_unambiguous_values"> <rect x="97" y="35" width="204" height="32" /> <rect x="95" y="33" width="204" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="53">tuple1\_unambiguous\_values</text></a><rect x="341" y="3" width="26" height="32" rx="10" /> <rect x="339" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="349" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h214 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v12 m244 0 v-12 m-244 12 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m204 0 h10 m20 -32 h10 m26 0 h10 m3 0 h-3" /> <polygon points="385 17 393 13 393 21" /> <polygon points="385 17 377 13 377 21" /></svg><p>referenced by: </p><ul> <li><a href="#row" title="row">row</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="expr_tuple1_ambiguous" href="#expr_tuple1_ambiguous">expr\_tuple1\_ambiguous:</a></p><svg width="379" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#tuple1_ambiguous_values" title="tuple1_ambiguous_values"> <rect x="97" y="35" width="188" height="32" /> <rect x="95" y="33" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="53">tuple1\_ambiguous\_values</text></a><rect x="325" y="3" width="26" height="32" rx="10" /> <rect x="323" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="333" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h198 m-228 0 h20 m208 0 h20 m-248 0 q10 0 10 10 m228 0 q0 -10 10 -10 m-238 10 v12 m228 0 v-12 m-228 12 q0 10 10 10 m208 0 q10 0 10 -10 m-218 10 h10 m188 0 h10 m20 -32 h10 m26 0 h10 m3 0 h-3" /> <polygon points="369 17 377 13 377 21" /> <polygon points="369 17 361 13 361 21" /></svg><p>referenced by: </p><ul> <li><a href="#in_expr" title="in_expr">in\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="all_op" href="#all_op">all\_op:</a></p><svg width="277" height="1797"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="30" height="32" rx="10" /> <rect x="49" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">+</text> <rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">-</text> <rect x="51" y="91" width="28" height="32" rx="10" /> <rect x="49" y="89" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">\*</text> <rect x="51" y="135" width="28" height="32" rx="10" /> <rect x="49" y="133" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">/</text> <rect x="51" y="179" width="34" height="32" rx="10" /> <rect x="49" y="177" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">%</text> <rect x="51" y="223" width="30" height="32" rx="10" /> <rect x="49" y="221" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">^</text> <rect x="51" y="267" width="30" height="32" rx="10" /> <rect x="49" y="265" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">\<</text> <rect x="51" y="311" width="30" height="32" rx="10" /> <rect x="49" y="309" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">></text> <rect x="51" y="355" width="30" height="32" rx="10" /> <rect x="49" y="353" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">=</text> <rect x="51" y="399" width="118" height="32" rx="10" /> <rect x="49" y="397" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">LESS\_EQUALS</text> <rect x="51" y="443" width="146" height="32" rx="10" /> <rect x="49" y="441" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">GREATER\_EQUALS</text> <rect x="51" y="487" width="114" height="32" rx="10" /> <rect x="49" y="485" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">NOT\_EQUALS</text> <rect x="51" y="531" width="26" height="32" rx="10" /> <rect x="49" y="529" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">?</text> <rect x="51" y="575" width="30" height="32" rx="10" /> <rect x="49" y="573" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">&</text> <rect x="51" y="619" width="26" height="32" rx="10" /> <rect x="49" y="617" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">|</text> <rect x="51" y="663" width="30" height="32" rx="10" /> <rect x="49" y="661" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">#</text> <rect x="51" y="707" width="92" height="32" rx="10" /> <rect x="49" y="705" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">FLOORDIV</text> <rect x="51" y="751" width="92" height="32" rx="10" /> <rect x="49" y="749" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">CONTAINS</text> <rect x="51" y="795" width="142" height="32" rx="10" /> <rect x="49" y="793" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">FIRST\_CONTAINS</text> <rect x="51" y="839" width="128" height="32" rx="10" /> <rect x="49" y="837" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">CONTAINED\_BY</text> <rect x="51" y="883" width="178" height="32" rx="10" /> <rect x="49" y="881" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">FIRST\_CONTAINED\_BY</text> <rect x="51" y="927" width="70" height="32" rx="10" /> <rect x="49" y="925" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">LSHIFT</text> <rect x="51" y="971" width="70" height="32" rx="10" /> <rect x="49" y="969" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">RSHIFT</text> <rect x="51" y="1015" width="76" height="32" rx="10" /> <rect x="49" y="1013" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">CONCAT</text> <rect x="51" y="1059" width="90" height="32" rx="10" /> <rect x="49" y="1057" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">FETCHVAL</text> <rect x="51" y="1103" width="96" height="32" rx="10" /> <rect x="49" y="1101" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">FETCHTEXT</text> <rect x="51" y="1147" width="134" height="32" rx="10" /> <rect x="49" y="1145" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">FETCHVAL\_PATH</text> <rect x="51" y="1191" width="142" height="32" rx="10" /> <rect x="49" y="1189" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">FETCHTEXT\_PATH</text> <rect x="51" y="1235" width="164" height="32" rx="10" /> <rect x="49" y="1233" width="164" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">JSON\_SOME\_EXISTS</text> <rect x="51" y="1279" width="150" height="32" rx="10" /> <rect x="49" y="1277" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">JSON\_ALL\_EXISTS</text> <rect x="51" y="1323" width="134" height="32" rx="10" /> <rect x="49" y="1321" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">NOT\_REGMATCH</text> <rect x="51" y="1367" width="102" height="32" rx="10" /> <rect x="49" y="1365" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">REGIMATCH</text> <rect x="51" y="1411" width="140" height="32" rx="10" /> <rect x="49" y="1409" width="140" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1429">NOT\_REGIMATCH</text> <rect x="51" y="1455" width="88" height="32" rx="10" /> <rect x="49" y="1453" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1473">AND\_AND</text> <rect x="51" y="1499" width="64" height="32" rx="10" /> <rect x="49" y="1497" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1517">AT\_AT</text> <rect x="51" y="1543" width="90" height="32" rx="10" /> <rect x="49" y="1541" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1561">DISTANCE</text> <rect x="51" y="1587" width="128" height="32" rx="10" /> <rect x="49" y="1585" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1605">COS\_DISTANCE</text> <rect x="51" y="1631" width="176" height="32" rx="10" /> <rect x="49" y="1629" width="176" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1649">NEG\_INNER\_PRODUCT</text> <rect x="51" y="1675" width="30" height="32" rx="10" /> <rect x="49" y="1673" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1693">\~</text> <rect x="51" y="1719" width="58" height="32" rx="10" /> <rect x="49" y="1717" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1737">SQRT</text> <rect x="51" y="1763" width="56" height="32" rx="10" /> <rect x="49" y="1761" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1781">CBRT</text> <path className="line" d="m17 17 h2 m20 0 h10 m30 0 h10 m0 0 h148 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m26 0 h10 m0 0 h152 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m28 0 h10 m0 0 h150 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m28 0 h10 m0 0 h150 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m34 0 h10 m0 0 h144 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m118 0 h10 m0 0 h60 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m146 0 h10 m0 0 h32 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m114 0 h10 m0 0 h64 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m26 0 h10 m0 0 h152 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m26 0 h10 m0 0 h152 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m92 0 h10 m0 0 h86 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m92 0 h10 m0 0 h86 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m142 0 h10 m0 0 h36 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m128 0 h10 m0 0 h50 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m178 0 h10 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m70 0 h10 m0 0 h108 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m70 0 h10 m0 0 h108 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m76 0 h10 m0 0 h102 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m90 0 h10 m0 0 h88 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m96 0 h10 m0 0 h82 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m134 0 h10 m0 0 h44 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m142 0 h10 m0 0 h36 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m164 0 h10 m0 0 h14 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m150 0 h10 m0 0 h28 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m134 0 h10 m0 0 h44 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m102 0 h10 m0 0 h76 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m140 0 h10 m0 0 h38 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m88 0 h10 m0 0 h90 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m64 0 h10 m0 0 h114 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m90 0 h10 m0 0 h88 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m128 0 h10 m0 0 h50 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m176 0 h10 m0 0 h2 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m30 0 h10 m0 0 h148 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m58 0 h10 m0 0 h120 m-208 -10 v20 m218 0 v-20 m-218 20 v24 m218 0 v-24 m-218 24 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m56 0 h10 m0 0 h122 m23 -1760 h-3" /> <polygon points="267 17 275 13 275 21" /> <polygon points="267 17 259 13 259 21" /></svg><p>referenced by: </p><ul> <li><a href="#operator_op" title="operator_op">operator\_op</a></li> <li><a href="#subquery_op" title="subquery_op">subquery\_op</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_equal" href="#opt_equal">opt\_equal:</a></p><svg width="129" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="30" height="32" rx="10" /> <rect x="49" y="21" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">=</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h40 m-70 0 h20 m50 0 h20 m-90 0 q10 0 10 10 m70 0 q0 -10 10 -10 m-80 10 v12 m70 0 v-12 m-70 12 q0 10 10 10 m50 0 q10 0 10 -10 m-60 10 h10 m30 0 h10 m23 -32 h-3" /> <polygon points="119 5 127 1 127 9" /> <polygon points="119 5 111 1 111 9" /></svg><p>referenced by: </p><ul> <li><a href="#opt_connection_limit" title="opt_connection_limit">opt\_connection\_limit</a></li> <li><a href="#opt_encoding_clause" title="opt_encoding_clause">opt\_encoding\_clause</a></li> <li><a href="#opt_lc_collate_clause" title="opt_lc_collate_clause">opt\_lc\_collate\_clause</a></li> <li><a href="#opt_lc_ctype_clause" title="opt_lc_ctype_clause">opt\_lc\_ctype\_clause</a></li> <li><a href="#opt_owner_clause" title="opt_owner_clause">opt\_owner\_clause</a></li> <li><a href="#opt_regions_list" title="opt_regions_list">opt\_regions\_list</a></li> <li><a href="#opt_template_clause" title="opt_template_clause">opt\_template\_clause</a></li> <li><a href="#primary_region_clause" title="primary_region_clause">primary\_region\_clause</a></li> <li><a href="#secondary_region_clause" title="secondary_region_clause">secondary\_region\_clause</a></li> <li><a href="#survival_goal_clause" title="survival_goal_clause">survival\_goal\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="super_region_clause" href="#super_region_clause">super\_region\_clause:</a></p><svg width="583" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SUPER</text> <rect x="115" y="3" width="74" height="32" rx="10" /> <rect x="113" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">REGION</text><a href="#region_name" title="region_name"> <rect x="209" y="3" width="104" height="32" /> <rect x="207" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="217" y="21">region\_name</text></a><rect x="333" y="3" width="72" height="32" rx="10" /> <rect x="331" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="341" y="21">VALUES</text><a href="#region_name_list" title="region_name_list"> <rect x="425" y="3" width="130" height="32" /> <rect x="423" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="433" y="21">region\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="573 17 581 13 581 21" /> <polygon points="573 17 565 13 565 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_super_region_clause" title="opt_super_region_clause">opt\_super\_region\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_name" href="#opt_name">opt\_name:</a></p><svg width="155" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#name" title="name"> <rect x="51" y="23" width="56" height="32" /> <rect x="49" y="21" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="145 5 153 1 153 9" /> <polygon points="145 5 137 1 137 9" /></svg><p>referenced by: </p><ul> <li><a href="#opt_family_name" title="opt_family_name">opt\_family\_name</a></li> <li><a href="#opt_index_name" title="opt_index_name">opt\_index\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_elem" href="#index_elem">index\_elem:</a></p><svg width="429" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_expr_windowless" title="func_expr_windowless"> <rect x="51" y="3" width="162" height="32" /> <rect x="49" y="1" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_expr\_windowless</text></a><rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">(</text><a href="#a_expr" title="a_expr"> <rect x="97" y="47" width="64" height="32" /> <rect x="95" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">a\_expr</text></a><rect x="181" y="47" width="26" height="32" rx="10" /> <rect x="179" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="189" y="65">)</text><a href="#name" title="name"> <rect x="51" y="91" width="56" height="32" /> <rect x="49" y="89" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">name</text></a><a href="#index_elem_options" title="index_elem_options"> <rect x="253" y="3" width="148" height="32" /> <rect x="251" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="261" y="21">index\_elem\_options</text></a><path className="line" d="m17 17 h2 m20 0 h10 m162 0 h10 m-202 0 h20 m182 0 h20 m-222 0 q10 0 10 10 m202 0 q0 -10 10 -10 m-212 10 v24 m202 0 v-24 m-202 24 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h6 m-192 -10 v20 m202 0 v-20 m-202 20 v24 m202 0 v-24 m-202 24 q0 10 10 10 m182 0 q10 0 10 -10 m-192 10 h10 m56 0 h10 m0 0 h106 m20 -88 h10 m148 0 h10 m3 0 h-3" /> <polygon points="419 17 427 13 427 21" /> <polygon points="419 17 411 13 411 21" /></svg><p>referenced by: </p><ul> <li><a href="#index_params" title="index_params">index\_params</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_hash_sharded_bucket_count" href="#opt_hash_sharded_bucket_count">opt\_hash\_sharded\_bucket\_count:</a></p><svg width="441" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="130" height="32" rx="10" /> <rect x="127" y="21" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">BUCKET\_COUNT</text> <rect x="279" y="23" width="30" height="32" rx="10" /> <rect x="277" y="21" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="287" y="41">=</text><a href="#a_expr" title="a_expr"> <rect x="329" y="23" width="64" height="32" /> <rect x="327" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="337" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h352 m-382 0 h20 m362 0 h20 m-402 0 q10 0 10 10 m382 0 q0 -10 10 -10 m-392 10 v12 m382 0 v-12 m-382 12 q0 10 10 10 m362 0 q10 0 10 -10 m-372 10 h10 m58 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="431 5 439 1 439 9" /> <polygon points="431 5 423 1 423 9" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#opt_hash_sharded" title="opt_hash_sharded">opt\_hash\_sharded</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="storing" href="#storing">storing:</a></p><svg width="191" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="92" height="32" rx="10" /> <rect x="49" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">COVERING</text> <rect x="51" y="47" width="84" height="32" rx="10" /> <rect x="49" y="45" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">STORING</text> <rect x="51" y="91" width="80" height="32" rx="10" /> <rect x="49" y="89" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">INCLUDE</text> <path className="line" d="m17 17 h2 m20 0 h10 m92 0 h10 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m84 0 h10 m0 0 h8 m-122 -10 v20 m132 0 v-20 m-132 20 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m80 0 h10 m0 0 h12 m23 -88 h-3" /> <polygon points="181 17 189 13 189 21" /> <polygon points="181 17 173 13 173 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_storing" title="opt_storing">opt\_storing</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition_by" href="#partition_by">partition\_by:</a></p><svg width="371" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="98" height="32" rx="10" /> <rect x="29" y="1" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PARTITION</text> <rect x="149" y="3" width="38" height="32" rx="10" /> <rect x="147" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="21">BY</text><a href="#partition_by_inner" title="partition_by_inner"> <rect x="207" y="3" width="136" height="32" /> <rect x="205" y="1" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="21">partition\_by\_inner</text></a><path className="line" d="m17 17 h2 m0 0 h10 m98 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m136 0 h10 m3 0 h-3" /> <polygon points="361 17 369 13 369 21" /> <polygon points="361 17 353 13 353 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_partition_by" title="opt_partition_by">opt\_partition\_by</a></li> <li><a href="#opt_partition_by_index" title="opt_partition_by_index">opt\_partition\_by\_index</a></li> <li><a href="#partition_by_index" title="partition_by_index">partition\_by\_index</a></li> <li><a href="#partition_by_table" title="partition_by_table">partition\_by\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="storage_parameter_list" href="#storage_parameter_list">storage\_parameter\_list:</a></p><svg width="243" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#storage_parameter" title="storage_parameter"> <rect x="51" y="47" width="144" height="32" /> <rect x="49" y="45" width="144" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">storage\_parameter</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m144 0 h10 m-184 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m164 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-164 0 h10 m24 0 h10 m0 0 h120 m23 44 h-3" /> <polygon points="233 61 241 57 241 65" /> <polygon points="233 61 225 57 225 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list">opt\_with\_storage\_parameter\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_elem_list" href="#table_elem_list">table\_elem\_list:</a></p><svg width="189" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#table_elem" title="table_elem"> <rect x="51" y="47" width="90" height="32" /> <rect x="49" y="45" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_elem</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m90 0 h10 m-130 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m110 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-110 0 h10 m24 0 h10 m0 0 h66 m23 44 h-3" /> <polygon points="179 61 187 57 187 65" /> <polygon points="179 61 171 57 171 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_table_elem_list" title="opt_table_elem_list">opt\_table\_elem\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition_by_table" href="#partition_by_table">partition\_by\_table:</a></p><svg width="475" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#partition_by" title="partition_by"> <rect x="51" y="3" width="96" height="32" /> <rect x="49" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">partition\_by</text></a><rect x="51" y="47" width="98" height="32" rx="10" /> <rect x="49" y="45" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">PARTITION</text> <rect x="169" y="47" width="44" height="32" rx="10" /> <rect x="167" y="45" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="65">ALL</text> <rect x="233" y="47" width="38" height="32" rx="10" /> <rect x="231" y="45" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="65">BY</text><a href="#partition_by_inner" title="partition_by_inner"> <rect x="291" y="47" width="136" height="32" /> <rect x="289" y="45" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="65">partition\_by\_inner</text></a><path className="line" d="m17 17 h2 m20 0 h10 m96 0 h10 m0 0 h280 m-416 0 h20 m396 0 h20 m-436 0 q10 0 10 10 m416 0 q0 -10 10 -10 m-426 10 v24 m416 0 v-24 m-416 24 q0 10 10 10 m396 0 q10 0 10 -10 m-406 10 h10 m98 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m136 0 h10 m23 -44 h-3" /> <polygon points="465 17 473 13 473 21" /> <polygon points="465 17 457 13 457 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#opt_partition_by_table" title="opt_partition_by_table">opt\_partition\_by\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_table_defs" href="#create_as_table_defs">create\_as\_table\_defs:</a></p><svg width="515" height="223"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#column_name" title="column_name"> <rect x="33" y="3" width="108" height="32" /> <rect x="31" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="41" y="21">column\_name</text></a><a href="#create_as_col_qual_list" title="create_as_col_qual_list"> <rect x="161" y="3" width="170" height="32" /> <rect x="159" y="1" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="169" y="21">create\_as\_col\_qual\_list</text></a><rect x="65" y="85" width="24" height="32" rx="10" /> <rect x="63" y="83" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="103">,</text><a href="#column_name" title="column_name"> <rect x="129" y="85" width="108" height="32" /> <rect x="127" y="83" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="103">column\_name</text></a><a href="#create_as_col_qual_list" title="create_as_col_qual_list"> <rect x="257" y="85" width="170" height="32" /> <rect x="255" y="83" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="265" y="103">create\_as\_col\_qual\_list</text></a><a href="#family_def" title="family_def"> <rect x="129" y="129" width="86" height="32" /> <rect x="127" y="127" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="147">family\_def</text></a><a href="#create_as_constraint_def" title="create_as_constraint_def"> <rect x="129" y="173" width="182" height="32" /> <rect x="127" y="171" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="191">create\_as\_constraint\_def</text></a><path className="line" d="m19 17 h2 m0 0 h10 m108 0 h10 m0 0 h10 m170 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-350 82 l2 0 m2 0 l2 0 m2 0 l2 0 m42 0 h10 m24 0 h10 m20 0 h10 m108 0 h10 m0 0 h10 m170 0 h10 m-338 0 h20 m318 0 h20 m-358 0 q10 0 10 10 m338 0 q0 -10 10 -10 m-348 10 v24 m338 0 v-24 m-338 24 q0 10 10 10 m318 0 q10 0 10 -10 m-328 10 h10 m86 0 h10 m0 0 h212 m-328 -10 v20 m338 0 v-20 m-338 20 v24 m338 0 v-24 m-338 24 q0 10 10 10 m318 0 q10 0 10 -10 m-328 10 h10 m182 0 h10 m0 0 h116 m-402 -88 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m402 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-402 0 h10 m0 0 h392 m-442 32 h20 m442 0 h20 m-482 0 q10 0 10 10 m462 0 q0 -10 10 -10 m-472 10 v102 m462 0 v-102 m-462 102 q0 10 10 10 m442 0 q10 0 10 -10 m-452 10 h10 m0 0 h432 m23 -122 h-3" /> <polygon points="505 99 513 95 513 103" /> <polygon points="505 99 497 95 497 103" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_opt_col_list" title="create_as_opt_col_list">create\_as\_opt\_col\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="enum_val_list" href="#enum_val_list">enum\_val\_list:</a></p><svg width="175" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /> <rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCONST</text> <rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m76 0 h10 m-116 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m96 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-96 0 h10 m24 0 h10 m0 0 h52 m23 44 h-3" /> <polygon points="165 61 173 57 173 65" /> <polygon points="165 61 157 57 157 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_enum_val_list" title="opt_enum_val_list">opt\_enum\_val\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="composite_type_list" href="#composite_type_list">composite\_type\_list:</a></p><svg width="307" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#name" title="name"> <rect x="51" y="47" width="56" height="32" /> <rect x="49" y="45" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">name</text></a><a href="#simple_typename" title="simple_typename"> <rect x="127" y="47" width="132" height="32" /> <rect x="125" y="45" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="135" y="65">simple\_typename</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m56 0 h10 m0 0 h10 m132 0 h10 m-248 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m228 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-228 0 h10 m24 0 h10 m0 0 h184 m23 44 h-3" /> <polygon points="297 61 305 57 305 65" /> <polygon points="297 61 289 57 289 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_composite_type_list" title="opt_composite_type_list">opt\_composite\_type\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_param_with_default_list" href="#routine_param_with_default_list">routine\_param\_with\_default\_list:</a></p><svg width="299" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#routine_param_with_default" title="routine_param_with_default"> <rect x="51" y="47" width="200" height="32" /> <rect x="49" y="45" width="200" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">routine\_param\_with\_default</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m200 0 h10 m-240 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m220 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-220 0 h10 m24 0 h10 m0 0 h176 m23 44 h-3" /> <polygon points="289 61 297 57 297 65" /> <polygon points="289 61 281 57 281 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_routine_param_with_default_list" title="opt_routine_param_with_default_list">opt\_routine\_param\_with\_default\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_param_type" href="#routine_param_type">routine\_param\_type:</a></p><svg width="143" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#typename" title="typename"> <rect x="31" y="3" width="84" height="32" /> <rect x="29" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">typename</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="133 17 141 13 141 21" /> <polygon points="133 17 125 13 125 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_param" title="routine_param">routine\_param</a></li> <li><a href="#routine_return_type" title="routine_return_type">routine\_return\_type</a></li> <li><a href="#table_func_column" title="table_func_column">table\_func\_column</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_routine_opt_list" href="#create_routine_opt_list">create\_routine\_opt\_list:</a></p><svg width="277" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#create_routine_opt_item" title="create_routine_opt_item"> <rect x="51" y="19" width="178" height="32" /> <rect x="49" y="17" width="178" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">create\_routine\_opt\_item</text></a><path className="line" d="m17 33 h2 m20 0 h10 m178 0 h10 m-218 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m198 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-198 0 h10 m0 0 h188 m23 32 h-3" /> <polygon points="267 33 275 29 275 37" /> <polygon points="267 33 259 29 259 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_create_routine_opt_list" title="opt_create_routine_opt_list">opt\_create\_routine\_opt\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_return_stmt" href="#routine_return_stmt">routine\_return\_stmt:</a></p><svg width="217" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">RETURN</text><a href="#a_expr" title="a_expr"> <rect x="125" y="3" width="64" height="32" /> <rect x="123" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="133" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="207 17 215 13 215 21" /> <polygon points="207 17 199 13 199 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_routine_body" title="opt_routine_body">opt\_routine\_body</a></li> <li><a href="#routine_body_stmt" title="routine_body_stmt">routine\_body\_stmt</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_body_stmt_list" href="#routine_body_stmt_list">routine\_body\_stmt\_list:</a></p><svg width="323" height="69"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#routine_body_stmt" title="routine_body_stmt"> <rect x="71" y="19" width="140" height="32" /> <rect x="69" y="17" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="37">routine\_body\_stmt</text></a><rect x="231" y="19" width="24" height="32" rx="10" /> <rect x="229" y="17" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="239" y="37">;</text> <path className="line" d="m17 33 h2 m40 0 h10 m140 0 h10 m0 0 h10 m24 0 h10 m-224 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m204 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-204 0 h10 m0 0 h194 m-244 32 h20 m244 0 h20 m-284 0 q10 0 10 10 m264 0 q0 -10 10 -10 m-274 10 v14 m264 0 v-14 m-264 14 q0 10 10 10 m244 0 q10 0 10 -10 m-254 10 h10 m0 0 h234 m23 -34 h-3" /> <polygon points="313 33 321 29 321 37" /> <polygon points="313 33 305 29 305 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_routine_body" title="opt_routine_body">opt\_routine\_body</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_func_column" href="#table_func_column">table\_func\_column:</a></p><svg width="333" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#param_name" title="param_name"> <rect x="31" y="3" width="104" height="32" /> <rect x="29" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">param\_name</text></a><a href="#routine_param_type" title="routine_param_type"> <rect x="155" y="3" width="150" height="32" /> <rect x="153" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="21">routine\_param\_type</text></a><path className="line" d="m17 17 h2 m0 0 h10 m104 0 h10 m0 0 h10 m150 0 h10 m3 0 h-3" /> <polygon points="323 17 331 13 331 21" /> <polygon points="323 17 315 13 315 21" /></svg><p>referenced by: </p><ul> <li><a href="#table_func_column_list" title="table_func_column_list">table\_func\_column\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_event" href="#trigger_event">trigger\_event:</a></p><svg width="373" height="201"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="70" height="32" rx="10" /> <rect x="49" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">INSERT</text> <rect x="51" y="47" width="70" height="32" rx="10" /> <rect x="49" y="45" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DELETE</text> <rect x="51" y="91" width="74" height="32" rx="10" /> <rect x="49" y="89" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">UPDATE</text> <rect x="165" y="123" width="38" height="32" rx="10" /> <rect x="163" y="121" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="141">OF</text><a href="#name_list" title="name_list"> <rect x="223" y="123" width="82" height="32" /> <rect x="221" y="121" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="231" y="141">name\_list</text></a><rect x="51" y="167" width="92" height="32" rx="10" /> <rect x="49" y="165" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="185">TRUNCATE</text> <path className="line" d="m17 17 h2 m20 0 h10 m70 0 h10 m0 0 h204 m-314 0 h20 m294 0 h20 m-334 0 q10 0 10 10 m314 0 q0 -10 10 -10 m-324 10 v24 m314 0 v-24 m-314 24 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m70 0 h10 m0 0 h204 m-304 -10 v20 m314 0 v-20 m-314 20 v24 m314 0 v-24 m-314 24 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m74 0 h10 m20 0 h10 m0 0 h150 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v12 m180 0 v-12 m-180 12 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m38 0 h10 m0 0 h10 m82 0 h10 m-284 -42 v20 m314 0 v-20 m-314 20 v56 m314 0 v-56 m-314 56 q0 10 10 10 m294 0 q10 0 10 -10 m-304 10 h10 m92 0 h10 m0 0 h182 m23 -164 h-3" /> <polygon points="363 17 371 13 371 21" /> <polygon points="363 17 355 13 355 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_event_list" title="trigger_event_list">trigger\_event\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_transition_list" href="#trigger_transition_list">trigger\_transition\_list:</a></p><svg width="229" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#trigger_transition" title="trigger_transition"> <rect x="51" y="19" width="130" height="32" /> <rect x="49" y="17" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">trigger\_transition</text></a><path className="line" d="m17 33 h2 m20 0 h10 m130 0 h10 m-170 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m150 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-150 0 h10 m0 0 h140 m23 32 h-3" /> <polygon points="219 33 227 29 227 37" /> <polygon points="219 33 211 29 211 37" /></svg><p>referenced by: </p><ul> <li><a href="#opt_trigger_transition_list" title="opt_trigger_transition_list">opt\_trigger\_transition\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_for_opt_each" href="#trigger_for_opt_each">trigger\_for\_opt\_each:</a></p><svg width="155" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="56" height="32" rx="10" /> <rect x="49" y="21" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">EACH</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="145 5 153 1 153 9" /> <polygon points="145 5 137 1 137 9" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_for_each" title="trigger_for_each">trigger\_for\_each</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_for_type" href="#trigger_for_type">trigger\_for\_type:</a></p><svg width="199" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="54" height="32" rx="10" /> <rect x="49" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROW</text> <rect x="51" y="47" width="100" height="32" rx="10" /> <rect x="49" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">STATEMENT</text> <path className="line" d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h46 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v24 m140 0 v-24 m-140 24 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m23 -44 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_for_each" title="trigger_for_each">trigger\_for\_each</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_func_arg" href="#trigger_func_arg">trigger\_func\_arg:</a></p><svg width="239" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="74" height="32" rx="10" /> <rect x="49" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ICONST</text> <rect x="51" y="47" width="74" height="32" rx="10" /> <rect x="49" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FCONST</text> <rect x="51" y="91" width="76" height="32" rx="10" /> <rect x="49" y="89" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">SCONST</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="51" y="135" width="140" height="32" /> <rect x="49" y="133" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m74 0 h10 m0 0 h66 m-180 0 h20 m160 0 h20 m-200 0 q10 0 10 10 m180 0 q0 -10 10 -10 m-190 10 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m74 0 h10 m0 0 h66 m-170 -10 v20 m180 0 v-20 m-180 20 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m76 0 h10 m0 0 h64 m-170 -10 v20 m180 0 v-20 m-180 20 v24 m180 0 v-24 m-180 24 q0 10 10 10 m160 0 q10 0 10 -10 m-170 10 h10 m140 0 h10 m23 -132 h-3" /> <polygon points="229 17 237 13 237 21" /> <polygon points="229 17 221 13 221 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_func_args" title="trigger_func_args">trigger\_func\_args</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_stats_option" href="#create_stats_option">create\_stats\_option:</a></p><svg width="275" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#as_of_clause" title="as_of_clause"> <rect x="51" y="3" width="104" height="32" /> <rect x="49" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">as\_of\_clause</text></a><rect x="51" y="47" width="64" height="32" rx="10" /> <rect x="49" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">USING</text> <rect x="135" y="47" width="92" height="32" rx="10" /> <rect x="133" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">EXTREMES</text><a href="#where_clause" title="where_clause"> <rect x="51" y="91" width="106" height="32" /> <rect x="49" y="89" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">where\_clause</text></a><path className="line" d="m17 17 h2 m20 0 h10 m104 0 h10 m0 0 h72 m-216 0 h20 m196 0 h20 m-236 0 q10 0 10 10 m216 0 q0 -10 10 -10 m-226 10 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m64 0 h10 m0 0 h10 m92 0 h10 m-206 -10 v20 m216 0 v-20 m-216 20 v24 m216 0 v-24 m-216 24 q0 10 10 10 m196 0 q10 0 10 -10 m-206 10 h10 m106 0 h10 m0 0 h70 m23 -88 h-3" /> <polygon points="265 17 273 13 273 21" /> <polygon points="265 17 257 13 257 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_stats_option_list" title="create_stats_option_list">create\_stats\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_table_prefix" href="#opt_table_prefix">opt\_table\_prefix:</a></p><svg width="161" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="62" height="32" rx="10" /> <rect x="49" y="21" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">TABLE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h72 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v12 m102 0 v-12 m-102 12 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m23 -32 h-3" /> <polygon points="151 5 159 1 159 9" /> <polygon points="151 5 143 1 143 9" /></svg><p>referenced by: </p><ul> <li><a href="#changefeed_table_target" title="changefeed_table_target">changefeed\_table\_target</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_changefeed_family" href="#opt_changefeed_family">opt\_changefeed\_family:</a></p><svg width="291" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="72" height="32" rx="10" /> <rect x="49" y="21" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FAMILY</text><a href="#family_name" title="family_name"> <rect x="143" y="23" width="100" height="32" /> <rect x="141" y="21" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="41">family\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m72 0 h10 m0 0 h10 m100 0 h10 m23 -32 h-3" /> <polygon points="281 5 289 1 289 9" /> <polygon points="281 5 273 1 273 9" /></svg><p>referenced by: </p><ul> <li><a href="#changefeed_table_target" title="changefeed_table_target">changefeed\_table\_target</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="target_name" href="#target_name">target\_name:</a></p><svg width="199" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#unrestricted_name" title="unrestricted_name"> <rect x="31" y="3" width="140" height="32" /> <rect x="29" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m140 0 h10 m3 0 h-3" /> <polygon points="189 17 197 13 197 21" /> <polygon points="189 17 181 13 181 21" /></svg><p>referenced by: </p><ul> <li><a href="#target_elem" title="target_elem">target\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="bare_col_label" href="#bare_col_label">bare\_col\_label:</a></p><svg width="255" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#bare_label_keywords" title="bare_label_keywords"> <rect x="51" y="47" width="156" height="32" /> <rect x="49" y="45" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">bare\_label\_keywords</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h74 m-196 0 h20 m176 0 h20 m-216 0 q10 0 10 10 m196 0 q0 -10 10 -10 m-206 10 v24 m196 0 v-24 m-196 24 q0 10 10 10 m176 0 q10 0 10 -10 m-186 10 h10 m156 0 h10 m23 -44 h-3" /> <polygon points="245 17 253 13 253 21" /> <polygon points="245 17 237 13 237 21" /></svg><p>referenced by: </p><ul> <li><a href="#target_elem" title="target_elem">target\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="logical_replication_create_table_options" href="#logical_replication_create_table_options">logical\_replication\_create\_table\_options:</a></p><svg width="509" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="91" y="3" width="60" height="32" rx="10" /> <rect x="89" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="21">MODE</text> <rect x="91" y="47" width="82" height="32" rx="10" /> <rect x="89" y="45" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="65">DISCARD</text> <rect x="91" y="91" width="62" height="32" rx="10" /> <rect x="89" y="89" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="109">LABEL</text> <rect x="213" y="3" width="30" height="32" rx="10" /> <rect x="211" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="21">=</text> <rect x="71" y="135" width="132" height="32" rx="10" /> <rect x="69" y="133" width="132" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">BIDIRECTIONAL</text> <rect x="223" y="135" width="40" height="32" rx="10" /> <rect x="221" y="133" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="231" y="153">ON</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="303" y="3" width="158" height="32" /> <rect x="301" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="21">string\_or\_placeholder</text></a><rect x="51" y="179" width="142" height="32" rx="10" /> <rect x="49" y="177" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">UNIDIRECTIONAL</text> <path className="line" d="m17 17 h2 m60 0 h10 m60 0 h10 m0 0 h22 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m62 0 h10 m0 0 h20 m20 -88 h10 m30 0 h10 m0 0 h20 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v112 m232 0 v-112 m-232 112 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m132 0 h10 m0 0 h10 m40 0 h10 m20 -132 h10 m158 0 h10 m-450 0 h20 m430 0 h20 m-470 0 q10 0 10 10 m450 0 q0 -10 10 -10 m-460 10 v156 m450 0 v-156 m-450 156 q0 10 10 10 m430 0 q10 0 10 -10 m-440 10 h10 m142 0 h10 m0 0 h268 m23 -176 h-3" /> <polygon points="499 17 507 13 507 21" /> <polygon points="499 17 491 13 491 21" /></svg><p>referenced by: </p><ul> <li><a href="#logical_replication_create_table_options_list" title="logical_replication_create_table_options_list">logical\_replication\_create\_table\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="check_external_connection_options" href="#check_external_connection_options">check\_external\_connection\_options:</a></p><svg width="459" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="92" height="32" rx="10" /> <rect x="69" y="1" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">TRANSFER</text> <rect x="71" y="47" width="54" height="32" rx="10" /> <rect x="69" y="45" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">TIME</text> <rect x="203" y="3" width="30" height="32" rx="10" /> <rect x="201" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="211" y="21">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="253" y="3" width="158" height="32" /> <rect x="251" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="261" y="21">string\_or\_placeholder</text></a><rect x="51" y="91" width="130" height="32" rx="10" /> <rect x="49" y="89" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">CONCURRENTLY</text> <rect x="201" y="91" width="30" height="32" rx="10" /> <rect x="199" y="89" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="109">=</text><a href="#a_expr" title="a_expr"> <rect x="251" y="91" width="64" height="32" /> <rect x="249" y="89" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="259" y="109">a\_expr</text></a><path className="line" d="m17 17 h2 m40 0 h10 m92 0 h10 m-132 0 h20 m112 0 h20 m-152 0 q10 0 10 10 m132 0 q0 -10 10 -10 m-142 10 v24 m132 0 v-24 m-132 24 q0 10 10 10 m112 0 q10 0 10 -10 m-122 10 h10 m54 0 h10 m0 0 h38 m20 -44 h10 m30 0 h10 m0 0 h10 m158 0 h10 m-400 0 h20 m380 0 h20 m-420 0 q10 0 10 10 m400 0 q0 -10 10 -10 m-410 10 v68 m400 0 v-68 m-400 68 q0 10 10 10 m380 0 q10 0 10 -10 m-390 10 h10 m130 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m64 0 h10 m0 0 h96 m23 -88 h-3" /> <polygon points="449 17 457 13 457 21" /> <polygon points="449 17 441 13 441 21" /></svg><p>referenced by: </p><ul> <li><a href="#check_external_connection_options_list" title="check_external_connection_options_list">check\_external\_connection\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="common_table_expr" href="#common_table_expr">common\_table\_expr:</a></p><svg width="657" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#table_alias_name" title="table_alias_name"> <rect x="31" y="3" width="134" height="32" /> <rect x="29" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">table\_alias\_name</text></a><a href="#opt_col_def_list_no_types" title="opt_col_def_list_no_types"> <rect x="185" y="3" width="188" height="32" /> <rect x="183" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="193" y="21">opt\_col\_def\_list\_no\_types</text></a><rect x="393" y="3" width="38" height="32" rx="10" /> <rect x="391" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="401" y="21">AS</text><a href="#materialize_clause" title="materialize_clause"> <rect x="451" y="3" width="138" height="32" /> <rect x="449" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="459" y="21">materialize\_clause</text></a><rect x="609" y="3" width="26" height="32" rx="10" /> <rect x="607" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="617" y="21">(</text><a href="#preparable_stmt" title="preparable_stmt"> <rect x="457" y="69" width="126" height="32" /> <rect x="455" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="465" y="87">preparable\_stmt</text></a><rect x="603" y="69" width="26" height="32" rx="10" /> <rect x="601" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="611" y="87">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m134 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-222 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m126 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="647 83 655 79 655 87" /> <polygon points="647 83 639 79 639 87" /></svg><p>referenced by: </p><ul> <li><a href="#cte_list" title="cte_list">cte\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_flags_param_list" href="#index_flags_param_list">index\_flags\_param\_list:</a></p><svg width="241" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#index_flags_param" title="index_flags_param"> <rect x="51" y="47" width="142" height="32" /> <rect x="49" y="45" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">index\_flags\_param</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m142 0 h10 m-182 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m162 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-162 0 h10 m24 0 h10 m0 0 h118 m23 44 h-3" /> <polygon points="231 61 239 57 239 65" /> <polygon points="231 61 223 57 223 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_index_flags" title="opt_index_flags">opt\_index\_flags</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_ordinality" href="#opt_ordinality">opt\_ordinality:</a></p><svg width="285" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITH</text> <rect x="129" y="23" width="108" height="32" rx="10" /> <rect x="127" y="21" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="41">ORDINALITY</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h196 m-226 0 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v12 m226 0 v-12 m-226 12 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m58 0 h10 m0 0 h10 m108 0 h10 m23 -32 h-3" /> <polygon points="275 5 283 1 283 9" /> <polygon points="275 5 267 1 267 9" /></svg><p>referenced by: </p><ul> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_alias_clause" href="#opt_alias_clause">opt\_alias\_clause:</a></p><svg width="197" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#alias_clause" title="alias_clause"> <rect x="51" y="23" width="98" height="32" /> <rect x="49" y="21" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">alias\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h108 m-138 0 h20 m118 0 h20 m-158 0 q10 0 10 10 m138 0 q0 -10 10 -10 m-148 10 v12 m138 0 v-12 m-138 12 q0 10 10 10 m118 0 q10 0 10 -10 m-128 10 h10 m98 0 h10 m23 -32 h-3" /> <polygon points="187 5 195 1 195 9" /> <polygon points="187 5 179 1 179 9" /></svg><p>referenced by: </p><ul> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="joined_table" href="#joined_table">joined\_table:</a></p><svg width="797" height="233"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="26" height="32" rx="10" /> <rect x="49" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">(</text><a href="#joined_table" title="joined_table"> <rect x="97" y="3" width="100" height="32" /> <rect x="95" y="1" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="21">joined\_table</text></a><rect x="217" y="3" width="26" height="32" rx="10" /> <rect x="215" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="21">)</text><a href="#table_ref" title="table_ref"> <rect x="51" y="47" width="78" height="32" /> <rect x="49" y="45" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">table\_ref</text></a><rect x="189" y="47" width="66" height="32" rx="10" /> <rect x="187" y="45" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="65">CROSS</text><a href="#opt_join_hint" title="opt_join_hint"> <rect x="275" y="47" width="104" height="32" /> <rect x="273" y="45" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="65">opt\_join\_hint</text></a><rect x="189" y="91" width="84" height="32" rx="10" /> <rect x="187" y="89" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="109">NATURAL</text><a href="#join_type" title="join_type"> <rect x="313" y="123" width="80" height="32" /> <rect x="311" y="121" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="141">join\_type</text></a><a href="#opt_join_hint" title="opt_join_hint"> <rect x="413" y="123" width="104" height="32" /> <rect x="411" y="121" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="421" y="141">opt\_join\_hint</text></a><rect x="577" y="47" width="54" height="32" rx="10" /> <rect x="575" y="45" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="585" y="65">JOIN</text><a href="#table_ref" title="table_ref"> <rect x="651" y="47" width="78" height="32" /> <rect x="649" y="45" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="659" y="65">table\_ref</text></a><a href="#join_type" title="join_type"> <rect x="189" y="199" width="80" height="32" /> <rect x="187" y="197" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="217">join\_type</text></a><a href="#opt_join_hint" title="opt_join_hint"> <rect x="289" y="199" width="104" height="32" /> <rect x="287" y="197" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="297" y="217">opt\_join\_hint</text></a><rect x="433" y="167" width="54" height="32" rx="10" /> <rect x="431" y="165" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="441" y="185">JOIN</text><a href="#table_ref" title="table_ref"> <rect x="507" y="167" width="78" height="32" /> <rect x="505" y="165" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="515" y="185">table\_ref</text></a><a href="#join_qual" title="join_qual"> <rect x="605" y="167" width="78" height="32" /> <rect x="603" y="165" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="613" y="185">join\_qual</text></a><path className="line" d="m17 17 h2 m20 0 h10 m26 0 h10 m0 0 h10 m100 0 h10 m0 0 h10 m26 0 h10 m0 0 h506 m-738 0 h20 m718 0 h20 m-758 0 q10 0 10 10 m738 0 q0 -10 10 -10 m-748 10 v24 m738 0 v-24 m-738 24 q0 10 10 10 m718 0 q10 0 10 -10 m-728 10 h10 m78 0 h10 m40 0 h10 m66 0 h10 m0 0 h10 m104 0 h10 m0 0 h158 m-388 0 h20 m368 0 h20 m-408 0 q10 0 10 10 m388 0 q0 -10 10 -10 m-398 10 v24 m388 0 v-24 m-388 24 q0 10 10 10 m368 0 q10 0 10 -10 m-378 10 h10 m84 0 h10 m20 0 h10 m0 0 h214 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v12 m244 0 v-12 m-244 12 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m80 0 h10 m0 0 h10 m104 0 h10 m40 -76 h10 m54 0 h10 m0 0 h10 m78 0 h10 m-600 0 h20 m580 0 h20 m-620 0 q10 0 10 10 m600 0 q0 -10 10 -10 m-610 10 v100 m600 0 v-100 m-600 100 q0 10 10 10 m580 0 q10 0 10 -10 m-570 10 h10 m0 0 h214 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v12 m244 0 v-12 m-244 12 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m80 0 h10 m0 0 h10 m104 0 h10 m20 -32 h10 m54 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m78 0 h10 m0 0 h46 m43 -164 h-3" /> <polygon points="787 17 795 13 795 21" /> <polygon points="787 17 779 13 779 21" /></svg><p>referenced by: </p><ul> <li><a href="#joined_table" title="joined_table">joined\_table</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alias_clause" href="#alias_clause">alias\_clause:</a></p><svg width="499" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="38" height="32" rx="10" /> <rect x="49" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">AS</text><a href="#table_alias_name" title="table_alias_name"> <rect x="129" y="3" width="134" height="32" /> <rect x="127" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="137" y="21">table\_alias\_name</text></a><a href="#opt_col_def_list_no_types" title="opt_col_def_list_no_types"> <rect x="283" y="3" width="188" height="32" /> <rect x="281" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="21">opt\_col\_def\_list\_no\_types</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m20 -32 h10 m134 0 h10 m0 0 h10 m188 0 h10 m3 0 h-3" /> <polygon points="489 17 497 13 497 21" /> <polygon points="489 17 481 13 481 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_alias_clause" title="func_alias_clause">func\_alias\_clause</a></li> <li><a href="#opt_alias_clause" title="opt_alias_clause">opt\_alias\_clause</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_table" href="#func_table">func\_table:</a></p><svg width="457" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_expr_windowless" title="func_expr_windowless"> <rect x="51" y="3" width="162" height="32" /> <rect x="49" y="1" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_expr\_windowless</text></a><rect x="51" y="47" width="62" height="32" rx="10" /> <rect x="49" y="45" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ROWS</text> <rect x="133" y="47" width="60" height="32" rx="10" /> <rect x="131" y="45" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="141" y="65">FROM</text> <rect x="213" y="47" width="26" height="32" rx="10" /> <rect x="211" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="65">(</text><a href="#rowsfrom_list" title="rowsfrom_list"> <rect x="259" y="47" width="104" height="32" /> <rect x="257" y="45" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="65">rowsfrom\_list</text></a><rect x="383" y="47" width="26" height="32" rx="10" /> <rect x="381" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="391" y="65">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m162 0 h10 m0 0 h196 m-398 0 h20 m378 0 h20 m-418 0 q10 0 10 10 m398 0 q0 -10 10 -10 m-408 10 v24 m398 0 v-24 m-398 24 q0 10 10 10 m378 0 q10 0 10 -10 m-388 10 h10 m62 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="447 17 455 13 455 21" /> <polygon points="447 17 439 13 439 21" /></svg><p>referenced by: </p><ul> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_func_alias_clause" href="#opt_func_alias_clause">opt\_func\_alias\_clause:</a></p><svg width="231" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#func_alias_clause" title="func_alias_clause"> <rect x="51" y="23" width="132" height="32" /> <rect x="49" y="21" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">func\_alias\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h142 m-172 0 h20 m152 0 h20 m-192 0 q10 0 10 10 m172 0 q0 -10 10 -10 m-182 10 v12 m172 0 v-12 m-172 12 q0 10 10 10 m152 0 q10 0 10 -10 m-162 10 h10 m132 0 h10 m23 -32 h-3" /> <polygon points="221 5 229 1 229 9" /> <polygon points="221 5 213 1 213 9" /></svg><p>referenced by: </p><ul> <li><a href="#rowsfrom_item" title="rowsfrom_item">rowsfrom\_item</a></li> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="row_source_extension_stmt" href="#row_source_extension_stmt">row\_source\_extension\_stmt:</a></p><svg width="201" height="301"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#delete_stmt" title="delete_stmt"> <rect x="51" y="3" width="96" height="32" /> <rect x="49" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">delete\_stmt</text></a><a href="#explain_stmt" title="explain_stmt"> <rect x="51" y="47" width="102" height="32" /> <rect x="49" y="45" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">explain\_stmt</text></a><a href="#insert_stmt" title="insert_stmt"> <rect x="51" y="91" width="92" height="32" /> <rect x="49" y="89" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">insert\_stmt</text></a><a href="#select_stmt" title="select_stmt"> <rect x="51" y="135" width="94" height="32" /> <rect x="49" y="133" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">select\_stmt</text></a><a href="#show_stmt" title="show_stmt"> <rect x="51" y="179" width="88" height="32" /> <rect x="49" y="177" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">show\_stmt</text></a><a href="#update_stmt" title="update_stmt"> <rect x="51" y="223" width="102" height="32" /> <rect x="49" y="221" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">update\_stmt</text></a><a href="#upsert_stmt" title="upsert_stmt"> <rect x="51" y="267" width="98" height="32" /> <rect x="49" y="265" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">upsert\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m96 0 h10 m0 0 h6 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m92 0 h10 m0 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m94 0 h10 m0 0 h8 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m88 0 h10 m0 0 h14 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m-132 -10 v20 m142 0 v-20 m-142 20 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m98 0 h10 m0 0 h4 m23 -264 h-3" /> <polygon points="191 17 199 13 199 21" /> <polygon points="191 17 183 13 183 21" /></svg><p>referenced by: </p><ul> <li><a href="#table_ref" title="table_ref">table\_ref</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sortby" href="#sortby">sortby:</a></p><svg width="389" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="31" y="3" width="64" height="32" /> <rect x="29" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">a\_expr</text></a><a href="#opt_asc_desc" title="opt_asc_desc"> <rect x="115" y="3" width="106" height="32" /> <rect x="113" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">opt\_asc\_desc</text></a><a href="#opt_nulls_order" title="opt_nulls_order"> <rect x="241" y="3" width="120" height="32" /> <rect x="239" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="249" y="21">opt\_nulls\_order</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m120 0 h10 m3 0 h-3" /> <polygon points="379 17 387 13 387 21" /> <polygon points="379 17 371 13 371 21" /></svg><p>referenced by: </p><ul> <li><a href="#single_sort_clause" title="single_sort_clause">single\_sort\_clause</a></li> <li><a href="#sortby_list" title="sortby_list">sortby\_list</a></li> <li><a href="#sortby_no_index_list" title="sortby_no_index_list">sortby\_no\_index\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sortby_index" href="#sortby_index">sortby\_index:</a></p><svg width="575" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="84" height="32" rx="10" /> <rect x="49" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">PRIMARY</text> <rect x="155" y="3" width="46" height="32" rx="10" /> <rect x="153" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="21">KEY</text><a href="#table_name" title="table_name"> <rect x="221" y="3" width="96" height="32" /> <rect x="219" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="21">table\_name</text></a><rect x="51" y="47" width="64" height="32" rx="10" /> <rect x="49" y="45" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">INDEX</text><a href="#table_name" title="table_name"> <rect x="135" y="47" width="96" height="32" /> <rect x="133" y="45" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="65">table\_name</text></a><rect x="251" y="47" width="32" height="32" rx="10" /> <rect x="249" y="45" width="32" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="65">@</text><a href="#index_name" title="index_name"> <rect x="303" y="47" width="98" height="32" /> <rect x="301" y="45" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="311" y="65">index\_name</text></a><a href="#opt_asc_desc" title="opt_asc_desc"> <rect x="441" y="3" width="106" height="32" /> <rect x="439" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="449" y="21">opt\_asc\_desc</text></a><path className="line" d="m17 17 h2 m20 0 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m96 0 h10 m0 0 h84 m-390 0 h20 m370 0 h20 m-410 0 q10 0 10 10 m390 0 q0 -10 10 -10 m-400 10 v24 m390 0 v-24 m-390 24 q0 10 10 10 m370 0 q10 0 10 -10 m-380 10 h10 m64 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m32 0 h10 m0 0 h10 m98 0 h10 m20 -44 h10 m106 0 h10 m3 0 h-3" /> <polygon points="565 17 573 13 573 21" /> <polygon points="565 17 557 13 557 21" /></svg><p>referenced by: </p><ul> <li><a href="#single_sort_clause" title="single_sort_clause">single\_sort\_clause</a></li> <li><a href="#sortby_list" title="sortby_list">sortby\_list</a></li> <li><a href="#sortby_no_index_list" title="sortby_no_index_list">sortby\_no\_index\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="only_signed_fconst" href="#only_signed_fconst">only\_signed\_fconst:</a></p><svg width="223" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="30" height="32" rx="10" /> <rect x="49" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">+</text> <rect x="51" y="47" width="26" height="32" rx="10" /> <rect x="49" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">-</text> <rect x="121" y="3" width="74" height="32" rx="10" /> <rect x="119" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="129" y="21">FCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m30 0 h10 m-70 0 h20 m50 0 h20 m-90 0 q10 0 10 10 m70 0 q0 -10 10 -10 m-80 10 v24 m70 0 v-24 m-70 24 q0 10 10 10 m50 0 q10 0 10 -10 m-60 10 h10 m26 0 h10 m0 0 h4 m20 -44 h10 m74 0 h10 m3 0 h-3" /> <polygon points="213 17 221 13 221 21" /> <polygon points="213 17 205 13 205 21" /></svg><p>referenced by: </p><ul> <li><a href="#select_fetch_first_value" title="select_fetch_first_value">select\_fetch\_first\_value</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="db_object_name_list" href="#db_object_name_list">db\_object\_name\_list:</a></p><svg width="225" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#db_object_name" title="db_object_name"> <rect x="51" y="47" width="126" height="32" /> <rect x="49" y="45" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">db\_object\_name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m126 0 h10 m-166 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m146 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-146 0 h10 m24 0 h10 m0 0 h102 m23 44 h-3" /> <polygon points="215 61 223 57 223 65" /> <polygon points="215 61 207 57 207 65" /></svg><p>referenced by: </p><ul> <li><a href="#sequence_name_list" title="sequence_name_list">sequence\_name\_list</a></li> <li><a href="#table_name_list" title="table_name_list">table\_name\_list</a></li> <li><a href="#view_name_list" title="view_name_list">view\_name\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="inspect_option" href="#inspect_option">inspect\_option:</a></p><svg width="439" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="64" height="32" rx="10" /> <rect x="29" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INDEX</text> <rect x="135" y="3" width="44" height="32" rx="10" /> <rect x="133" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">ALL</text> <rect x="135" y="47" width="26" height="32" rx="10" /> <rect x="133" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="65">(</text><a href="#table_index_name_list" title="table_index_name_list"> <rect x="181" y="47" width="164" height="32" /> <rect x="179" y="45" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="65">table\_index\_name\_list</text></a><rect x="365" y="47" width="26" height="32" rx="10" /> <rect x="363" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="373" y="65">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m44 0 h10 m0 0 h212 m-296 0 h20 m276 0 h20 m-316 0 q10 0 10 10 m296 0 q0 -10 10 -10 m-306 10 v24 m296 0 v-24 m-296 24 q0 10 10 10 m276 0 q10 0 10 -10 m-286 10 h10 m26 0 h10 m0 0 h10 m164 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="429 17 437 13 437 21" /> <polygon points="429 17 421 13 421 21" /></svg><p>referenced by: </p><ul> <li><a href="#inspect_option_list" title="inspect_option_list">inspect\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="scrub_option" href="#scrub_option">scrub\_option:</a></p><svg width="483" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="64" height="32" rx="10" /> <rect x="69" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">INDEX</text> <rect x="71" y="47" width="110" height="32" rx="10" /> <rect x="69" y="45" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">CONSTRAINT</text> <rect x="241" y="3" width="44" height="32" rx="10" /> <rect x="239" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="21">ALL</text> <rect x="241" y="47" width="26" height="32" rx="10" /> <rect x="239" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="65">(</text><a href="#name_list" title="name_list"> <rect x="287" y="47" width="82" height="32" /> <rect x="285" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="295" y="65">name\_list</text></a><rect x="389" y="47" width="26" height="32" rx="10" /> <rect x="387" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="397" y="65">)</text> <rect x="51" y="91" width="90" height="32" rx="10" /> <rect x="49" y="89" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">PHYSICAL</text> <path className="line" d="m17 17 h2 m40 0 h10 m64 0 h10 m0 0 h46 m-150 0 h20 m130 0 h20 m-170 0 q10 0 10 10 m150 0 q0 -10 10 -10 m-160 10 v24 m150 0 v-24 m-150 24 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m110 0 h10 m40 -44 h10 m44 0 h10 m0 0 h130 m-214 0 h20 m194 0 h20 m-234 0 q10 0 10 10 m214 0 q0 -10 10 -10 m-224 10 v24 m214 0 v-24 m-214 24 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m-404 -44 h20 m404 0 h20 m-444 0 q10 0 10 10 m424 0 q0 -10 10 -10 m-434 10 v68 m424 0 v-68 m-424 68 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m90 0 h10 m0 0 h294 m23 -88 h-3" /> <polygon points="473 17 481 13 481 21" /> <polygon points="473 17 465 13 465 21" /></svg><p>referenced by: </p><ul> <li><a href="#scrub_option_list" title="scrub_option_list">scrub\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_all_clause" href="#opt_all_clause">opt\_all\_clause:</a></p><svg width="143" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="44" height="32" rx="10" /> <rect x="49" y="21" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ALL</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h54 m-84 0 h20 m64 0 h20 m-104 0 q10 0 10 10 m84 0 q0 -10 10 -10 m-94 10 v12 m84 0 v-12 m-84 12 q0 10 10 10 m64 0 q10 0 10 -10 m-74 10 h10 m44 0 h10 m23 -32 h-3" /> <polygon points="133 5 141 1 141 9" /> <polygon points="133 5 125 1 125 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_target_list" href="#opt_target_list">opt\_target\_list:</a></p><svg width="185" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#target_list" title="target_list"> <rect x="51" y="23" width="86" height="32" /> <rect x="49" y="21" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">target\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h96 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v12 m126 0 v-12 m-126 12 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m86 0 h10 m23 -32 h-3" /> <polygon points="175 5 183 1 183 9" /> <polygon points="175 5 167 1 167 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="from_clause" href="#from_clause">from\_clause:</a></p><svg width="407" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="60" height="32" rx="10" /> <rect x="49" y="21" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FROM</text><a href="#from_list" title="from_list"> <rect x="131" y="23" width="76" height="32" /> <rect x="129" y="21" width="76" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="41">from\_list</text></a><a href="#opt_as_of_clause" title="opt_as_of_clause"> <rect x="227" y="23" width="132" height="32" /> <rect x="225" y="21" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="41">opt\_as\_of\_clause</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h318 m-348 0 h20 m328 0 h20 m-368 0 q10 0 10 10 m348 0 q0 -10 10 -10 m-358 10 v12 m348 0 v-12 m-348 12 q0 10 10 10 m328 0 q10 0 10 -10 m-338 10 h10 m60 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m132 0 h10 m23 -32 h-3" /> <polygon points="397 5 405 1 405 9" /> <polygon points="397 5 389 1 389 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="group_clause" href="#group_clause">group\_clause:</a></p><svg width="351" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="68" height="32" rx="10" /> <rect x="49" y="21" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">GROUP</text> <rect x="139" y="23" width="38" height="32" rx="10" /> <rect x="137" y="21" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="41">BY</text><a href="#group_by_list" title="group_by_list"> <rect x="197" y="23" width="106" height="32" /> <rect x="195" y="21" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="41">group\_by\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h262 m-292 0 h20 m272 0 h20 m-312 0 q10 0 10 10 m292 0 q0 -10 10 -10 m-302 10 v12 m292 0 v-12 m-292 12 q0 10 10 10 m272 0 q10 0 10 -10 m-282 10 h10 m68 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m106 0 h10 m23 -32 h-3" /> <polygon points="341 5 349 1 349 9" /> <polygon points="341 5 333 1 333 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="having_clause" href="#having_clause">having\_clause:</a></p><svg width="257" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="74" height="32" rx="10" /> <rect x="49" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">HAVING</text><a href="#a_expr" title="a_expr"> <rect x="145" y="23" width="64" height="32" /> <rect x="143" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="153" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h168 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v12 m198 0 v-12 m-198 12 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m74 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="247 5 255 1 255 9" /> <polygon points="247 5 239 1 239 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="window_clause" href="#window_clause">window\_clause:</a></p><svg width="365" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="86" height="32" rx="10" /> <rect x="49" y="21" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WINDOW</text><a href="#window_definition_list" title="window_definition_list"> <rect x="157" y="23" width="160" height="32" /> <rect x="155" y="21" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="41">window\_definition\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h276 m-306 0 h20 m286 0 h20 m-326 0 q10 0 10 10 m306 0 q0 -10 10 -10 m-316 10 v12 m306 0 v-12 m-306 12 q0 10 10 10 m286 0 q10 0 10 -10 m-296 10 h10 m86 0 h10 m0 0 h10 m160 0 h10 m23 -32 h-3" /> <polygon points="355 5 363 1 363 9" /> <polygon points="355 5 347 1 347 9" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="distinct_on_clause" href="#distinct_on_clause">distinct\_on\_clause:</a></p><svg width="391" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="86" height="32" rx="10" /> <rect x="29" y="1" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">DISTINCT</text> <rect x="137" y="3" width="40" height="32" rx="10" /> <rect x="135" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="145" y="21">ON</text> <rect x="197" y="3" width="26" height="32" rx="10" /> <rect x="195" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="205" y="21">(</text><a href="#expr_list" title="expr_list"> <rect x="243" y="3" width="74" height="32" /> <rect x="241" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">expr\_list</text></a><rect x="337" y="3" width="26" height="32" rx="10" /> <rect x="335" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m86 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="381 17 389 13 389 21" /> <polygon points="381 17 373 13 373 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_select_clause" title="simple_select_clause">simple\_select\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="all_or_distinct" href="#all_or_distinct">all\_or\_distinct:</a></p><svg width="185" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="44" height="32" rx="10" /> <rect x="49" y="21" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ALL</text> <rect x="51" y="67" width="86" height="32" rx="10" /> <rect x="49" y="65" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">DISTINCT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h96 m-126 0 h20 m106 0 h20 m-146 0 q10 0 10 10 m126 0 q0 -10 10 -10 m-136 10 v12 m126 0 v-12 m-126 12 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m44 0 h10 m0 0 h42 m-116 -10 v20 m126 0 v-20 m-126 20 v24 m126 0 v-24 m-126 24 q0 10 10 10 m106 0 q10 0 10 -10 m-116 10 h10 m86 0 h10 m23 -76 h-3" /> <polygon points="175 5 183 1 183 9" /> <polygon points="175 5 167 1 167 9" /></svg><p>referenced by: </p><ul> <li><a href="#set_operation" title="set_operation">set\_operation</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_locking_item" href="#for_locking_item">for\_locking\_item:</a></p><svg width="515" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#for_locking_strength" title="for_locking_strength"> <rect x="31" y="3" width="150" height="32" /> <rect x="29" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">for\_locking\_strength</text></a><a href="#opt_locked_rels" title="opt_locked_rels"> <rect x="201" y="3" width="120" height="32" /> <rect x="199" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="21">opt\_locked\_rels</text></a><a href="#opt_nowait_or_skip" title="opt_nowait_or_skip"> <rect x="341" y="3" width="146" height="32" /> <rect x="339" y="1" width="146" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="21">opt\_nowait\_or\_skip</text></a><path className="line" d="m17 17 h2 m0 0 h10 m150 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m146 0 h10 m3 0 h-3" /> <polygon points="505 17 513 13 513 21" /> <polygon points="505 17 497 13 497 21" /></svg><p>referenced by: </p><ul> <li><a href="#for_locking_items" title="for_locking_items">for\_locking\_items</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="var_list" href="#var_list">var\_list:</a></p><svg width="181" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#var_value" title="var_value"> <rect x="51" y="47" width="82" height="32" /> <rect x="49" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">var\_value</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m82 0 h10 m-122 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m102 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-102 0 h10 m24 0 h10 m0 0 h58 m23 44 h-3" /> <polygon points="171 61 179 57 179 65" /> <polygon points="171 61 163 57 163 65" /></svg><p>referenced by: </p><ul> <li><a href="#generic_set" title="generic_set">generic\_set</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="show_backup_options" href="#show_backup_options">show\_backup\_options:</a></p><svg width="623" height="389"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="84" height="32" rx="10" /> <rect x="49" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">AS\_JSON</text> <rect x="51" y="47" width="114" height="32" rx="10" /> <rect x="49" y="45" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">CHECK\_FILES</text> <rect x="51" y="91" width="54" height="32" rx="10" /> <rect x="49" y="89" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">SKIP</text> <rect x="125" y="91" width="52" height="32" rx="10" /> <rect x="123" y="89" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="109">SIZE</text> <rect x="51" y="135" width="100" height="32" rx="10" /> <rect x="49" y="133" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">DEBUG\_IDS</text> <rect x="71" y="179" width="200" height="32" rx="10" /> <rect x="69" y="177" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="197">INCREMENTAL\_LOCATION</text> <rect x="71" y="223" width="50" height="32" rx="10" /> <rect x="69" y="221" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="241">KMS</text> <rect x="311" y="179" width="30" height="32" rx="10" /> <rect x="309" y="177" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="319" y="197">=</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="361" y="179" width="214" height="32" /> <rect x="359" y="177" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="369" y="197">string\_or\_placeholder\_opt\_list</text></a><rect x="71" y="267" width="210" height="32" rx="10" /> <rect x="69" y="265" width="210" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="285">ENCRYPTION\_PASSPHRASE</text> <rect x="71" y="311" width="190" height="32" rx="10" /> <rect x="69" y="309" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="329">ENCRYPTION\_INFO\_DIR</text> <rect x="321" y="267" width="30" height="32" rx="10" /> <rect x="319" y="265" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="285">=</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="371" y="267" width="158" height="32" /> <rect x="369" y="265" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="379" y="285">string\_or\_placeholder</text></a><rect x="51" y="355" width="104" height="32" rx="10" /> <rect x="49" y="353" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">PRIVILEGES</text> <path className="line" d="m17 17 h2 m20 0 h10 m84 0 h10 m0 0 h440 m-564 0 h20 m544 0 h20 m-584 0 q10 0 10 10 m564 0 q0 -10 10 -10 m-574 10 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m114 0 h10 m0 0 h410 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m54 0 h10 m0 0 h10 m52 0 h10 m0 0 h398 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m100 0 h10 m0 0 h424 m-554 -10 v20 m564 0 v-20 m-564 20 v24 m564 0 v-24 m-564 24 q0 10 10 10 m544 0 q10 0 10 -10 m-534 10 h10 m200 0 h10 m-240 0 h20 m220 0 h20 m-260 0 q10 0 10 10 m240 0 q0 -10 10 -10 m-250 10 v24 m240 0 v-24 m-240 24 q0 10 10 10 m220 0 q10 0 10 -10 m-230 10 h10 m50 0 h10 m0 0 h150 m20 -44 h10 m30 0 h10 m0 0 h10 m214 0 h10 m-554 -10 v20 m564 0 v-20 m-564 20 v68 m564 0 v-68 m-564 68 q0 10 10 10 m544 0 q10 0 10 -10 m-534 10 h10 m210 0 h10 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v24 m250 0 v-24 m-250 24 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m190 0 h10 m0 0 h20 m20 -44 h10 m30 0 h10 m0 0 h10 m158 0 h10 m0 0 h46 m-554 -10 v20 m564 0 v-20 m-564 20 v68 m564 0 v-68 m-564 68 q0 10 10 10 m544 0 q10 0 10 -10 m-554 10 h10 m104 0 h10 m0 0 h420 m23 -352 h-3" /> <polygon points="613 17 621 13 621 21" /> <polygon points="613 17 605 13 605 21" /></svg><p>referenced by: </p><ul> <li><a href="#show_backup_options_list" title="show_backup_options_list">show\_backup\_options\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="schema_wildcard" href="#schema_wildcard">schema\_wildcard:</a></p><svg width="185" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#wildcard_pattern" title="wildcard_pattern"> <rect x="31" y="3" width="126" height="32" /> <rect x="29" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">wildcard\_pattern</text></a><path className="line" d="m17 17 h2 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="175 17 183 13 183 21" /> <polygon points="175 17 167 13 167 21" /></svg><p>referenced by: </p><ul> <li><a href="#targets_roles" title="targets_roles">targets\_roles</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_func_name_no_crdb_extra_keyword" href="#type_func_name_no_crdb_extra_keyword">type\_func\_name\_no\_crdb\_extra\_keyword:</a></p><svg width="237" height="785"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="138" height="32" rx="10" /> <rect x="49" y="1" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">AUTHORIZATION</text> <rect x="51" y="47" width="100" height="32" rx="10" /> <rect x="49" y="45" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">COLLATION</text> <rect x="51" y="91" width="66" height="32" rx="10" /> <rect x="49" y="89" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">CROSS</text> <rect x="51" y="135" width="54" height="32" rx="10" /> <rect x="49" y="133" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">FULL</text> <rect x="51" y="179" width="64" height="32" rx="10" /> <rect x="49" y="177" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">INNER</text> <rect x="51" y="223" width="58" height="32" rx="10" /> <rect x="49" y="221" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">ILIKE</text> <rect x="51" y="267" width="36" height="32" rx="10" /> <rect x="49" y="265" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">IS</text> <rect x="51" y="311" width="70" height="32" rx="10" /> <rect x="49" y="309" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">ISNULL</text> <rect x="51" y="355" width="54" height="32" rx="10" /> <rect x="49" y="353" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">JOIN</text> <rect x="51" y="399" width="52" height="32" rx="10" /> <rect x="49" y="397" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">LEFT</text> <rect x="51" y="443" width="52" height="32" rx="10" /> <rect x="49" y="441" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">LIKE</text> <rect x="51" y="487" width="84" height="32" rx="10" /> <rect x="49" y="485" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">NATURAL</text> <rect x="51" y="531" width="58" height="32" rx="10" /> <rect x="49" y="529" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">NONE</text> <rect x="51" y="575" width="84" height="32" rx="10" /> <rect x="49" y="573" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">NOTNULL</text> <rect x="51" y="619" width="66" height="32" rx="10" /> <rect x="49" y="617" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">OUTER</text> <rect x="51" y="663" width="92" height="32" rx="10" /> <rect x="49" y="661" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">OVERLAPS</text> <rect x="51" y="707" width="64" height="32" rx="10" /> <rect x="49" y="705" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">RIGHT</text> <rect x="51" y="751" width="80" height="32" rx="10" /> <rect x="49" y="749" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">SIMILAR</text> <path className="line" d="m17 17 h2 m20 0 h10 m138 0 h10 m-178 0 h20 m158 0 h20 m-198 0 q10 0 10 10 m178 0 q0 -10 10 -10 m-188 10 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m100 0 h10 m0 0 h38 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m66 0 h10 m0 0 h72 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m54 0 h10 m0 0 h84 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m64 0 h10 m0 0 h74 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m58 0 h10 m0 0 h80 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m36 0 h10 m0 0 h102 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m70 0 h10 m0 0 h68 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m54 0 h10 m0 0 h84 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m52 0 h10 m0 0 h86 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m52 0 h10 m0 0 h86 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m84 0 h10 m0 0 h54 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m58 0 h10 m0 0 h80 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m84 0 h10 m0 0 h54 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m66 0 h10 m0 0 h72 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m92 0 h10 m0 0 h46 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m64 0 h10 m0 0 h74 m-168 -10 v20 m178 0 v-20 m-178 20 v24 m178 0 v-24 m-178 24 q0 10 10 10 m158 0 q10 0 10 -10 m-168 10 h10 m80 0 h10 m0 0 h58 m23 -748 h-3" /> <polygon points="227 17 235 13 235 21" /> <polygon points="227 17 219 13 219 21" /></svg><p>referenced by: </p><ul> <li><a href="#type_func_name_keyword" title="type_func_name_keyword">type\_func\_name\_keyword</a></li> <li><a href="#type_function_name_no_crdb_extra" title="type_function_name_no_crdb_extra">type\_function\_name\_no\_crdb\_extra</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_params_list" href="#func_params_list">func\_params\_list:</a></p><svg width="213" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#routine_param" title="routine_param"> <rect x="51" y="47" width="114" height="32" /> <rect x="49" y="45" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">routine\_param</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m114 0 h10 m-154 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m134 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-134 0 h10 m24 0 h10 m0 0 h90 m23 44 h-3" /> <polygon points="203 61 211 57 211 65" /> <polygon points="203 61 195 57 195 65" /></svg><p>referenced by: </p><ul> <li><a href="#func_params" title="func_params">func\_params</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="general_type_name" href="#general_type_name">general\_type\_name:</a></p><svg width="309" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_function_name_no_crdb_extra" title="type_function_name_no_crdb_extra"> <rect x="31" y="3" width="250" height="32" /> <rect x="29" y="1" width="250" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">type\_function\_name\_no\_crdb\_extra</text></a><path className="line" d="m17 17 h2 m0 0 h10 m250 0 h10 m3 0 h-3" /> <polygon points="299 17 307 13 307 21" /> <polygon points="299 17 291 13 291 21" /></svg><p>referenced by: </p><ul> <li><a href="#complex_type_name" title="complex_type_name">complex\_type\_name</a></li> <li><a href="#simple_typename" title="simple_typename">simple\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="complex_type_name" href="#complex_type_name">complex\_type\_name:</a></p><svg width="655" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#general_type_name" title="general_type_name"> <rect x="31" y="3" width="148" height="32" /> <rect x="29" y="1" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">general\_type\_name</text></a><rect x="199" y="3" width="24" height="32" rx="10" /> <rect x="197" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="21">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="243" y="3" width="140" height="32" /> <rect x="241" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="21">unrestricted\_name</text></a><rect x="423" y="35" width="24" height="32" rx="10" /> <rect x="421" y="33" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="431" y="53">.</text><a href="#unrestricted_name" title="unrestricted_name"> <rect x="467" y="35" width="140" height="32" /> <rect x="465" y="33" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="53">unrestricted\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m148 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m140 0 h10 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m24 0 h10 m0 0 h10 m140 0 h10 m23 -32 h-3" /> <polygon points="645 17 653 13 653 21" /> <polygon points="645 17 637 13 637 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_typename" title="simple_typename">simple\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="const_typename" href="#const_typename">const\_typename:</a></p><svg width="281" height="345"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#numeric" title="numeric"> <rect x="51" y="3" width="70" height="32" /> <rect x="49" y="1" width="70" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">numeric</text></a><a href="#bit_without_length" title="bit_without_length"> <rect x="51" y="47" width="140" height="32" /> <rect x="49" y="45" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">bit\_without\_length</text></a><a href="#bit_with_length" title="bit_with_length"> <rect x="51" y="91" width="118" height="32" /> <rect x="49" y="89" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">bit\_with\_length</text></a><a href="#character_without_length" title="character_without_length"> <rect x="51" y="135" width="182" height="32" /> <rect x="49" y="133" width="182" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">character\_without\_length</text></a><a href="#character_with_length" title="character_with_length"> <rect x="51" y="179" width="162" height="32" /> <rect x="49" y="177" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="197">character\_with\_length</text></a><a href="#const_datetime" title="const_datetime"> <rect x="51" y="223" width="118" height="32" /> <rect x="49" y="221" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="241">const\_datetime</text></a><a href="#const_geo" title="const_geo"> <rect x="51" y="267" width="86" height="32" /> <rect x="49" y="265" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="285">const\_geo</text></a><a href="#const_vector" title="const_vector"> <rect x="51" y="311" width="102" height="32" /> <rect x="49" y="309" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="329">const\_vector</text></a><path className="line" d="m17 17 h2 m20 0 h10 m70 0 h10 m0 0 h112 m-222 0 h20 m202 0 h20 m-242 0 q10 0 10 10 m222 0 q0 -10 10 -10 m-232 10 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m140 0 h10 m0 0 h42 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m118 0 h10 m0 0 h64 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m182 0 h10 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m162 0 h10 m0 0 h20 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m118 0 h10 m0 0 h64 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m86 0 h10 m0 0 h96 m-212 -10 v20 m222 0 v-20 m-222 20 v24 m222 0 v-24 m-222 24 q0 10 10 10 m202 0 q10 0 10 -10 m-212 10 h10 m102 0 h10 m0 0 h80 m23 -308 h-3" /> <polygon points="271 17 279 13 279 21" /> <polygon points="271 17 263 13 263 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_typename" title="simple_typename">simple\_typename</a></li> <li><a href="#typed_literal" title="typed_literal">typed\_literal</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="interval_type" href="#interval_type">interval\_type:</a></p><svg width="373" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="88" height="32" rx="10" /> <rect x="29" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">INTERVAL</text><a href="#interval_qualifier" title="interval_qualifier"> <rect x="159" y="35" width="126" height="32" /> <rect x="157" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="167" y="53">interval\_qualifier</text></a><rect x="159" y="79" width="26" height="32" rx="10" /> <rect x="157" y="77" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="97">(</text> <rect x="205" y="79" width="74" height="32" rx="10" /> <rect x="203" y="77" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="97">ICONST</text> <rect x="299" y="79" width="26" height="32" rx="10" /> <rect x="297" y="77" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="97">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m88 0 h10 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m126 0 h10 m0 0 h40 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -76 h-3" /> <polygon points="363 17 371 13 371 21" /> <polygon points="363 17 355 13 355 21" /></svg><p>referenced by: </p><ul> <li><a href="#simple_typename" title="simple_typename">simple\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="iso_level" href="#iso_level">iso\_level:</a></p><svg width="339" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">READ</text> <rect x="147" y="3" width="124" height="32" rx="10" /> <rect x="145" y="1" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="21">UNCOMMITTED</text> <rect x="147" y="47" width="104" height="32" rx="10" /> <rect x="145" y="45" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="65">COMMITTED</text> <rect x="51" y="91" width="96" height="32" rx="10" /> <rect x="49" y="89" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">SNAPSHOT</text> <rect x="51" y="135" width="106" height="32" rx="10" /> <rect x="49" y="133" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">REPEATABLE</text> <rect x="177" y="135" width="56" height="32" rx="10" /> <rect x="175" y="133" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="153">READ</text> <rect x="51" y="179" width="120" height="32" rx="10" /> <rect x="49" y="177" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">SERIALIZABLE</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m20 0 h10 m124 0 h10 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v24 m164 0 v-24 m-164 24 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m104 0 h10 m0 0 h20 m-260 -44 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v68 m280 0 v-68 m-280 68 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m96 0 h10 m0 0 h144 m-270 -10 v20 m280 0 v-20 m-280 20 v24 m280 0 v-24 m-280 24 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m106 0 h10 m0 0 h10 m56 0 h10 m0 0 h58 m-270 -10 v20 m280 0 v-20 m-280 20 v24 m280 0 v-24 m-280 24 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m120 0 h10 m0 0 h120 m23 -176 h-3" /> <polygon points="329 17 337 13 337 21" /> <polygon points="329 17 321 13 321 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_iso_level" title="transaction_iso_level">transaction\_iso\_level</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="user_priority" href="#user_priority">user\_priority:</a></p><svg width="177" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="52" height="32" rx="10" /> <rect x="49" y="1" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">LOW</text> <rect x="51" y="47" width="78" height="32" rx="10" /> <rect x="49" y="45" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NORMAL</text> <rect x="51" y="91" width="56" height="32" rx="10" /> <rect x="49" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">HIGH</text> <path className="line" d="m17 17 h2 m20 0 h10 m52 0 h10 m0 0 h26 m-118 0 h20 m98 0 h20 m-138 0 q10 0 10 10 m118 0 q0 -10 10 -10 m-128 10 v24 m118 0 v-24 m-118 24 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m78 0 h10 m-108 -10 v20 m118 0 v-20 m-118 20 v24 m118 0 v-24 m-118 24 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m56 0 h10 m0 0 h22 m23 -88 h-3" /> <polygon points="167 17 175 13 175 21" /> <polygon points="167 17 159 13 159 21" /></svg><p>referenced by: </p><ul> <li><a href="#transaction_user_priority" title="transaction_user_priority">transaction\_user\_priority</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_table_cmd" href="#alter_table_cmd">alter\_table\_cmd:</a></p><svg width="1237" height="1309"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="76" height="32" rx="10" /> <rect x="49" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">RENAME</text><a href="#opt_column" title="opt_column"> <rect x="167" y="3" width="94" height="32" /> <rect x="165" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="175" y="21">opt\_column</text></a><rect x="167" y="47" width="110" height="32" rx="10" /> <rect x="165" y="45" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="175" y="65">CONSTRAINT</text><a href="#column_name" title="column_name"> <rect x="317" y="3" width="108" height="32" /> <rect x="315" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="325" y="21">column\_name</text></a><rect x="445" y="3" width="38" height="32" rx="10" /> <rect x="443" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="453" y="21">TO</text><a href="#column_name" title="column_name"> <rect x="503" y="3" width="108" height="32" /> <rect x="501" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="511" y="21">column\_name</text></a><rect x="51" y="91" width="48" height="32" rx="10" /> <rect x="49" y="89" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">ADD</text> <rect x="159" y="123" width="78" height="32" rx="10" /> <rect x="157" y="121" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="141">COLUMN</text> <rect x="297" y="123" width="34" height="32" rx="10" /> <rect x="295" y="121" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="305" y="141">IF</text> <rect x="351" y="123" width="48" height="32" rx="10" /> <rect x="349" y="121" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="141">NOT</text> <rect x="419" y="123" width="70" height="32" rx="10" /> <rect x="417" y="121" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="427" y="141">EXISTS</text><a href="#column_table_def" title="column_table_def"> <rect x="529" y="91" width="134" height="32" /> <rect x="527" y="89" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="537" y="109">column\_table\_def</text></a><a href="#table_constraint" title="table_constraint"> <rect x="159" y="167" width="124" height="32" /> <rect x="157" y="165" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="167" y="185">table\_constraint</text></a><rect x="159" y="211" width="110" height="32" rx="10" /> <rect x="157" y="209" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="229">CONSTRAINT</text> <rect x="289" y="211" width="34" height="32" rx="10" /> <rect x="287" y="209" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="297" y="229">IF</text> <rect x="343" y="211" width="48" height="32" rx="10" /> <rect x="341" y="209" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="351" y="229">NOT</text> <rect x="411" y="211" width="70" height="32" rx="10" /> <rect x="409" y="209" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="419" y="229">EXISTS</text><a href="#constraint_name" title="constraint_name"> <rect x="501" y="211" width="126" height="32" /> <rect x="499" y="209" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="509" y="229">constraint\_name</text></a><a href="#constraint_elem" title="constraint_elem"> <rect x="647" y="211" width="122" height="32" /> <rect x="645" y="209" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="655" y="229">constraint\_elem</text></a><a href="#opt_validate_behavior" title="opt_validate_behavior"> <rect x="809" y="167" width="162" height="32" /> <rect x="807" y="165" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="817" y="185">opt\_validate\_behavior</text></a><rect x="51" y="255" width="62" height="32" rx="10" /> <rect x="49" y="253" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="273">ALTER</text><a href="#opt_column" title="opt_column"> <rect x="153" y="255" width="94" height="32" /> <rect x="151" y="253" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="161" y="273">opt\_column</text></a><a href="#column_name" title="column_name"> <rect x="267" y="255" width="108" height="32" /> <rect x="265" y="253" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="275" y="273">column\_name</text></a><a href="#alter_column_default" title="alter_column_default"> <rect x="415" y="255" width="154" height="32" /> <rect x="413" y="253" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="273">alter\_column\_default</text></a><a href="#alter_column_on_update" title="alter_column_on_update"> <rect x="415" y="299" width="180" height="32" /> <rect x="413" y="297" width="180" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="317">alter\_column\_on\_update</text></a><a href="#alter_column_visible" title="alter_column_visible"> <rect x="415" y="343" width="150" height="32" /> <rect x="413" y="341" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="361">alter\_column\_visible</text></a><rect x="415" y="387" width="58" height="32" rx="10" /> <rect x="413" y="385" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="423" y="405">DROP</text> <rect x="513" y="387" width="48" height="32" rx="10" /> <rect x="511" y="385" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="521" y="405">NOT</text> <rect x="581" y="387" width="56" height="32" rx="10" /> <rect x="579" y="385" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="589" y="405">NULL</text> <rect x="513" y="431" width="86" height="32" rx="10" /> <rect x="511" y="429" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="521" y="449">IDENTITY</text> <rect x="639" y="463" width="34" height="32" rx="10" /> <rect x="637" y="461" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="647" y="481">IF</text> <rect x="693" y="463" width="70" height="32" rx="10" /> <rect x="691" y="461" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="701" y="481">EXISTS</text> <rect x="513" y="507" width="76" height="32" rx="10" /> <rect x="511" y="505" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="521" y="525">STORED</text> <rect x="415" y="551" width="48" height="32" rx="10" /> <rect x="413" y="549" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="423" y="569">ADD</text><a href="#generated_always_as" title="generated_always_as"> <rect x="503" y="551" width="160" height="32" /> <rect x="501" y="549" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="511" y="569">generated\_always\_as</text></a><a href="#generated_by_default_as" title="generated_by_default_as"> <rect x="503" y="595" width="184" height="32" /> <rect x="501" y="593" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="511" y="613">generated\_by\_default\_as</text></a><rect x="727" y="551" width="86" height="32" rx="10" /> <rect x="725" y="549" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="735" y="569">IDENTITY</text> <rect x="853" y="583" width="26" height="32" rx="10" /> <rect x="851" y="581" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="861" y="601">(</text><a href="#opt_sequence_option_list" title="opt_sequence_option_list"> <rect x="899" y="583" width="184" height="32" /> <rect x="897" y="581" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="907" y="601">opt\_sequence\_option\_list</text></a><rect x="1103" y="583" width="26" height="32" rx="10" /> <rect x="1101" y="581" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="1111" y="601">)</text><a href="#set_generated_always" title="set_generated_always"> <rect x="415" y="639" width="164" height="32" /> <rect x="413" y="637" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="657">set\_generated\_always</text></a><a href="#set_generated_default" title="set_generated_default"> <rect x="415" y="683" width="166" height="32" /> <rect x="413" y="681" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="701">set\_generated\_default</text></a><a href="#identity_option_list" title="identity_option_list"> <rect x="415" y="727" width="142" height="32" /> <rect x="413" y="725" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="745">identity\_option\_list</text></a><rect x="415" y="771" width="44" height="32" rx="10" /> <rect x="413" y="769" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="423" y="789">SET</text> <rect x="479" y="771" width="48" height="32" rx="10" /> <rect x="477" y="769" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="487" y="789">NOT</text> <rect x="547" y="771" width="56" height="32" rx="10" /> <rect x="545" y="769" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="555" y="789">NULL</text><a href="#opt_set_data" title="opt_set_data"> <rect x="415" y="815" width="106" height="32" /> <rect x="413" y="813" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="423" y="833">opt\_set\_data</text></a><rect x="541" y="815" width="54" height="32" rx="10" /> <rect x="539" y="813" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="549" y="833">TYPE</text><a href="#typename" title="typename"> <rect x="615" y="815" width="84" height="32" /> <rect x="613" y="813" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="623" y="833">typename</text></a><a href="#opt_collate" title="opt_collate"> <rect x="719" y="815" width="90" height="32" /> <rect x="717" y="813" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="727" y="833">opt\_collate</text></a><a href="#opt_alter_column_using" title="opt_alter_column_using"> <rect x="829" y="815" width="174" height="32" /> <rect x="827" y="813" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="837" y="833">opt\_alter\_column\_using</text></a><rect x="153" y="859" width="84" height="32" rx="10" /> <rect x="151" y="857" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="877">PRIMARY</text> <rect x="257" y="859" width="46" height="32" rx="10" /> <rect x="255" y="857" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="265" y="877">KEY</text> <rect x="323" y="859" width="64" height="32" rx="10" /> <rect x="321" y="857" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="331" y="877">USING</text> <rect x="407" y="859" width="88" height="32" rx="10" /> <rect x="405" y="857" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="877">COLUMNS</text> <rect x="515" y="859" width="26" height="32" rx="10" /> <rect x="513" y="857" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="523" y="877">(</text><a href="#index_params" title="index_params"> <rect x="561" y="859" width="110" height="32" /> <rect x="559" y="857" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="569" y="877">index\_params</text></a><rect x="691" y="859" width="26" height="32" rx="10" /> <rect x="689" y="857" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="699" y="877">)</text><a href="#opt_hash_sharded" title="opt_hash_sharded"> <rect x="737" y="859" width="140" height="32" /> <rect x="735" y="857" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="745" y="877">opt\_hash\_sharded</text></a><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="897" y="859" width="234" height="32" /> <rect x="895" y="857" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="905" y="877">opt\_with\_storage\_parameter\_list</text></a><rect x="51" y="903" width="58" height="32" rx="10" /> <rect x="49" y="901" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="921">DROP</text><a href="#opt_column" title="opt_column"> <rect x="149" y="903" width="94" height="32" /> <rect x="147" y="901" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="921">opt\_column</text></a><rect x="283" y="935" width="34" height="32" rx="10" /> <rect x="281" y="933" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="953">IF</text> <rect x="337" y="935" width="70" height="32" rx="10" /> <rect x="335" y="933" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="953">EXISTS</text><a href="#column_name" title="column_name"> <rect x="447" y="903" width="108" height="32" /> <rect x="445" y="901" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="455" y="921">column\_name</text></a><rect x="149" y="979" width="110" height="32" rx="10" /> <rect x="147" y="977" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="157" y="997">CONSTRAINT</text> <rect x="299" y="1011" width="34" height="32" rx="10" /> <rect x="297" y="1009" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="307" y="1029">IF</text> <rect x="353" y="1011" width="70" height="32" rx="10" /> <rect x="351" y="1009" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="361" y="1029">EXISTS</text><a href="#constraint_name" title="constraint_name"> <rect x="463" y="979" width="126" height="32" /> <rect x="461" y="977" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="471" y="997">constraint\_name</text></a><a href="#opt_drop_behavior" title="opt_drop_behavior"> <rect x="629" y="903" width="142" height="32" /> <rect x="627" y="901" width="142" height="32" className="nonterminal" /> <text className="nonterminal" x="637" y="921">opt\_drop\_behavior</text></a><rect x="51" y="1055" width="88" height="32" rx="10" /> <rect x="49" y="1053" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1073">VALIDATE</text> <rect x="159" y="1055" width="110" height="32" rx="10" /> <rect x="157" y="1053" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="1073">CONSTRAINT</text><a href="#constraint_name" title="constraint_name"> <rect x="289" y="1055" width="126" height="32" /> <rect x="287" y="1053" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="297" y="1073">constraint\_name</text></a><rect x="51" y="1099" width="178" height="32" rx="10" /> <rect x="49" y="1097" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1117">EXPERIMENTAL\_AUDIT</text> <rect x="249" y="1099" width="44" height="32" rx="10" /> <rect x="247" y="1097" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="257" y="1117">SET</text><a href="#audit_mode" title="audit_mode"> <rect x="313" y="1099" width="96" height="32" /> <rect x="311" y="1097" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="321" y="1117">audit\_mode</text></a><a href="#partition_by_table" title="partition_by_table"> <rect x="51" y="1143" width="136" height="32" /> <rect x="49" y="1141" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1161">partition\_by\_table</text></a><rect x="71" y="1187" width="44" height="32" rx="10" /> <rect x="69" y="1185" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="1205">SET</text> <rect x="135" y="1187" width="26" height="32" rx="10" /> <rect x="133" y="1185" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="1205">(</text><a href="#storage_parameter_list" title="storage_parameter_list"> <rect x="181" y="1187" width="170" height="32" /> <rect x="179" y="1185" width="170" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="1205">storage\_parameter\_list</text></a><rect x="71" y="1231" width="62" height="32" rx="10" /> <rect x="69" y="1229" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="1249">RESET</text> <rect x="153" y="1231" width="26" height="32" rx="10" /> <rect x="151" y="1229" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="1249">(</text><a href="#storage_parameter_key_list" title="storage_parameter_key_list"> <rect x="199" y="1231" width="200" height="32" /> <rect x="197" y="1229" width="200" height="32" className="nonterminal" /> <text className="nonterminal" x="207" y="1249">storage\_parameter\_key\_list</text></a><rect x="439" y="1187" width="26" height="32" rx="10" /> <rect x="437" y="1185" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="447" y="1205">)</text><a href="#table_rls_mode" title="table_rls_mode"> <rect x="51" y="1275" width="118" height="32" /> <rect x="49" y="1273" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="1293">table\_rls\_mode</text></a><rect x="189" y="1275" width="54" height="32" rx="10" /> <rect x="187" y="1273" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="1293">ROW</text> <rect x="263" y="1275" width="62" height="32" rx="10" /> <rect x="261" y="1273" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="271" y="1293">LEVEL</text> <rect x="345" y="1275" width="88" height="32" rx="10" /> <rect x="343" y="1273" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="353" y="1293">SECURITY</text> <path className="line" d="m17 17 h2 m20 0 h10 m76 0 h10 m20 0 h10 m94 0 h10 m0 0 h16 m-150 0 h20 m130 0 h20 m-170 0 q10 0 10 10 m150 0 q0 -10 10 -10 m-160 10 v24 m150 0 v-24 m-150 24 q0 10 10 10 m130 0 q10 0 10 -10 m-140 10 h10 m110 0 h10 m20 -44 h10 m108 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m108 0 h10 m0 0 h578 m-1178 0 h20 m1158 0 h20 m-1198 0 q10 0 10 10 m1178 0 q0 -10 10 -10 m-1188 10 v68 m1178 0 v-68 m-1178 68 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m48 0 h10 m40 0 h10 m0 0 h88 m-118 0 h20 m98 0 h20 m-138 0 q10 0 10 10 m118 0 q0 -10 10 -10 m-128 10 v12 m118 0 v-12 m-118 12 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m78 0 h10 m40 -32 h10 m0 0 h202 m-232 0 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v12 m232 0 v-12 m-232 12 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m134 0 h10 m0 0 h308 m-872 0 h20 m852 0 h20 m-892 0 q10 0 10 10 m872 0 q0 -10 10 -10 m-882 10 v56 m872 0 v-56 m-872 56 q0 10 10 10 m852 0 q10 0 10 -10 m-842 10 h10 m124 0 h10 m0 0 h486 m-650 0 h20 m630 0 h20 m-670 0 q10 0 10 10 m650 0 q0 -10 10 -10 m-660 10 v24 m650 0 v-24 m-650 24 q0 10 10 10 m630 0 q10 0 10 -10 m-640 10 h10 m110 0 h10 m0 0 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m126 0 h10 m0 0 h10 m122 0 h10 m20 -44 h10 m162 0 h10 m20 -76 h198 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v144 m1178 0 v-144 m-1178 144 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m62 0 h10 m20 0 h10 m94 0 h10 m0 0 h10 m108 0 h10 m20 0 h10 m154 0 h10 m0 0 h580 m-774 0 h20 m754 0 h20 m-794 0 q10 0 10 10 m774 0 q0 -10 10 -10 m-784 10 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m180 0 h10 m0 0 h554 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m150 0 h10 m0 0 h584 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m58 0 h10 m20 0 h10 m48 0 h10 m0 0 h10 m56 0 h10 m0 0 h146 m-310 0 h20 m290 0 h20 m-330 0 q10 0 10 10 m310 0 q0 -10 10 -10 m-320 10 v24 m310 0 v-24 m-310 24 q0 10 10 10 m290 0 q10 0 10 -10 m-300 10 h10 m86 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m-280 -42 v20 m310 0 v-20 m-310 20 v56 m310 0 v-56 m-310 56 q0 10 10 10 m290 0 q10 0 10 -10 m-300 10 h10 m76 0 h10 m0 0 h194 m20 -120 h346 m-764 -10 v20 m774 0 v-20 m-774 20 v144 m774 0 v-144 m-774 144 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m48 0 h10 m20 0 h10 m160 0 h10 m0 0 h24 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m184 0 h10 m20 -44 h10 m86 0 h10 m20 0 h10 m0 0 h286 m-316 0 h20 m296 0 h20 m-336 0 q10 0 10 10 m316 0 q0 -10 10 -10 m-326 10 v12 m316 0 v-12 m-316 12 q0 10 10 10 m296 0 q10 0 10 -10 m-306 10 h10 m26 0 h10 m0 0 h10 m184 0 h10 m0 0 h10 m26 0 h10 m-744 -42 v20 m774 0 v-20 m-774 20 v68 m774 0 v-68 m-774 68 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m164 0 h10 m0 0 h570 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m166 0 h10 m0 0 h568 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m142 0 h10 m0 0 h592 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m44 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m56 0 h10 m0 0 h546 m-764 -10 v20 m774 0 v-20 m-774 20 v24 m774 0 v-24 m-774 24 q0 10 10 10 m754 0 q10 0 10 -10 m-764 10 h10 m106 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m90 0 h10 m0 0 h10 m174 0 h10 m0 0 h146 m-1036 -560 h20 m1036 0 h20 m-1076 0 q10 0 10 10 m1056 0 q0 -10 10 -10 m-1066 10 v584 m1056 0 v-584 m-1056 584 q0 10 10 10 m1036 0 q10 0 10 -10 m-1046 10 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m140 0 h10 m0 0 h10 m234 0 h10 m0 0 h38 m-1148 -614 v20 m1178 0 v-20 m-1178 20 v628 m1178 0 v-628 m-1178 628 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m58 0 h10 m20 0 h10 m94 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m108 0 h10 m0 0 h34 m-480 0 h20 m460 0 h20 m-500 0 q10 0 10 10 m480 0 q0 -10 10 -10 m-490 10 v56 m480 0 v-56 m-480 56 q0 10 10 10 m460 0 q10 0 10 -10 m-470 10 h10 m110 0 h10 m20 0 h10 m0 0 h134 m-164 0 h20 m144 0 h20 m-184 0 q10 0 10 10 m164 0 q0 -10 10 -10 m-174 10 v12 m164 0 v-12 m-164 12 q0 10 10 10 m144 0 q10 0 10 -10 m-154 10 h10 m34 0 h10 m0 0 h10 m70 0 h10 m20 -32 h10 m126 0 h10 m20 -76 h10 m142 0 h10 m0 0 h418 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v132 m1178 0 v-132 m-1178 132 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m88 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m126 0 h10 m0 0 h774 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v24 m1178 0 v-24 m-1178 24 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m178 0 h10 m0 0 h10 m44 0 h10 m0 0 h10 m96 0 h10 m0 0 h780 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v24 m1178 0 v-24 m-1178 24 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m136 0 h10 m0 0 h1002 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v24 m1178 0 v-24 m-1178 24 q0 10 10 10 m1158 0 q10 0 10 -10 m-1148 10 h10 m44 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m170 0 h10 m0 0 h48 m-368 0 h20 m348 0 h20 m-388 0 q10 0 10 10 m368 0 q0 -10 10 -10 m-378 10 v24 m368 0 v-24 m-368 24 q0 10 10 10 m348 0 q10 0 10 -10 m-358 10 h10 m62 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m200 0 h10 m20 -44 h10 m26 0 h10 m0 0 h724 m-1168 -10 v20 m1178 0 v-20 m-1178 20 v68 m1178 0 v-68 m-1178 68 q0 10 10 10 m1158 0 q10 0 10 -10 m-1168 10 h10 m118 0 h10 m0 0 h10 m54 0 h10 m0 0 h10 m62 0 h10 m0 0 h10 m88 0 h10 m0 0 h756 m23 -1272 h-3" /> <polygon points="1227 17 1235 13 1235 21" /> <polygon points="1227 17 1219 13 1219 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmds" title="alter_table_cmds">alter\_table\_cmds</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="var_set_list" href="#var_set_list">var\_set\_list:</a></p><svg width="603" height="223"> <polygon points="11 17 3 13 3 21" /> <polygon points="19 17 11 13 11 21" /><a href="#var_name" title="var_name"> <rect x="33" y="3" width="84" height="32" /> <rect x="31" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="41" y="21">var\_name</text></a><rect x="137" y="3" width="30" height="32" rx="10" /> <rect x="135" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="145" y="21">=</text> <rect x="207" y="3" width="58" height="32" rx="10" /> <rect x="205" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="215" y="21">COPY</text> <rect x="285" y="3" width="60" height="32" rx="10" /> <rect x="283" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="21">FROM</text> <rect x="365" y="3" width="74" height="32" rx="10" /> <rect x="363" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="373" y="21">PARENT</text><a href="#var_value" title="var_value"> <rect x="207" y="47" width="82" height="32" /> <rect x="205" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="65">var\_value</text></a><rect x="65" y="129" width="24" height="32" rx="10" /> <rect x="63" y="127" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="73" y="147">,</text><a href="#var_name" title="var_name"> <rect x="109" y="129" width="84" height="32" /> <rect x="107" y="127" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="117" y="147">var\_name</text></a><rect x="213" y="129" width="30" height="32" rx="10" /> <rect x="211" y="127" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="147">=</text><a href="#var_value" title="var_value"> <rect x="283" y="129" width="82" height="32" /> <rect x="281" y="127" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="291" y="147">var\_value</text></a><rect x="283" y="173" width="58" height="32" rx="10" /> <rect x="281" y="171" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="191">COPY</text> <rect x="361" y="173" width="60" height="32" rx="10" /> <rect x="359" y="171" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="369" y="191">FROM</text> <rect x="441" y="173" width="74" height="32" rx="10" /> <rect x="439" y="171" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="449" y="191">PARENT</text> <path className="line" d="m19 17 h2 m0 0 h10 m84 0 h10 m0 0 h10 m30 0 h10 m20 0 h10 m58 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m74 0 h10 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m82 0 h10 m0 0 h150 m22 -44 l2 0 m2 0 l2 0 m2 0 l2 0 m-478 126 l2 0 m2 0 l2 0 m2 0 l2 0 m42 0 h10 m24 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m30 0 h10 m20 0 h10 m82 0 h10 m0 0 h150 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m58 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m74 0 h10 m-490 -44 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m490 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-490 0 h10 m0 0 h480 m-530 32 h20 m530 0 h20 m-570 0 q10 0 10 10 m550 0 q0 -10 10 -10 m-560 10 v58 m550 0 v-58 m-550 58 q0 10 10 10 m530 0 q10 0 10 -10 m-540 10 h10 m0 0 h520 m23 -78 h-3" /> <polygon points="593 143 601 139 601 147" /> <polygon points="593 143 585 139 585 147" /></svg><p>referenced by: </p><ul> <li><a href="#set_zone_config" title="set_zone_config">set\_zone\_config</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_index_cmd" href="#alter_index_cmd">alter\_index\_cmd:</a></p><svg width="197" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#partition_by_index" title="partition_by_index"> <rect x="31" y="3" width="138" height="32" /> <rect x="29" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">partition\_by\_index</text></a><path className="line" d="m17 17 h2 m0 0 h10 m138 0 h10 m3 0 h-3" /> <polygon points="187 17 195 13 195 21" /> <polygon points="187 17 179 13 179 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_cmds" title="alter_index_cmds">alter\_index\_cmds</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="sequence_option_elem" href="#sequence_option_elem">sequence\_option\_elem:</a></p><svg width="597" height="769"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="38" height="32" rx="10" /> <rect x="49" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">AS</text><a href="#typename" title="typename"> <rect x="109" y="3" width="84" height="32" /> <rect x="107" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="117" y="21">typename</text></a><rect x="51" y="47" width="40" height="32" rx="10" /> <rect x="49" y="45" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NO</text> <rect x="131" y="47" width="62" height="32" rx="10" /> <rect x="129" y="45" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="65">CYCLE</text> <rect x="131" y="91" width="92" height="32" rx="10" /> <rect x="129" y="89" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="109">MINVALUE</text> <rect x="131" y="135" width="94" height="32" rx="10" /> <rect x="129" y="133" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="153">MAXVALUE</text> <rect x="51" y="179" width="72" height="32" rx="10" /> <rect x="49" y="177" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">OWNED</text> <rect x="143" y="179" width="38" height="32" rx="10" /> <rect x="141" y="177" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="197">BY</text> <rect x="221" y="179" width="58" height="32" rx="10" /> <rect x="219" y="177" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="197">NONE</text><a href="#column_path" title="column_path"> <rect x="221" y="223" width="102" height="32" /> <rect x="219" y="221" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="229" y="241">column\_path</text></a><rect x="91" y="299" width="46" height="32" rx="10" /> <rect x="89" y="297" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="317">PER</text> <rect x="177" y="299" width="58" height="32" rx="10" /> <rect x="175" y="297" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="317">NODE</text> <rect x="177" y="343" width="82" height="32" rx="10" /> <rect x="175" y="341" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="185" y="361">SESSION</text> <rect x="319" y="267" width="66" height="32" rx="10" /> <rect x="317" y="265" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="327" y="285">CACHE</text> <rect x="71" y="387" width="92" height="32" rx="10" /> <rect x="69" y="385" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="405">MINVALUE</text> <rect x="71" y="431" width="94" height="32" rx="10" /> <rect x="69" y="429" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="449">MAXVALUE</text> <rect x="71" y="475" width="100" height="32" rx="10" /> <rect x="69" y="473" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="493">INCREMENT</text> <rect x="211" y="507" width="38" height="32" rx="10" /> <rect x="209" y="505" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="219" y="525">BY</text> <rect x="71" y="551" width="64" height="32" rx="10" /> <rect x="69" y="549" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="569">START</text> <rect x="175" y="583" width="58" height="32" rx="10" /> <rect x="173" y="581" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="601">WITH</text><a href="#signed_iconst64" title="signed_iconst64"> <rect x="425" y="267" width="124" height="32" /> <rect x="423" y="265" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="433" y="285">signed\_iconst64</text></a><rect x="51" y="627" width="82" height="32" rx="10" /> <rect x="49" y="625" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="645">RESTART</text> <rect x="193" y="691" width="58" height="32" rx="10" /> <rect x="191" y="689" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="709">WITH</text><a href="#signed_iconst64" title="signed_iconst64"> <rect x="291" y="659" width="124" height="32" /> <rect x="289" y="657" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="677">signed\_iconst64</text></a><rect x="51" y="735" width="80" height="32" rx="10" /> <rect x="49" y="733" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="753">VIRTUAL</text> <path className="line" d="m17 17 h2 m20 0 h10 m38 0 h10 m0 0 h10 m84 0 h10 m0 0 h356 m-538 0 h20 m518 0 h20 m-558 0 q10 0 10 10 m538 0 q0 -10 10 -10 m-548 10 v24 m538 0 v-24 m-538 24 q0 10 10 10 m518 0 q10 0 10 -10 m-528 10 h10 m40 0 h10 m20 0 h10 m62 0 h10 m0 0 h32 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m92 0 h10 m0 0 h2 m-124 -10 v20 m134 0 v-20 m-134 20 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m20 -88 h304 m-528 -10 v20 m538 0 v-20 m-538 20 v112 m538 0 v-112 m-538 112 q0 10 10 10 m518 0 q10 0 10 -10 m-528 10 h10 m72 0 h10 m0 0 h10 m38 0 h10 m20 0 h10 m58 0 h10 m0 0 h44 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m20 -44 h206 m-528 -10 v20 m538 0 v-20 m-538 20 v68 m538 0 v-68 m-538 68 q0 10 10 10 m518 0 q10 0 10 -10 m-488 10 h10 m0 0 h198 m-228 0 h20 m208 0 h20 m-248 0 q10 0 10 10 m228 0 q0 -10 10 -10 m-238 10 v12 m228 0 v-12 m-228 12 q0 10 10 10 m208 0 q10 0 10 -10 m-218 10 h10 m46 0 h10 m20 0 h10 m58 0 h10 m0 0 h24 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m40 -76 h10 m66 0 h10 m-354 0 h20 m334 0 h20 m-374 0 q10 0 10 10 m354 0 q0 -10 10 -10 m-364 10 v100 m354 0 v-100 m-354 100 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m92 0 h10 m0 0 h222 m-344 -10 v20 m354 0 v-20 m-354 20 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m94 0 h10 m0 0 h220 m-344 -10 v20 m354 0 v-20 m-354 20 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m100 0 h10 m20 0 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m20 -32 h116 m-344 -10 v20 m354 0 v-20 m-354 20 v56 m354 0 v-56 m-354 56 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m64 0 h10 m20 0 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m20 -32 h132 m20 -284 h10 m124 0 h10 m-528 -10 v20 m538 0 v-20 m-538 20 v340 m538 0 v-340 m-538 340 q0 10 10 10 m518 0 q10 0 10 -10 m-528 10 h10 m82 0 h10 m20 0 h10 m0 0 h252 m-282 0 h20 m262 0 h20 m-302 0 q10 0 10 10 m282 0 q0 -10 10 -10 m-292 10 v12 m282 0 v-12 m-282 12 q0 10 10 10 m262 0 q10 0 10 -10 m-252 10 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m20 -32 h10 m124 0 h10 m20 -32 h114 m-528 -10 v20 m538 0 v-20 m-538 20 v88 m538 0 v-88 m-538 88 q0 10 10 10 m518 0 q10 0 10 -10 m-528 10 h10 m80 0 h10 m0 0 h418 m23 -732 h-3" /> <polygon points="587 17 595 13 595 21" /> <polygon points="587 17 579 13 579 21" /></svg><p>referenced by: </p><ul> <li><a href="#sequence_option_list" title="sequence_option_list">sequence\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="backup_kms" href="#backup_kms">backup\_kms:</a></p><svg width="663" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="90" height="32" rx="10" /> <rect x="29" y="1" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">NEW\_KMS</text> <rect x="141" y="3" width="30" height="32" rx="10" /> <rect x="139" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="149" y="21">=</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="191" y="3" width="214" height="32" /> <rect x="189" y="1" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="21">string\_or\_placeholder\_opt\_list</text></a><rect x="425" y="3" width="58" height="32" rx="10" /> <rect x="423" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="433" y="21">WITH</text> <rect x="503" y="3" width="88" height="32" rx="10" /> <rect x="501" y="1" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="511" y="21">OLD\_KMS</text> <rect x="611" y="3" width="30" height="32" rx="10" /> <rect x="609" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="619" y="21">=</text><a href="#string_or_placeholder_opt_list" title="string_or_placeholder_opt_list"> <rect x="421" y="69" width="214" height="32" /> <rect x="419" y="67" width="214" height="32" className="nonterminal" /> <text className="nonterminal" x="429" y="87">string\_or\_placeholder\_opt\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m90 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m214 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m30 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-264 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m214 0 h10 m3 0 h-3" /> <polygon points="653 83 661 79 661 87" /> <polygon points="653 83 645 79 645 87" /></svg><p>referenced by: </p><ul> <li><a href="#alter_backup_cmd" title="alter_backup_cmd">alter\_backup\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="common_routine_opt_item" href="#common_routine_opt_item">common\_routine\_opt\_item:</a></p><svg width="519" height="421"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="72" height="32" rx="10" /> <rect x="69" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">CALLED</text> <rect x="71" y="47" width="84" height="32" rx="10" /> <rect x="69" y="45" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">RETURNS</text> <rect x="175" y="47" width="56" height="32" rx="10" /> <rect x="173" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="65">NULL</text> <rect x="271" y="3" width="40" height="32" rx="10" /> <rect x="269" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="279" y="21">ON</text> <rect x="331" y="3" width="56" height="32" rx="10" /> <rect x="329" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="339" y="21">NULL</text> <rect x="407" y="3" width="64" height="32" rx="10" /> <rect x="405" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="21">INPUT</text> <rect x="51" y="91" width="70" height="32" rx="10" /> <rect x="49" y="89" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">STRICT</text> <rect x="51" y="135" width="102" height="32" rx="10" /> <rect x="49" y="133" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">IMMUTABLE</text> <rect x="51" y="179" width="72" height="32" rx="10" /> <rect x="49" y="177" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">STABLE</text> <rect x="51" y="223" width="88" height="32" rx="10" /> <rect x="49" y="221" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">VOLATILE</text> <rect x="71" y="299" width="90" height="32" rx="10" /> <rect x="69" y="297" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="317">EXTERNAL</text> <rect x="201" y="267" width="88" height="32" rx="10" /> <rect x="199" y="265" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="285">SECURITY</text> <rect x="329" y="267" width="80" height="32" rx="10" /> <rect x="327" y="265" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="285">DEFINER</text> <rect x="329" y="311" width="84" height="32" rx="10" /> <rect x="327" y="309" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="337" y="329">INVOKER</text> <rect x="71" y="387" width="48" height="32" rx="10" /> <rect x="69" y="385" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="405">NOT</text> <rect x="159" y="355" width="102" height="32" rx="10" /> <rect x="157" y="353" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="373">LEAKPROOF</text> <path className="line" d="m17 17 h2 m40 0 h10 m72 0 h10 m0 0 h88 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m84 0 h10 m0 0 h10 m56 0 h10 m20 -44 h10 m40 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m64 0 h10 m-460 0 h20 m440 0 h20 m-480 0 q10 0 10 10 m460 0 q0 -10 10 -10 m-470 10 v68 m460 0 v-68 m-460 68 q0 10 10 10 m440 0 q10 0 10 -10 m-450 10 h10 m70 0 h10 m0 0 h350 m-450 -10 v20 m460 0 v-20 m-460 20 v24 m460 0 v-24 m-460 24 q0 10 10 10 m440 0 q10 0 10 -10 m-450 10 h10 m102 0 h10 m0 0 h318 m-450 -10 v20 m460 0 v-20 m-460 20 v24 m460 0 v-24 m-460 24 q0 10 10 10 m440 0 q10 0 10 -10 m-450 10 h10 m72 0 h10 m0 0 h348 m-450 -10 v20 m460 0 v-20 m-460 20 v24 m460 0 v-24 m-460 24 q0 10 10 10 m440 0 q10 0 10 -10 m-450 10 h10 m88 0 h10 m0 0 h332 m-450 -10 v20 m460 0 v-20 m-460 20 v24 m460 0 v-24 m-460 24 q0 10 10 10 m440 0 q10 0 10 -10 m-430 10 h10 m0 0 h100 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v12 m130 0 v-12 m-130 12 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m20 -32 h10 m88 0 h10 m20 0 h10 m80 0 h10 m0 0 h4 m-124 0 h20 m104 0 h20 m-144 0 q10 0 10 10 m124 0 q0 -10 10 -10 m-134 10 v24 m124 0 v-24 m-124 24 q0 10 10 10 m104 0 q10 0 10 -10 m-114 10 h10 m84 0 h10 m20 -44 h38 m-450 -10 v20 m460 0 v-20 m-460 20 v68 m460 0 v-68 m-460 68 q0 10 10 10 m440 0 q10 0 10 -10 m-430 10 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m102 0 h10 m0 0 h210 m23 -352 h-3" /> <polygon points="509 17 517 13 517 21" /> <polygon points="509 17 501 13 501 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_func_opt_list" title="alter_func_opt_list">alter\_func\_opt\_list</a></li> <li><a href="#create_routine_opt_item" title="create_routine_opt_item">create\_routine\_opt\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="password_clause" href="#password_clause">password\_clause:</a></p><svg width="383" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="100" height="32" rx="10" /> <rect x="29" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PASSWORD</text><a href="#sconst_or_placeholder" title="sconst_or_placeholder"> <rect x="171" y="3" width="164" height="32" /> <rect x="169" y="1" width="164" height="32" className="nonterminal" /> <text className="nonterminal" x="179" y="21">sconst\_or\_placeholder</text></a><rect x="171" y="47" width="56" height="32" rx="10" /> <rect x="169" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="65">NULL</text> <path className="line" d="m17 17 h2 m0 0 h10 m100 0 h10 m20 0 h10 m164 0 h10 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m56 0 h10 m0 0 h108 m23 -44 h-3" /> <polygon points="373 17 381 13 381 21" /> <polygon points="373 17 365 13 365 21" /></svg><p>referenced by: </p><ul> <li><a href="#role_option" title="role_option">role\_option</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="valid_until_clause" href="#valid_until_clause">valid\_until\_clause:</a></p><svg width="421" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">VALID</text> <rect x="113" y="3" width="62" height="32" rx="10" /> <rect x="111" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="121" y="21">UNTIL</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="215" y="3" width="158" height="32" /> <rect x="213" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="21">string\_or\_placeholder</text></a><rect x="215" y="47" width="56" height="32" rx="10" /> <rect x="213" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="65">NULL</text> <path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m62 0 h10 m20 0 h10 m158 0 h10 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m56 0 h10 m0 0 h102 m23 -44 h-3" /> <polygon points="411 17 419 13 419 21" /> <polygon points="411 17 403 13 403 21" /></svg><p>referenced by: </p><ul> <li><a href="#role_option" title="role_option">role\_option</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="subject_clause" href="#subject_clause">subject\_clause:</a></p><svg width="357" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="80" height="32" rx="10" /> <rect x="29" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SUBJECT</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="151" y="3" width="158" height="32" /> <rect x="149" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="159" y="21">string\_or\_placeholder</text></a><rect x="151" y="47" width="56" height="32" rx="10" /> <rect x="149" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="65">NULL</text> <path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m20 0 h10 m158 0 h10 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m56 0 h10 m0 0 h102 m23 -44 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#role_option" title="role_option">role\_option</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="provisionsrc_clause" href="#provisionsrc_clause">provisionsrc\_clause:</a></p><svg width="405" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="128" height="32" rx="10" /> <rect x="29" y="1" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PROVISIONSRC</text><a href="#string_or_placeholder" title="string_or_placeholder"> <rect x="199" y="3" width="158" height="32" /> <rect x="197" y="1" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="207" y="21">string\_or\_placeholder</text></a><rect x="199" y="47" width="56" height="32" rx="10" /> <rect x="197" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="65">NULL</text> <path className="line" d="m17 17 h2 m0 0 h10 m128 0 h10 m20 0 h10 m158 0 h10 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m56 0 h10 m0 0 h102 m23 -44 h-3" /> <polygon points="395 17 403 13 403 21" /> <polygon points="395 17 387 13 387 21" /></svg><p>referenced by: </p><ul> <li><a href="#role_option" title="role_option">role\_option</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_name_no_crdb_extra" href="#func_name_no_crdb_extra">func\_name\_no\_crdb\_extra:</a></p><svg width="349" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_function_name_no_crdb_extra" title="type_function_name_no_crdb_extra"> <rect x="51" y="3" width="250" height="32" /> <rect x="49" y="1" width="250" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">type\_function\_name\_no\_crdb\_extra</text></a><a href="#prefixed_column_path" title="prefixed_column_path"> <rect x="51" y="47" width="162" height="32" /> <rect x="49" y="45" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">prefixed\_column\_path</text></a><path className="line" d="m17 17 h2 m20 0 h10 m250 0 h10 m-290 0 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v24 m290 0 v-24 m-290 24 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m162 0 h10 m0 0 h88 m23 -44 h-3" /> <polygon points="339 17 347 13 347 21" /> <polygon points="339 17 331 13 331 21" /></svg><p>referenced by: </p><ul> <li><a href="#typed_literal" title="typed_literal">typed\_literal</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_interval_qualifier" href="#opt_interval_qualifier">opt\_interval\_qualifier:</a></p><svg width="225" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#interval_qualifier" title="interval_qualifier"> <rect x="51" y="23" width="126" height="32" /> <rect x="49" y="21" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">interval\_qualifier</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h136 m-166 0 h20 m146 0 h20 m-186 0 q10 0 10 10 m166 0 q0 -10 10 -10 m-176 10 v12 m166 0 v-12 m-166 12 q0 10 10 10 m146 0 q10 0 10 -10 m-156 10 h10 m126 0 h10 m23 -32 h-3" /> <polygon points="215 5 223 1 223 9" /> <polygon points="215 5 207 1 207 9" /></svg><p>referenced by: </p><ul> <li><a href="#interval_value" title="interval_value">interval\_value</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="within_group_clause" href="#within_group_clause">within\_group\_clause:</a></p><svg width="511" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="74" height="32" rx="10" /> <rect x="49" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">WITHIN</text> <rect x="145" y="23" width="68" height="32" rx="10" /> <rect x="143" y="21" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="41">GROUP</text> <rect x="233" y="23" width="26" height="32" rx="10" /> <rect x="231" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="41">(</text><a href="#single_sort_clause" title="single_sort_clause"> <rect x="279" y="23" width="138" height="32" /> <rect x="277" y="21" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="287" y="41">single\_sort\_clause</text></a><rect x="437" y="23" width="26" height="32" rx="10" /> <rect x="435" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="445" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h422 m-452 0 h20 m432 0 h20 m-472 0 q10 0 10 10 m452 0 q0 -10 10 -10 m-462 10 v12 m452 0 v-12 m-452 12 q0 10 10 10 m432 0 q10 0 10 -10 m-442 10 h10 m74 0 h10 m0 0 h10 m68 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="501 5 509 1 509 9" /> <polygon points="501 5 493 1 493 9" /></svg><p>referenced by: </p><ul> <li><a href="#func_expr" title="func_expr">func\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="filter_clause" href="#filter_clause">filter\_clause:</a></p><svg width="433" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="68" height="32" rx="10" /> <rect x="49" y="21" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">FILTER</text> <rect x="139" y="23" width="26" height="32" rx="10" /> <rect x="137" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="41">(</text> <rect x="185" y="23" width="70" height="32" rx="10" /> <rect x="183" y="21" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="193" y="41">WHERE</text><a href="#a_expr" title="a_expr"> <rect x="275" y="23" width="64" height="32" /> <rect x="273" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="41">a\_expr</text></a><rect x="359" y="23" width="26" height="32" rx="10" /> <rect x="357" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h344 m-374 0 h20 m354 0 h20 m-394 0 q10 0 10 10 m374 0 q0 -10 10 -10 m-384 10 v12 m374 0 v-12 m-374 12 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="423 5 431 1 431 9" /> <polygon points="423 5 415 1 415 9" /></svg><p>referenced by: </p><ul> <li><a href="#func_expr" title="func_expr">func\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="over_clause" href="#over_clause">over\_clause:</a></p><svg width="369" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">OVER</text><a href="#window_specification" title="window_specification"> <rect x="149" y="23" width="152" height="32" /> <rect x="147" y="21" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="41">window\_specification</text></a><a href="#window_name" title="window_name"> <rect x="149" y="67" width="110" height="32" /> <rect x="147" y="65" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="85">window\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h280 m-310 0 h20 m290 0 h20 m-330 0 q10 0 10 10 m310 0 q0 -10 10 -10 m-320 10 v12 m310 0 v-12 m-310 12 q0 10 10 10 m290 0 q10 0 10 -10 m-300 10 h10 m58 0 h10 m20 0 h10 m152 0 h10 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v24 m192 0 v-24 m-192 24 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m110 0 h10 m0 0 h42 m43 -76 h-3" /> <polygon points="359 5 367 1 367 9" /> <polygon points="359 5 351 1 351 9" /></svg><p>referenced by: </p><ul> <li><a href="#func_expr" title="func_expr">func\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_expr_common_subexpr" href="#func_expr_common_subexpr">func\_expr\_common\_subexpr:</a></p><svg width="773" height="981"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="91" y="3" width="100" height="32" rx="10" /> <rect x="89" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="21">COLLATION</text> <rect x="211" y="3" width="48" height="32" rx="10" /> <rect x="209" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="219" y="21">FOR</text> <rect x="279" y="3" width="26" height="32" rx="10" /> <rect x="277" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="287" y="21">(</text> <rect x="111" y="47" width="34" height="32" rx="10" /> <rect x="109" y="45" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="119" y="65">IF</text> <rect x="165" y="47" width="26" height="32" rx="10" /> <rect x="163" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="65">(</text><a href="#a_expr" title="a_expr"> <rect x="211" y="47" width="64" height="32" /> <rect x="209" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="219" y="65">a\_expr</text></a><rect x="295" y="47" width="24" height="32" rx="10" /> <rect x="293" y="45" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="65">,</text> <rect x="131" y="91" width="70" height="32" rx="10" /> <rect x="129" y="89" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="109">NULLIF</text> <rect x="131" y="135" width="70" height="32" rx="10" /> <rect x="129" y="133" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="153">IFNULL</text> <rect x="241" y="91" width="26" height="32" rx="10" /> <rect x="239" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="109">(</text> <rect x="111" y="179" width="82" height="32" rx="10" /> <rect x="109" y="177" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="119" y="197">IFERROR</text> <rect x="213" y="179" width="26" height="32" rx="10" /> <rect x="211" y="177" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="221" y="197">(</text><a href="#a_expr" title="a_expr"> <rect x="279" y="211" width="64" height="32" /> <rect x="277" y="209" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="287" y="229">a\_expr</text></a><rect x="363" y="211" width="24" height="32" rx="10" /> <rect x="361" y="209" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="371" y="229">,</text><a href="#a_expr" title="a_expr"> <rect x="447" y="47" width="64" height="32" /> <rect x="445" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="455" y="65">a\_expr</text></a><rect x="531" y="47" width="24" height="32" rx="10" /> <rect x="529" y="45" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="539" y="65">,</text> <rect x="91" y="255" width="82" height="32" rx="10" /> <rect x="89" y="253" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="273">ISERROR</text> <rect x="193" y="255" width="26" height="32" rx="10" /> <rect x="191" y="253" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="273">(</text><a href="#a_expr" title="a_expr"> <rect x="259" y="287" width="64" height="32" /> <rect x="257" y="285" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="267" y="305">a\_expr</text></a><rect x="343" y="287" width="24" height="32" rx="10" /> <rect x="341" y="285" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="351" y="305">,</text><a href="#a_expr" title="a_expr"> <rect x="595" y="3" width="64" height="32" /> <rect x="593" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="603" y="21">a\_expr</text></a><rect x="71" y="331" width="56" height="32" rx="10" /> <rect x="69" y="329" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="349">CAST</text> <rect x="147" y="331" width="26" height="32" rx="10" /> <rect x="145" y="329" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="349">(</text><a href="#a_expr" title="a_expr"> <rect x="193" y="331" width="64" height="32" /> <rect x="191" y="329" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="201" y="349">a\_expr</text></a><rect x="277" y="331" width="38" height="32" rx="10" /> <rect x="275" y="329" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="285" y="349">AS</text><a href="#cast_target" title="cast_target"> <rect x="335" y="331" width="92" height="32" /> <rect x="333" y="329" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="343" y="349">cast\_target</text></a><rect x="71" y="375" width="138" height="32" rx="10" /> <rect x="69" y="373" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="393">ANNOTATE\_TYPE</text> <rect x="229" y="375" width="26" height="32" rx="10" /> <rect x="227" y="373" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="237" y="393">(</text><a href="#a_expr" title="a_expr"> <rect x="275" y="375" width="64" height="32" /> <rect x="273" y="373" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="393">a\_expr</text></a><rect x="359" y="375" width="24" height="32" rx="10" /> <rect x="357" y="373" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="367" y="393">,</text><a href="#typename" title="typename"> <rect x="403" y="375" width="84" height="32" /> <rect x="401" y="373" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="411" y="393">typename</text></a><rect x="71" y="419" width="92" height="32" rx="10" /> <rect x="69" y="417" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="437">COALESCE</text> <rect x="183" y="419" width="26" height="32" rx="10" /> <rect x="181" y="417" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="191" y="437">(</text><a href="#expr_list" title="expr_list"> <rect x="229" y="419" width="74" height="32" /> <rect x="227" y="417" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="237" y="437">expr\_list</text></a><rect x="699" y="3" width="26" height="32" rx="10" /> <rect x="697" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="707" y="21">)</text> <rect x="51" y="463" width="128" height="32" rx="10" /> <rect x="49" y="461" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="481">CURRENT\_DATE</text> <rect x="51" y="507" width="150" height="32" rx="10" /> <rect x="49" y="505" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="525">CURRENT\_SCHEMA</text> <rect x="51" y="551" width="158" height="32" rx="10" /> <rect x="49" y="549" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="569">CURRENT\_CATALOG</text> <rect x="51" y="595" width="174" height="32" rx="10" /> <rect x="49" y="593" width="174" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="613">CURRENT\_TIMESTAMP</text> <rect x="51" y="639" width="126" height="32" rx="10" /> <rect x="49" y="637" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="657">CURRENT\_TIME</text> <rect x="51" y="683" width="146" height="32" rx="10" /> <rect x="49" y="681" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="701">LOCALTIMESTAMP</text> <rect x="51" y="727" width="100" height="32" rx="10" /> <rect x="49" y="725" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="745">LOCALTIME</text> <rect x="51" y="771" width="128" height="32" rx="10" /> <rect x="49" y="769" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="789">CURRENT\_USER</text> <rect x="51" y="815" width="130" height="32" rx="10" /> <rect x="49" y="813" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="833">CURRENT\_ROLE</text> <rect x="51" y="859" width="128" height="32" rx="10" /> <rect x="49" y="857" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="877">SESSION\_USER</text> <rect x="51" y="903" width="56" height="32" rx="10" /> <rect x="49" y="901" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="921">USER</text><a href="#special_function" title="special_function"> <rect x="51" y="947" width="122" height="32" /> <rect x="49" y="945" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="965">special\_function</text></a><path className="line" d="m17 17 h2 m60 0 h10 m100 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m26 0 h10 m0 0 h250 m-504 0 h20 m484 0 h20 m-524 0 q10 0 10 10 m504 0 q0 -10 10 -10 m-514 10 v24 m504 0 v-24 m-504 24 q0 10 10 10 m484 0 q10 0 10 -10 m-474 10 h10 m34 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m24 0 h10 m0 0 h88 m-336 0 h20 m316 0 h20 m-356 0 q10 0 10 10 m336 0 q0 -10 10 -10 m-346 10 v24 m336 0 v-24 m-336 24 q0 10 10 10 m316 0 q10 0 10 -10 m-306 10 h10 m70 0 h10 m-110 0 h20 m90 0 h20 m-130 0 q10 0 10 10 m110 0 q0 -10 10 -10 m-120 10 v24 m110 0 v-24 m-110 24 q0 10 10 10 m90 0 q10 0 10 -10 m-100 10 h10 m70 0 h10 m20 -44 h10 m26 0 h10 m0 0 h140 m-326 -10 v20 m336 0 v-20 m-336 20 v68 m336 0 v-68 m-336 68 q0 10 10 10 m316 0 q10 0 10 -10 m-326 10 h10 m82 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h118 m-148 0 h20 m128 0 h20 m-168 0 q10 0 10 10 m148 0 q0 -10 10 -10 m-158 10 v12 m148 0 v-12 m-148 12 q0 10 10 10 m128 0 q10 0 10 -10 m-138 10 h10 m64 0 h10 m0 0 h10 m24 0 h10 m40 -164 h10 m64 0 h10 m0 0 h10 m24 0 h10 m-494 -10 v20 m504 0 v-20 m-504 20 v188 m504 0 v-188 m-504 188 q0 10 10 10 m484 0 q10 0 10 -10 m-494 10 h10 m82 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h118 m-148 0 h20 m128 0 h20 m-168 0 q10 0 10 10 m148 0 q0 -10 10 -10 m-158 10 v12 m148 0 v-12 m-148 12 q0 10 10 10 m128 0 q10 0 10 -10 m-138 10 h10 m64 0 h10 m0 0 h10 m24 0 h10 m20 -32 h168 m20 -252 h10 m64 0 h10 m-628 0 h20 m608 0 h20 m-648 0 q10 0 10 10 m628 0 q0 -10 10 -10 m-638 10 v308 m628 0 v-308 m-628 308 q0 10 10 10 m608 0 q10 0 10 -10 m-618 10 h10 m56 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m92 0 h10 m0 0 h232 m-618 -10 v20 m628 0 v-20 m-628 20 v24 m628 0 v-24 m-628 24 q0 10 10 10 m608 0 q10 0 10 -10 m-618 10 h10 m138 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m84 0 h10 m0 0 h172 m-618 -10 v20 m628 0 v-20 m-628 20 v24 m628 0 v-24 m-628 24 q0 10 10 10 m608 0 q10 0 10 -10 m-618 10 h10 m92 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h356 m20 -416 h10 m26 0 h10 m-714 0 h20 m694 0 h20 m-734 0 q10 0 10 10 m714 0 q0 -10 10 -10 m-724 10 v440 m714 0 v-440 m-714 440 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m128 0 h10 m0 0 h546 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m150 0 h10 m0 0 h524 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m158 0 h10 m0 0 h516 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m174 0 h10 m0 0 h500 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m126 0 h10 m0 0 h548 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m146 0 h10 m0 0 h528 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m100 0 h10 m0 0 h574 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m128 0 h10 m0 0 h546 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m130 0 h10 m0 0 h544 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m128 0 h10 m0 0 h546 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m56 0 h10 m0 0 h618 m-704 -10 v20 m714 0 v-20 m-714 20 v24 m714 0 v-24 m-714 24 q0 10 10 10 m694 0 q10 0 10 -10 m-704 10 h10 m122 0 h10 m0 0 h552 m23 -944 h-3" /> <polygon points="763 17 771 13 771 21" /> <polygon points="763 17 755 13 755 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_expr" title="func_expr">func\_expr</a></li> <li><a href="#func_expr_windowless" title="func_expr_windowless">func\_expr\_windowless</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="array_expr_list" href="#array_expr_list">array\_expr\_list:</a></p><svg width="189" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#array_expr" title="array_expr"> <rect x="51" y="47" width="90" height="32" /> <rect x="49" y="45" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">array\_expr</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m90 0 h10 m-130 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m110 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-110 0 h10 m24 0 h10 m0 0 h66 m23 44 h-3" /> <polygon points="179 61 187 57 187 65" /> <polygon points="179 61 171 57 171 65" /></svg><p>referenced by: </p><ul> <li><a href="#array_expr" title="array_expr">array\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="array_subscript" href="#array_subscript">array\_subscript:</a></p><svg width="503" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">\[</text><a href="#a_expr" title="a_expr"> <rect x="97" y="3" width="64" height="32" /> <rect x="95" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="21">a\_expr</text></a><a href="#opt_slice_bound" title="opt_slice_bound"> <rect x="97" y="47" width="124" height="32" /> <rect x="95" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="65">opt\_slice\_bound</text></a><rect x="241" y="47" width="24" height="32" rx="10" /> <rect x="239" y="45" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="65">:</text><a href="#opt_slice_bound" title="opt_slice_bound"> <rect x="285" y="47" width="124" height="32" /> <rect x="283" y="45" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="293" y="65">opt\_slice\_bound</text></a><rect x="449" y="3" width="26" height="32" rx="10" /> <rect x="447" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="457" y="21">]</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m20 0 h10 m64 0 h10 m0 0 h248 m-352 0 h20 m332 0 h20 m-372 0 q10 0 10 10 m352 0 q0 -10 10 -10 m-362 10 v24 m352 0 v-24 m-352 24 q0 10 10 10 m332 0 q10 0 10 -10 m-342 10 h10 m124 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m124 0 h10 m20 -44 h10 m26 0 h10 m3 0 h-3" /> <polygon points="493 17 501 13 501 21" /> <polygon points="493 17 485 13 485 21" /></svg><p>referenced by: </p><ul> <li><a href="#array_subscripts" title="array_subscripts">array\_subscripts</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="case_arg" href="#case_arg">case\_arg:</a></p><svg width="163" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#a_expr" title="a_expr"> <rect x="51" y="23" width="64" height="32" /> <rect x="49" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="153 5 161 1 161 9" /> <polygon points="153 5 145 1 145 9" /></svg><p>referenced by: </p><ul> <li><a href="#case_expr" title="case_expr">case\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="when_clause_list" href="#when_clause_list">when\_clause\_list:</a></p><svg width="201" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#when_clause" title="when_clause"> <rect x="51" y="19" width="102" height="32" /> <rect x="49" y="17" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">when\_clause</text></a><path className="line" d="m17 33 h2 m20 0 h10 m102 0 h10 m-142 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m122 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-122 0 h10 m0 0 h112 m23 32 h-3" /> <polygon points="191 33 199 29 199 37" /> <polygon points="191 33 183 29 183 37" /></svg><p>referenced by: </p><ul> <li><a href="#case_expr" title="case_expr">case\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="case_default" href="#case_default">case\_default:</a></p><svg width="235" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="52" height="32" rx="10" /> <rect x="49" y="21" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ELSE</text><a href="#a_expr" title="a_expr"> <rect x="123" y="23" width="64" height="32" /> <rect x="121" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h146 m-176 0 h20 m156 0 h20 m-196 0 q10 0 10 10 m176 0 q0 -10 10 -10 m-186 10 v12 m176 0 v-12 m-176 12 q0 10 10 10 m156 0 q10 0 10 -10 m-166 10 h10 m52 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="225 5 233 1 233 9" /> <polygon points="225 5 217 1 217 9" /></svg><p>referenced by: </p><ul> <li><a href="#case_expr" title="case_expr">case\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="tuple1_unambiguous_values" href="#tuple1_unambiguous_values">tuple1\_unambiguous\_values:</a></p><svg width="301" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="31" y="3" width="64" height="32" /> <rect x="29" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">a\_expr</text></a><rect x="115" y="3" width="24" height="32" rx="10" /> <rect x="113" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">,</text><a href="#expr_list" title="expr_list"> <rect x="179" y="35" width="74" height="32" /> <rect x="177" y="33" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="53">expr\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m0 0 h10 m24 0 h10 m20 0 h10 m0 0 h84 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v12 m114 0 v-12 m-114 12 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="291 17 299 13 299 21" /> <polygon points="291 17 283 13 283 21" /></svg><p>referenced by: </p><ul> <li><a href="#expr_tuple_unambiguous" title="expr_tuple_unambiguous">expr\_tuple\_unambiguous</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="tuple1_ambiguous_values" href="#tuple1_ambiguous_values">tuple1\_ambiguous\_values:</a></p><svg width="341" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="31" y="3" width="64" height="32" /> <rect x="29" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">a\_expr</text></a><rect x="135" y="35" width="24" height="32" rx="10" /> <rect x="133" y="33" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">,</text><a href="#expr_list" title="expr_list"> <rect x="199" y="67" width="74" height="32" /> <rect x="197" y="65" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="207" y="85">expr\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m20 0 h10 m0 0 h168 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v12 m198 0 v-12 m-198 12 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m24 0 h10 m20 0 h10 m0 0 h84 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v12 m114 0 v-12 m-114 12 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m43 -64 h-3" /> <polygon points="331 17 339 13 339 21" /> <polygon points="331 17 323 13 323 21" /></svg><p>referenced by: </p><ul> <li><a href="#expr_tuple1_ambiguous" title="expr_tuple1_ambiguous">expr\_tuple1\_ambiguous</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_expr_windowless" href="#func_expr_windowless">func\_expr\_windowless:</a></p><svg width="301" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_application" title="func_application"> <rect x="51" y="3" width="124" height="32" /> <rect x="49" y="1" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">func\_application</text></a><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr"> <rect x="51" y="47" width="202" height="32" /> <rect x="49" y="45" width="202" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">func\_expr\_common\_subexpr</text></a><path className="line" d="m17 17 h2 m20 0 h10 m124 0 h10 m0 0 h78 m-242 0 h20 m222 0 h20 m-262 0 q10 0 10 10 m242 0 q0 -10 10 -10 m-252 10 v24 m242 0 v-24 m-242 24 q0 10 10 10 m222 0 q10 0 10 -10 m-232 10 h10 m202 0 h10 m23 -44 h-3" /> <polygon points="291 17 299 13 299 21" /> <polygon points="291 17 283 13 283 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_table" title="func_table">func\_table</a></li> <li><a href="#index_elem" title="index_elem">index\_elem</a></li> <li><a href="#rowsfrom_item" title="rowsfrom_item">rowsfrom\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_elem_options" href="#index_elem_options">index\_elem\_options:</a></p><svg width="405" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_class" title="opt_class"> <rect x="31" y="3" width="80" height="32" /> <rect x="29" y="1" width="80" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_class</text></a><a href="#opt_asc_desc" title="opt_asc_desc"> <rect x="131" y="3" width="106" height="32" /> <rect x="129" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="139" y="21">opt\_asc\_desc</text></a><a href="#opt_nulls_order" title="opt_nulls_order"> <rect x="257" y="3" width="120" height="32" /> <rect x="255" y="1" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="265" y="21">opt\_nulls\_order</text></a><path className="line" d="m17 17 h2 m0 0 h10 m80 0 h10 m0 0 h10 m106 0 h10 m0 0 h10 m120 0 h10 m3 0 h-3" /> <polygon points="395 17 403 13 403 21" /> <polygon points="395 17 387 13 387 21" /></svg><p>referenced by: </p><ul> <li><a href="#index_elem" title="index_elem">index\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition_by_inner" href="#partition_by_inner">partition\_by\_inner:</a></p><svg width="637" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="52" height="32" rx="10" /> <rect x="69" y="1" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">LIST</text> <rect x="143" y="3" width="26" height="32" rx="10" /> <rect x="141" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="151" y="21">(</text><a href="#name_list" title="name_list"> <rect x="189" y="3" width="82" height="32" /> <rect x="187" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="21">name\_list</text></a><rect x="291" y="3" width="26" height="32" rx="10" /> <rect x="289" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="299" y="21">)</text> <rect x="337" y="3" width="26" height="32" rx="10" /> <rect x="335" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="345" y="21">(</text><a href="#list_partitions" title="list_partitions"> <rect x="383" y="3" width="106" height="32" /> <rect x="381" y="1" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="391" y="21">list\_partitions</text></a><rect x="71" y="47" width="66" height="32" rx="10" /> <rect x="69" y="45" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">RANGE</text> <rect x="157" y="47" width="26" height="32" rx="10" /> <rect x="155" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="165" y="65">(</text><a href="#name_list" title="name_list"> <rect x="203" y="47" width="82" height="32" /> <rect x="201" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="211" y="65">name\_list</text></a><rect x="305" y="47" width="26" height="32" rx="10" /> <rect x="303" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="313" y="65">)</text> <rect x="351" y="47" width="26" height="32" rx="10" /> <rect x="349" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="359" y="65">(</text><a href="#range_partitions" title="range_partitions"> <rect x="397" y="47" width="126" height="32" /> <rect x="395" y="45" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="405" y="65">range\_partitions</text></a><rect x="563" y="3" width="26" height="32" rx="10" /> <rect x="561" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="571" y="21">)</text> <rect x="51" y="91" width="86" height="32" rx="10" /> <rect x="49" y="89" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">NOTHING</text> <path className="line" d="m17 17 h2 m40 0 h10 m52 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m106 0 h10 m0 0 h34 m-492 0 h20 m472 0 h20 m-512 0 q10 0 10 10 m492 0 q0 -10 10 -10 m-502 10 v24 m492 0 v-24 m-492 24 q0 10 10 10 m472 0 q10 0 10 -10 m-482 10 h10 m66 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m126 0 h10 m20 -44 h10 m26 0 h10 m-578 0 h20 m558 0 h20 m-598 0 q10 0 10 10 m578 0 q0 -10 10 -10 m-588 10 v68 m578 0 v-68 m-578 68 q0 10 10 10 m558 0 q10 0 10 -10 m-568 10 h10 m86 0 h10 m0 0 h452 m23 -88 h-3" /> <polygon points="627 17 635 13 635 21" /> <polygon points="627 17 619 13 619 21" /></svg><p>referenced by: </p><ul> <li><a href="#partition_by" title="partition_by">partition\_by</a></li> <li><a href="#partition_by_table" title="partition_by_table">partition\_by\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="storage_parameter" href="#storage_parameter">storage\_parameter:</a></p><svg width="385" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#storage_parameter_key" title="storage_parameter_key"> <rect x="31" y="3" width="174" height="32" /> <rect x="29" y="1" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">storage\_parameter\_key</text></a><rect x="225" y="3" width="30" height="32" rx="10" /> <rect x="223" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="21">=</text><a href="#var_value" title="var_value"> <rect x="275" y="3" width="82" height="32" /> <rect x="273" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="21">var\_value</text></a><path className="line" d="m17 17 h2 m0 0 h10 m174 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m82 0 h10 m3 0 h-3" /> <polygon points="375 17 383 13 383 21" /> <polygon points="375 17 367 13 367 21" /></svg><p>referenced by: </p><ul> <li><a href="#storage_parameter_list" title="storage_parameter_list">storage\_parameter\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_elem" href="#table_elem">table\_elem:</a></p><svg width="443" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_table_def" title="column_table_def"> <rect x="51" y="3" width="134" height="32" /> <rect x="49" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">column\_table\_def</text></a><a href="#index_def" title="index_def"> <rect x="51" y="47" width="82" height="32" /> <rect x="49" y="45" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">index\_def</text></a><a href="#family_def" title="family_def"> <rect x="51" y="91" width="86" height="32" /> <rect x="49" y="89" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">family\_def</text></a><a href="#table_constraint" title="table_constraint"> <rect x="51" y="135" width="124" height="32" /> <rect x="49" y="133" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="153">table\_constraint</text></a><a href="#opt_validate_behavior" title="opt_validate_behavior"> <rect x="195" y="135" width="162" height="32" /> <rect x="193" y="133" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="153">opt\_validate\_behavior</text></a><rect x="51" y="179" width="52" height="32" rx="10" /> <rect x="49" y="177" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">LIKE</text><a href="#table_name" title="table_name"> <rect x="123" y="179" width="96" height="32" /> <rect x="121" y="177" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="197">table\_name</text></a><a href="#like_table_option_list" title="like_table_option_list"> <rect x="239" y="179" width="156" height="32" /> <rect x="237" y="177" width="156" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="197">like\_table\_option\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m134 0 h10 m0 0 h210 m-384 0 h20 m364 0 h20 m-404 0 q10 0 10 10 m384 0 q0 -10 10 -10 m-394 10 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m82 0 h10 m0 0 h262 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m86 0 h10 m0 0 h258 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m124 0 h10 m0 0 h10 m162 0 h10 m0 0 h38 m-374 -10 v20 m384 0 v-20 m-384 20 v24 m384 0 v-24 m-384 24 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m52 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m156 0 h10 m23 -176 h-3" /> <polygon points="433 17 441 13 441 21" /> <polygon points="433 17 425 13 425 21" /></svg><p>referenced by: </p><ul> <li><a href="#table_elem_list" title="table_elem_list">table\_elem\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_col_qual_list" href="#create_as_col_qual_list">create\_as\_col\_qual\_list:</a></p><svg width="291" height="57"> <polygon points="9 51 1 47 1 55" /> <polygon points="17 51 9 47 9 55" /><a href="#create_as_col_qualification" title="create_as_col_qualification"> <rect x="51" y="3" width="192" height="32" /> <rect x="49" y="1" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">create\_as\_col\_qualification</text></a><path className="line" d="m17 51 h2 m20 0 h10 m0 0 h202 m-232 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -14 q0 -10 10 -10 m212 34 l20 0 m-20 0 q10 0 10 -10 l0 -14 q0 -10 -10 -10 m-212 0 h10 m192 0 h10 m23 34 h-3" /> <polygon points="281 51 289 47 289 55" /> <polygon points="281 51 273 47 273 55" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_table_defs" title="create_as_table_defs">create\_as\_table\_defs</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="family_def" href="#family_def">family\_def:</a></p><svg width="475" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="72" height="32" rx="10" /> <rect x="29" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FAMILY</text><a href="#opt_family_name" title="opt_family_name"> <rect x="123" y="3" width="130" height="32" /> <rect x="121" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="131" y="21">opt\_family\_name</text></a><rect x="273" y="3" width="26" height="32" rx="10" /> <rect x="271" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="281" y="21">(</text><a href="#name_list" title="name_list"> <rect x="319" y="3" width="82" height="32" /> <rect x="317" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="327" y="21">name\_list</text></a><rect x="421" y="3" width="26" height="32" rx="10" /> <rect x="419" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="429" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m72 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="465 17 473 13 473 21" /> <polygon points="465 17 457 13 457 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_table_defs" title="create_as_table_defs">create\_as\_table\_defs</a></li> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_constraint_def" href="#create_as_constraint_def">create\_as\_constraint\_def:</a></p><svg width="253" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#create_as_constraint_elem" title="create_as_constraint_elem"> <rect x="31" y="3" width="194" height="32" /> <rect x="29" y="1" width="194" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">create\_as\_constraint\_elem</text></a><path className="line" d="m17 17 h2 m0 0 h10 m194 0 h10 m3 0 h-3" /> <polygon points="243 17 251 13 251 21" /> <polygon points="243 17 235 13 235 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_table_defs" title="create_as_table_defs">create\_as\_table\_defs</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_param_with_default" href="#routine_param_with_default">routine\_param\_with\_default:</a></p><svg width="437" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#routine_param" title="routine_param"> <rect x="31" y="3" width="114" height="32" /> <rect x="29" y="1" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">routine\_param</text></a><rect x="205" y="35" width="80" height="32" rx="10" /> <rect x="203" y="33" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="53">DEFAULT</text> <rect x="205" y="79" width="30" height="32" rx="10" /> <rect x="203" y="77" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="97">=</text><a href="#a_expr" title="a_expr"> <rect x="325" y="35" width="64" height="32" /> <rect x="323" y="33" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="333" y="53">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m114 0 h10 m20 0 h10 m0 0 h214 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v12 m244 0 v-12 m-244 12 q0 10 10 10 m224 0 q10 0 10 -10 m-214 10 h10 m80 0 h10 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m30 0 h10 m0 0 h50 m20 -44 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="427 17 435 13 435 21" /> <polygon points="427 17 419 13 419 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_param_with_default_list" title="routine_param_with_default_list">routine\_param\_with\_default\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_routine_opt_item" href="#create_routine_opt_item">create\_routine\_opt\_item:</a></p><svg width="431" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="38" height="32" rx="10" /> <rect x="49" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">AS</text> <rect x="109" y="3" width="76" height="32" rx="10" /> <rect x="107" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="117" y="21">SCONST</text><a href="#opt_link_sym" title="opt_link_sym"> <rect x="205" y="3" width="104" height="32" /> <rect x="203" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="213" y="21">opt\_link\_sym</text></a><rect x="51" y="47" width="94" height="32" rx="10" /> <rect x="49" y="45" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">LANGUAGE</text><a href="#non_reserved_word_or_sconst" title="non_reserved_word_or_sconst"> <rect x="165" y="47" width="218" height="32" /> <rect x="163" y="45" width="218" height="32" className="nonterminal" /> <text className="nonterminal" x="173" y="65">non\_reserved\_word\_or\_sconst</text></a><a href="#common_routine_opt_item" title="common_routine_opt_item"> <rect x="51" y="91" width="192" height="32" /> <rect x="49" y="89" width="192" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">common\_routine\_opt\_item</text></a><path className="line" d="m17 17 h2 m20 0 h10 m38 0 h10 m0 0 h10 m76 0 h10 m0 0 h10 m104 0 h10 m0 0 h74 m-372 0 h20 m352 0 h20 m-392 0 q10 0 10 10 m372 0 q0 -10 10 -10 m-382 10 v24 m372 0 v-24 m-372 24 q0 10 10 10 m352 0 q10 0 10 -10 m-362 10 h10 m94 0 h10 m0 0 h10 m218 0 h10 m-362 -10 v20 m372 0 v-20 m-372 20 v24 m372 0 v-24 m-372 24 q0 10 10 10 m352 0 q10 0 10 -10 m-362 10 h10 m192 0 h10 m0 0 h140 m23 -88 h-3" /> <polygon points="421 17 429 13 429 21" /> <polygon points="421 17 413 13 413 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_routine_opt_list" title="create_routine_opt_list">create\_routine\_opt\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_body_stmt" href="#routine_body_stmt">routine\_body\_stmt:</a></p><svg width="331" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#stmt_without_legacy_transaction" title="stmt_without_legacy_transaction"> <rect x="51" y="3" width="232" height="32" /> <rect x="49" y="1" width="232" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">stmt\_without\_legacy\_transaction</text></a><a href="#routine_return_stmt" title="routine_return_stmt"> <rect x="51" y="47" width="148" height="32" /> <rect x="49" y="45" width="148" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">routine\_return\_stmt</text></a><path className="line" d="m17 17 h2 m20 0 h10 m232 0 h10 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m148 0 h10 m0 0 h84 m23 -44 h-3" /> <polygon points="321 17 329 13 329 21" /> <polygon points="321 17 313 13 313 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_body_stmt_list" title="routine_body_stmt_list">routine\_body\_stmt\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="param_name" href="#param_name">param\_name:</a></p><svg width="209" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#type_function_name" title="type_function_name"> <rect x="31" y="3" width="150" height="32" /> <rect x="29" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">type\_function\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m150 0 h10 m3 0 h-3" /> <polygon points="199 17 207 13 207 21" /> <polygon points="199 17 191 13 191 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_param" title="routine_param">routine\_param</a></li> <li><a href="#table_func_column" title="table_func_column">table\_func\_column</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trigger_transition" href="#trigger_transition">trigger\_transition:</a></p><svg width="579" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#transition_is_new" title="transition_is_new"> <rect x="31" y="3" width="132" height="32" /> <rect x="29" y="1" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">transition\_is\_new</text></a><a href="#transition_is_row" title="transition_is_row"> <rect x="183" y="3" width="130" height="32" /> <rect x="181" y="1" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="191" y="21">transition\_is\_row</text></a><a href="#opt_as" title="opt_as"> <rect x="333" y="3" width="64" height="32" /> <rect x="331" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="341" y="21">opt\_as</text></a><a href="#table_alias_name" title="table_alias_name"> <rect x="417" y="3" width="134" height="32" /> <rect x="415" y="1" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="425" y="21">table\_alias\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m132 0 h10 m0 0 h10 m130 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m134 0 h10 m3 0 h-3" /> <polygon points="569 17 577 13 577 21" /> <polygon points="569 17 561 13 561 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_transition_list" title="trigger_transition_list">trigger\_transition\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="family_name" href="#family_name">family\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification" title="col_qualification">col\_qualification</a></li> <li><a href="#create_as_col_qualification" title="create_as_col_qualification">create\_as\_col\_qualification</a></li> <li><a href="#opt_changefeed_family" title="opt_changefeed_family">opt\_changefeed\_family</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="bare_label_keywords" href="#bare_label_keywords">bare\_label\_keywords:</a></p><svg width="433" height="26921"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="66" height="32" rx="10" /> <rect x="49" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ABORT</text> <rect x="51" y="47" width="92" height="32" rx="10" /> <rect x="49" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ABSOLUTE</text> <rect x="51" y="91" width="74" height="32" rx="10" /> <rect x="49" y="89" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">ACCESS</text> <rect x="51" y="135" width="74" height="32" rx="10" /> <rect x="49" y="133" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">ACTION</text> <rect x="51" y="179" width="48" height="32" rx="10" /> <rect x="49" y="177" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">ADD</text> <rect x="51" y="223" width="66" height="32" rx="10" /> <rect x="49" y="221" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">ADMIN</text> <rect x="51" y="267" width="62" height="32" rx="10" /> <rect x="49" y="265" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">AFTER</text> <rect x="51" y="311" width="102" height="32" rx="10" /> <rect x="49" y="309" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">AGGREGATE</text> <rect x="51" y="355" width="44" height="32" rx="10" /> <rect x="49" y="353" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">ALL</text> <rect x="51" y="399" width="62" height="32" rx="10" /> <rect x="49" y="397" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">ALTER</text> <rect x="51" y="443" width="78" height="32" rx="10" /> <rect x="49" y="441" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">ALWAYS</text> <rect x="51" y="487" width="82" height="32" rx="10" /> <rect x="49" y="485" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">ANALYSE</text> <rect x="51" y="531" width="82" height="32" rx="10" /> <rect x="49" y="529" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">ANALYZE</text> <rect x="51" y="575" width="48" height="32" rx="10" /> <rect x="49" y="573" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">AND</text> <rect x="51" y="619" width="138" height="32" rx="10" /> <rect x="49" y="617" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">ANNOTATE\_TYPE</text> <rect x="51" y="663" width="48" height="32" rx="10" /> <rect x="49" y="661" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">ANY</text> <rect x="51" y="707" width="46" height="32" rx="10" /> <rect x="49" y="705" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">ASC</text> <rect x="51" y="751" width="104" height="32" rx="10" /> <rect x="49" y="749" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">ASENSITIVE</text> <rect x="51" y="795" width="110" height="32" rx="10" /> <rect x="49" y="793" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">ASYMMETRIC</text> <rect x="51" y="839" width="84" height="32" rx="10" /> <rect x="49" y="837" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">AS\_JSON</text> <rect x="51" y="883" width="38" height="32" rx="10" /> <rect x="49" y="881" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">AT</text> <rect x="51" y="927" width="74" height="32" rx="10" /> <rect x="49" y="925" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">ATOMIC</text> <rect x="51" y="971" width="96" height="32" rx="10" /> <rect x="49" y="969" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">ATTRIBUTE</text> <rect x="51" y="1015" width="138" height="32" rx="10" /> <rect x="49" y="1013" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">AUTHORIZATION</text> <rect x="51" y="1059" width="102" height="32" rx="10" /> <rect x="49" y="1057" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">AUTOMATIC</text> <rect x="51" y="1103" width="118" height="32" rx="10" /> <rect x="49" y="1101" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">AVAILABILITY</text> <rect x="51" y="1147" width="154" height="32" rx="10" /> <rect x="49" y="1145" width="154" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">AVOID\_FULL\_SCAN</text> <rect x="51" y="1191" width="74" height="32" rx="10" /> <rect x="49" y="1189" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">BACKUP</text> <rect x="51" y="1235" width="84" height="32" rx="10" /> <rect x="49" y="1233" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">BACKUPS</text> <rect x="51" y="1279" width="98" height="32" rx="10" /> <rect x="49" y="1277" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">BACKWARD</text> <rect x="51" y="1323" width="66" height="32" rx="10" /> <rect x="49" y="1321" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">BATCH</text> <rect x="51" y="1367" width="74" height="32" rx="10" /> <rect x="49" y="1365" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">BEFORE</text> <rect x="51" y="1411" width="64" height="32" rx="10" /> <rect x="49" y="1409" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1429">BEGIN</text> <rect x="51" y="1455" width="86" height="32" rx="10" /> <rect x="49" y="1453" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1473">BETWEEN</text> <rect x="51" y="1499" width="132" height="32" rx="10" /> <rect x="49" y="1497" width="132" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1517">BIDIRECTIONAL</text> <rect x="51" y="1543" width="70" height="32" rx="10" /> <rect x="49" y="1541" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1561">BIGINT</text> <rect x="51" y="1587" width="72" height="32" rx="10" /> <rect x="49" y="1585" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1605">BINARY</text> <rect x="51" y="1631" width="44" height="32" rx="10" /> <rect x="49" y="1629" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1649">BIT</text> <rect x="51" y="1675" width="86" height="32" rx="10" /> <rect x="49" y="1673" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1693">BOOLEAN</text> <rect x="51" y="1719" width="58" height="32" rx="10" /> <rect x="49" y="1717" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1737">BOTH</text> <rect x="51" y="1763" width="68" height="32" rx="10" /> <rect x="49" y="1761" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1781">BOX2D</text> <rect x="51" y="1807" width="130" height="32" rx="10" /> <rect x="49" y="1805" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1825">BUCKET\_COUNT</text> <rect x="51" y="1851" width="38" height="32" rx="10" /> <rect x="49" y="1849" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1869">BY</text> <rect x="51" y="1895" width="100" height="32" rx="10" /> <rect x="49" y="1893" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1913">BYPASSRLS</text> <rect x="51" y="1939" width="66" height="32" rx="10" /> <rect x="49" y="1937" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1957">CACHE</text> <rect x="51" y="1983" width="54" height="32" rx="10" /> <rect x="49" y="1981" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2001">CALL</text> <rect x="51" y="2027" width="72" height="32" rx="10" /> <rect x="49" y="2025" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2045">CALLED</text> <rect x="51" y="2071" width="74" height="32" rx="10" /> <rect x="49" y="2069" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2089">CANCEL</text> <rect x="51" y="2115" width="120" height="32" rx="10" /> <rect x="49" y="2113" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2133">CANCELQUERY</text> <rect x="51" y="2159" width="118" height="32" rx="10" /> <rect x="49" y="2157" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2177">CAPABILITIES</text> <rect x="51" y="2203" width="104" height="32" rx="10" /> <rect x="49" y="2201" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2221">CAPABILITY</text> <rect x="51" y="2247" width="84" height="32" rx="10" /> <rect x="49" y="2245" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2265">CASCADE</text> <rect x="51" y="2291" width="56" height="32" rx="10" /> <rect x="49" y="2289" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2309">CASE</text> <rect x="51" y="2335" width="56" height="32" rx="10" /> <rect x="49" y="2333" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2353">CAST</text> <rect x="51" y="2379" width="110" height="32" rx="10" /> <rect x="49" y="2377" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2397">CHANGEFEED</text> <rect x="51" y="2423" width="150" height="32" rx="10" /> <rect x="49" y="2421" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2441">CHARACTERISTICS</text> <rect x="51" y="2467" width="64" height="32" rx="10" /> <rect x="49" y="2465" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2485">CHECK</text> <rect x="51" y="2511" width="114" height="32" rx="10" /> <rect x="49" y="2509" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2529">CHECK\_FILES</text> <rect x="51" y="2555" width="64" height="32" rx="10" /> <rect x="49" y="2553" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2573">CLOSE</text> <rect x="51" y="2599" width="82" height="32" rx="10" /> <rect x="49" y="2597" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2617">CLUSTER</text> <rect x="51" y="2643" width="90" height="32" rx="10" /> <rect x="49" y="2641" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2661">CLUSTERS</text> <rect x="51" y="2687" width="92" height="32" rx="10" /> <rect x="49" y="2685" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2705">COALESCE</text> <rect x="51" y="2731" width="100" height="32" rx="10" /> <rect x="49" y="2729" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2749">COLLATION</text> <rect x="51" y="2775" width="78" height="32" rx="10" /> <rect x="49" y="2773" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2793">COLUMN</text> <rect x="51" y="2819" width="88" height="32" rx="10" /> <rect x="49" y="2817" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2837">COLUMNS</text> <rect x="51" y="2863" width="88" height="32" rx="10" /> <rect x="49" y="2861" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2881">COMMENT</text> <rect x="51" y="2907" width="98" height="32" rx="10" /> <rect x="49" y="2905" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2925">COMMENTS</text> <rect x="51" y="2951" width="78" height="32" rx="10" /> <rect x="49" y="2949" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="2969">COMMIT</text> <rect x="51" y="2995" width="104" height="32" rx="10" /> <rect x="49" y="2993" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3013">COMMITTED</text> <rect x="51" y="3039" width="86" height="32" rx="10" /> <rect x="49" y="3037" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3057">COMPACT</text> <rect x="51" y="3083" width="92" height="32" rx="10" /> <rect x="49" y="3081" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3101">COMPLETE</text> <rect x="51" y="3127" width="120" height="32" rx="10" /> <rect x="49" y="3125" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3145">COMPLETIONS</text> <rect x="51" y="3171" width="130" height="32" rx="10" /> <rect x="49" y="3169" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3189">CONCURRENTLY</text> <rect x="51" y="3215" width="138" height="32" rx="10" /> <rect x="49" y="3213" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3233">CONFIGURATION</text> <rect x="51" y="3259" width="148" height="32" rx="10" /> <rect x="49" y="3257" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3277">CONFIGURATIONS</text> <rect x="51" y="3303" width="102" height="32" rx="10" /> <rect x="49" y="3301" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3321">CONFIGURE</text> <rect x="51" y="3347" width="90" height="32" rx="10" /> <rect x="49" y="3345" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3365">CONFLICT</text> <rect x="51" y="3391" width="112" height="32" rx="10" /> <rect x="49" y="3389" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3409">CONNECTION</text> <rect x="51" y="3435" width="122" height="32" rx="10" /> <rect x="49" y="3433" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3453">CONNECTIONS</text> <rect x="51" y="3479" width="110" height="32" rx="10" /> <rect x="49" y="3477" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3497">CONSTRAINT</text> <rect x="51" y="3523" width="120" height="32" rx="10" /> <rect x="49" y="3521" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3541">CONSTRAINTS</text> <rect x="51" y="3567" width="176" height="32" rx="10" /> <rect x="49" y="3565" width="176" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3585">CONTROLCHANGEFEED</text> <rect x="51" y="3611" width="114" height="32" rx="10" /> <rect x="49" y="3609" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3629">CONTROLJOB</text> <rect x="51" y="3655" width="112" height="32" rx="10" /> <rect x="49" y="3653" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3673">CONVERSION</text> <rect x="51" y="3699" width="84" height="32" rx="10" /> <rect x="49" y="3697" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3717">CONVERT</text> <rect x="51" y="3743" width="58" height="32" rx="10" /> <rect x="49" y="3741" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3761">COPY</text> <rect x="51" y="3787" width="56" height="32" rx="10" /> <rect x="49" y="3785" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3805">COST</text> <rect x="51" y="3831" width="92" height="32" rx="10" /> <rect x="49" y="3829" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3849">COVERING</text> <rect x="51" y="3875" width="90" height="32" rx="10" /> <rect x="49" y="3873" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3893">CREATEDB</text> <rect x="51" y="3919" width="118" height="32" rx="10" /> <rect x="49" y="3917" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3937">CREATELOGIN</text> <rect x="51" y="3963" width="108" height="32" rx="10" /> <rect x="49" y="3961" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="3981">CREATEROLE</text> <rect x="51" y="4007" width="66" height="32" rx="10" /> <rect x="49" y="4005" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4025">CROSS</text> <rect x="51" y="4051" width="46" height="32" rx="10" /> <rect x="49" y="4049" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4069">CSV</text> <rect x="51" y="4095" width="56" height="32" rx="10" /> <rect x="49" y="4093" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4113">CUBE</text> <rect x="51" y="4139" width="84" height="32" rx="10" /> <rect x="49" y="4137" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4157">CURRENT</text> <rect x="51" y="4183" width="158" height="32" rx="10" /> <rect x="49" y="4181" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4201">CURRENT\_CATALOG</text> <rect x="51" y="4227" width="128" height="32" rx="10" /> <rect x="49" y="4225" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4245">CURRENT\_DATE</text> <rect x="51" y="4271" width="130" height="32" rx="10" /> <rect x="49" y="4269" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4289">CURRENT\_ROLE</text> <rect x="51" y="4315" width="150" height="32" rx="10" /> <rect x="49" y="4313" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4333">CURRENT\_SCHEMA</text> <rect x="51" y="4359" width="126" height="32" rx="10" /> <rect x="49" y="4357" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4377">CURRENT\_TIME</text> <rect x="51" y="4403" width="174" height="32" rx="10" /> <rect x="49" y="4401" width="174" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4421">CURRENT\_TIMESTAMP</text> <rect x="51" y="4447" width="128" height="32" rx="10" /> <rect x="49" y="4445" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4465">CURRENT\_USER</text> <rect x="51" y="4491" width="78" height="32" rx="10" /> <rect x="49" y="4489" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4509">CURSOR</text> <rect x="51" y="4535" width="62" height="32" rx="10" /> <rect x="49" y="4533" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4553">CYCLE</text> <rect x="51" y="4579" width="56" height="32" rx="10" /> <rect x="49" y="4577" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4597">DATA</text> <rect x="51" y="4623" width="92" height="32" rx="10" /> <rect x="49" y="4621" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4641">DATABASE</text> <rect x="51" y="4667" width="100" height="32" rx="10" /> <rect x="49" y="4665" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4685">DATABASES</text> <rect x="51" y="4711" width="108" height="32" rx="10" /> <rect x="49" y="4709" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4729">DEALLOCATE</text> <rect x="51" y="4755" width="100" height="32" rx="10" /> <rect x="49" y="4753" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4773">DEBUG\_IDS</text> <rect x="51" y="4799" width="46" height="32" rx="10" /> <rect x="49" y="4797" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4817">DEC</text> <rect x="51" y="4843" width="82" height="32" rx="10" /> <rect x="49" y="4841" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4861">DECIMAL</text> <rect x="51" y="4887" width="82" height="32" rx="10" /> <rect x="49" y="4885" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4905">DECLARE</text> <rect x="51" y="4931" width="80" height="32" rx="10" /> <rect x="49" y="4929" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4949">DEFAULT</text> <rect x="51" y="4975" width="90" height="32" rx="10" /> <rect x="49" y="4973" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="4993">DEFAULTS</text> <rect x="51" y="5019" width="108" height="32" rx="10" /> <rect x="49" y="5017" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5037">DEFERRABLE</text> <rect x="51" y="5063" width="90" height="32" rx="10" /> <rect x="49" y="5061" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5081">DEFERRED</text> <rect x="51" y="5107" width="80" height="32" rx="10" /> <rect x="49" y="5105" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5125">DEFINER</text> <rect x="51" y="5151" width="70" height="32" rx="10" /> <rect x="49" y="5149" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5169">DELETE</text> <rect x="51" y="5195" width="96" height="32" rx="10" /> <rect x="49" y="5193" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5213">DELIMITER</text> <rect x="51" y="5239" width="84" height="32" rx="10" /> <rect x="49" y="5237" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5257">DEPENDS</text> <rect x="51" y="5283" width="56" height="32" rx="10" /> <rect x="49" y="5281" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5301">DESC</text> <rect x="51" y="5327" width="116" height="32" rx="10" /> <rect x="49" y="5325" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5345">DESTINATION</text> <rect x="51" y="5371" width="92" height="32" rx="10" /> <rect x="49" y="5369" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5389">DETACHED</text> <rect x="51" y="5415" width="78" height="32" rx="10" /> <rect x="49" y="5413" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5433">DETAILS</text> <rect x="51" y="5459" width="80" height="32" rx="10" /> <rect x="49" y="5457" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5477">DISABLE</text> <rect x="51" y="5503" width="82" height="32" rx="10" /> <rect x="49" y="5501" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5521">DISCARD</text> <rect x="51" y="5547" width="86" height="32" rx="10" /> <rect x="49" y="5545" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5565">DISTINCT</text> <rect x="51" y="5591" width="40" height="32" rx="10" /> <rect x="49" y="5589" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5609">DO</text> <rect x="51" y="5635" width="78" height="32" rx="10" /> <rect x="49" y="5633" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5653">DOMAIN</text> <rect x="51" y="5679" width="76" height="32" rx="10" /> <rect x="49" y="5677" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5697">DOUBLE</text> <rect x="51" y="5723" width="58" height="32" rx="10" /> <rect x="49" y="5721" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5741">DROP</text> <rect x="51" y="5767" width="56" height="32" rx="10" /> <rect x="49" y="5765" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5785">EACH</text> <rect x="51" y="5811" width="52" height="32" rx="10" /> <rect x="49" y="5809" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5829">ELSE</text> <rect x="51" y="5855" width="72" height="32" rx="10" /> <rect x="49" y="5853" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5873">ENABLE</text> <rect x="51" y="5899" width="94" height="32" rx="10" /> <rect x="49" y="5897" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5917">ENCODING</text> <rect x="51" y="5943" width="100" height="32" rx="10" /> <rect x="49" y="5941" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="5961">ENCRYPTED</text> <rect x="51" y="5987" width="190" height="32" rx="10" /> <rect x="49" y="5985" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6005">ENCRYPTION\_INFO\_DIR</text> <rect x="51" y="6031" width="210" height="32" rx="10" /> <rect x="49" y="6029" width="210" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6049">ENCRYPTION\_PASSPHRASE</text> <rect x="51" y="6075" width="48" height="32" rx="10" /> <rect x="49" y="6073" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6093">END</text> <rect x="51" y="6119" width="58" height="32" rx="10" /> <rect x="49" y="6117" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6137">ENUM</text> <rect x="51" y="6163" width="68" height="32" rx="10" /> <rect x="49" y="6161" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6181">ENUMS</text> <rect x="51" y="6207" width="76" height="32" rx="10" /> <rect x="49" y="6205" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6225">ERRORS</text> <rect x="51" y="6251" width="72" height="32" rx="10" /> <rect x="49" y="6249" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6269">ESCAPE</text> <rect x="51" y="6295" width="82" height="32" rx="10" /> <rect x="49" y="6293" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6313">EXCLUDE</text> <rect x="51" y="6339" width="100" height="32" rx="10" /> <rect x="49" y="6337" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6357">EXCLUDING</text> <rect x="51" y="6383" width="80" height="32" rx="10" /> <rect x="49" y="6381" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6401">EXECUTE</text> <rect x="51" y="6427" width="100" height="32" rx="10" /> <rect x="49" y="6425" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6445">EXECUTION</text> <rect x="51" y="6471" width="70" height="32" rx="10" /> <rect x="49" y="6469" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6489">EXISTS</text> <rect x="51" y="6515" width="126" height="32" rx="10" /> <rect x="49" y="6513" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6533">EXPERIMENTAL</text> <rect x="51" y="6559" width="178" height="32" rx="10" /> <rect x="49" y="6557" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6577">EXPERIMENTAL\_AUDIT</text> <rect x="51" y="6603" width="238" height="32" rx="10" /> <rect x="49" y="6601" width="238" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6621">EXPERIMENTAL\_FINGERPRINTS</text> <rect x="51" y="6647" width="206" height="32" rx="10" /> <rect x="49" y="6645" width="206" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6665">EXPERIMENTAL\_RELOCATE</text> <rect x="51" y="6691" width="194" height="32" rx="10" /> <rect x="49" y="6689" width="194" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6709">EXPERIMENTAL\_REPLICA</text> <rect x="51" y="6735" width="106" height="32" rx="10" /> <rect x="49" y="6733" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6753">EXPIRATION</text> <rect x="51" y="6779" width="80" height="32" rx="10" /> <rect x="49" y="6777" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6797">EXPLAIN</text> <rect x="51" y="6823" width="74" height="32" rx="10" /> <rect x="49" y="6821" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6841">EXPORT</text> <rect x="51" y="6867" width="100" height="32" rx="10" /> <rect x="49" y="6865" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6885">EXTENSION</text> <rect x="51" y="6911" width="90" height="32" rx="10" /> <rect x="49" y="6909" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6929">EXTERNAL</text> <rect x="51" y="6955" width="80" height="32" rx="10" /> <rect x="49" y="6953" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="6973">EXTRACT</text> <rect x="51" y="6999" width="164" height="32" rx="10" /> <rect x="49" y="6997" width="164" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7017">EXTRACT\_DURATION</text> <rect x="51" y="7043" width="92" height="32" rx="10" /> <rect x="49" y="7041" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7061">EXTREMES</text> <rect x="51" y="7087" width="78" height="32" rx="10" /> <rect x="49" y="7085" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7105">FAILURE</text> <rect x="51" y="7131" width="62" height="32" rx="10" /> <rect x="49" y="7129" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7149">FALSE</text> <rect x="51" y="7175" width="72" height="32" rx="10" /> <rect x="49" y="7173" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7193">FAMILY</text> <rect x="51" y="7219" width="60" height="32" rx="10" /> <rect x="49" y="7217" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7237">FILES</text> <rect x="51" y="7263" width="60" height="32" rx="10" /> <rect x="49" y="7261" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7281">FIRST</text> <rect x="51" y="7307" width="64" height="32" rx="10" /> <rect x="49" y="7305" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7325">FLOAT</text> <rect x="51" y="7351" width="106" height="32" rx="10" /> <rect x="49" y="7349" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7369">FOLLOWING</text> <rect x="51" y="7395" width="66" height="32" rx="10" /> <rect x="49" y="7393" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7413">FORCE</text> <rect x="51" y="7439" width="148" height="32" rx="10" /> <rect x="49" y="7437" width="148" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7457">FORCE\_NOT\_NULL</text> <rect x="51" y="7483" width="110" height="32" rx="10" /> <rect x="49" y="7481" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7501">FORCE\_NULL</text> <rect x="51" y="7527" width="122" height="32" rx="10" /> <rect x="49" y="7525" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7545">FORCE\_QUOTE</text> <rect x="51" y="7571" width="118" height="32" rx="10" /> <rect x="49" y="7569" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7589">FORCE\_INDEX</text> <rect x="51" y="7615" width="196" height="32" rx="10" /> <rect x="49" y="7613" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7633">FORCE\_INVERTED\_INDEX</text> <rect x="51" y="7659" width="126" height="32" rx="10" /> <rect x="49" y="7657" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7677">FORCE\_ZIGZAG</text> <rect x="51" y="7703" width="82" height="32" rx="10" /> <rect x="49" y="7701" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7721">FOREIGN</text> <rect x="51" y="7747" width="76" height="32" rx="10" /> <rect x="49" y="7745" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7765">FORMAT</text> <rect x="51" y="7791" width="90" height="32" rx="10" /> <rect x="49" y="7789" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7809">FORWARD</text> <rect x="51" y="7835" width="70" height="32" rx="10" /> <rect x="49" y="7833" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7853">FREEZE</text> <rect x="51" y="7879" width="54" height="32" rx="10" /> <rect x="49" y="7877" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7897">FULL</text> <rect x="51" y="7923" width="92" height="32" rx="10" /> <rect x="49" y="7921" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7941">FUNCTION</text> <rect x="51" y="7967" width="102" height="32" rx="10" /> <rect x="49" y="7965" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="7985">FUNCTIONS</text> <rect x="51" y="8011" width="100" height="32" rx="10" /> <rect x="49" y="8009" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8029">GENERATED</text> <rect x="51" y="8055" width="104" height="32" rx="10" /> <rect x="49" y="8053" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8073">GEOGRAPHY</text> <rect x="51" y="8099" width="94" height="32" rx="10" /> <rect x="49" y="8097" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8117">GEOMETRY</text> <rect x="51" y="8143" width="184" height="32" rx="10" /> <rect x="49" y="8141" width="184" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8161">GEOMETRYCOLLECTION</text> <rect x="51" y="8187" width="194" height="32" rx="10" /> <rect x="49" y="8185" width="194" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8205">GEOMETRYCOLLECTIONM</text> <rect x="51" y="8231" width="192" height="32" rx="10" /> <rect x="49" y="8229" width="192" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8249">GEOMETRYCOLLECTIONZ</text> <rect x="51" y="8275" width="204" height="32" rx="10" /> <rect x="49" y="8273" width="204" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8293">GEOMETRYCOLLECTIONZM</text> <rect x="51" y="8319" width="106" height="32" rx="10" /> <rect x="49" y="8317" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8337">GEOMETRYM</text> <rect x="51" y="8363" width="102" height="32" rx="10" /> <rect x="49" y="8361" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8381">GEOMETRYZ</text> <rect x="51" y="8407" width="114" height="32" rx="10" /> <rect x="49" y="8405" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8425">GEOMETRYZM</text> <rect x="51" y="8451" width="74" height="32" rx="10" /> <rect x="49" y="8449" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8469">GLOBAL</text> <rect x="51" y="8495" width="58" height="32" rx="10" /> <rect x="49" y="8493" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8513">GOAL</text> <rect x="51" y="8539" width="82" height="32" rx="10" /> <rect x="49" y="8537" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8557">GRANTEE</text> <rect x="51" y="8583" width="76" height="32" rx="10" /> <rect x="49" y="8581" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8601">GRANTS</text> <rect x="51" y="8627" width="90" height="32" rx="10" /> <rect x="49" y="8625" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8645">GREATEST</text> <rect x="51" y="8671" width="94" height="32" rx="10" /> <rect x="49" y="8669" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8689">GROUPING</text> <rect x="51" y="8715" width="78" height="32" rx="10" /> <rect x="49" y="8713" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8733">GROUPS</text> <rect x="51" y="8759" width="84" height="32" rx="10" /> <rect x="49" y="8757" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8777">HANDLER</text> <rect x="51" y="8803" width="58" height="32" rx="10" /> <rect x="49" y="8801" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8821">HASH</text> <rect x="51" y="8847" width="74" height="32" rx="10" /> <rect x="49" y="8845" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8865">HEADER</text> <rect x="51" y="8891" width="56" height="32" rx="10" /> <rect x="49" y="8889" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8909">HIGH</text> <rect x="51" y="8935" width="104" height="32" rx="10" /> <rect x="49" y="8933" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8953">HISTOGRAM</text> <rect x="51" y="8979" width="58" height="32" rx="10" /> <rect x="49" y="8977" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="8997">HOLD</text> <rect x="51" y="9023" width="86" height="32" rx="10" /> <rect x="49" y="9021" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9041">IDENTITY</text> <rect x="51" y="9067" width="34" height="32" rx="10" /> <rect x="49" y="9065" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9085">IF</text> <rect x="51" y="9111" width="82" height="32" rx="10" /> <rect x="49" y="9109" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9129">IFERROR</text> <rect x="51" y="9155" width="70" height="32" rx="10" /> <rect x="49" y="9153" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9173">IFNULL</text> <rect x="51" y="9199" width="190" height="32" rx="10" /> <rect x="49" y="9197" width="190" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9217">IGNORE\_FOREIGN\_KEYS</text> <rect x="51" y="9243" width="58" height="32" rx="10" /> <rect x="49" y="9241" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9261">ILIKE</text> <rect x="51" y="9287" width="100" height="32" rx="10" /> <rect x="49" y="9285" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9305">IMMEDIATE</text> <rect x="51" y="9331" width="116" height="32" rx="10" /> <rect x="49" y="9329" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9349">IMMEDIATELY</text> <rect x="51" y="9375" width="102" height="32" rx="10" /> <rect x="49" y="9373" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9393">IMMUTABLE</text> <rect x="51" y="9419" width="76" height="32" rx="10" /> <rect x="49" y="9417" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9437">IMPORT</text> <rect x="51" y="9463" width="36" height="32" rx="10" /> <rect x="49" y="9461" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9481">IN</text> <rect x="51" y="9507" width="80" height="32" rx="10" /> <rect x="49" y="9505" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9525">INCLUDE</text> <rect x="51" y="9551" width="282" height="32" rx="10" /> <rect x="49" y="9549" width="282" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9569">INCLUDE\_ALL\_SECONDARY\_TENANTS</text> <rect x="51" y="9595" width="264" height="32" rx="10" /> <rect x="49" y="9593" width="264" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9613">INCLUDE\_ALL\_VIRTUAL\_CLUSTERS</text> <rect x="51" y="9639" width="100" height="32" rx="10" /> <rect x="49" y="9637" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9657">INCLUDING</text> <rect x="51" y="9683" width="100" height="32" rx="10" /> <rect x="49" y="9681" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9701">INCREMENT</text> <rect x="51" y="9727" width="118" height="32" rx="10" /> <rect x="49" y="9725" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9745">INCREMENTAL</text> <rect x="51" y="9771" width="200" height="32" rx="10" /> <rect x="49" y="9769" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9789">INCREMENTAL\_LOCATION</text> <rect x="51" y="9815" width="64" height="32" rx="10" /> <rect x="49" y="9813" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9833">INDEX</text> <rect x="51" y="9859" width="80" height="32" rx="10" /> <rect x="49" y="9857" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9877">INDEXES</text> <rect x="51" y="9903" width="64" height="32" rx="10" /> <rect x="49" y="9901" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9921">INDEX</text> <rect x="51" y="9947" width="64" height="32" rx="10" /> <rect x="49" y="9945" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="9965">INDEX</text> <rect x="51" y="9991" width="64" height="32" rx="10" /> <rect x="49" y="9989" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10009">INDEX</text> <rect x="51" y="10035" width="88" height="32" rx="10" /> <rect x="49" y="10033" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10053">INHERITS</text> <rect x="51" y="10079" width="92" height="32" rx="10" /> <rect x="49" y="10077" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10097">INITIALLY</text> <rect x="51" y="10123" width="68" height="32" rx="10" /> <rect x="49" y="10121" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10141">INJECT</text> <rect x="51" y="10167" width="68" height="32" rx="10" /> <rect x="49" y="10165" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10185">INLINE</text> <rect x="51" y="10211" width="64" height="32" rx="10" /> <rect x="49" y="10209" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10229">INNER</text> <rect x="51" y="10255" width="66" height="32" rx="10" /> <rect x="49" y="10253" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10273">INOUT</text> <rect x="51" y="10299" width="64" height="32" rx="10" /> <rect x="49" y="10297" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10317">INPUT</text> <rect x="51" y="10343" width="110" height="32" rx="10" /> <rect x="49" y="10341" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10361">INSENSITIVE</text> <rect x="51" y="10387" width="70" height="32" rx="10" /> <rect x="49" y="10385" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10405">INSERT</text> <rect x="51" y="10431" width="80" height="32" rx="10" /> <rect x="49" y="10429" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10449">INSPECT</text> <rect x="51" y="10475" width="80" height="32" rx="10" /> <rect x="49" y="10473" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10493">INSTEAD</text> <rect x="51" y="10519" width="44" height="32" rx="10" /> <rect x="49" y="10517" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10537">INT</text> <rect x="51" y="10563" width="80" height="32" rx="10" /> <rect x="49" y="10561" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10581">INTEGER</text> <rect x="51" y="10607" width="88" height="32" rx="10" /> <rect x="49" y="10605" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10625">INTERVAL</text> <rect x="51" y="10651" width="84" height="32" rx="10" /> <rect x="49" y="10649" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10669">INTO\_DB</text> <rect x="51" y="10695" width="90" height="32" rx="10" /> <rect x="49" y="10693" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10713">INVERTED</text> <rect x="51" y="10739" width="92" height="32" rx="10" /> <rect x="49" y="10737" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10757">INVISIBLE</text> <rect x="51" y="10783" width="84" height="32" rx="10" /> <rect x="49" y="10781" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10801">INVOKER</text> <rect x="51" y="10827" width="36" height="32" rx="10" /> <rect x="49" y="10825" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10845">IS</text> <rect x="51" y="10871" width="82" height="32" rx="10" /> <rect x="49" y="10869" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10889">ISERROR</text> <rect x="51" y="10915" width="100" height="32" rx="10" /> <rect x="49" y="10913" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10933">ISOLATION</text> <rect x="51" y="10959" width="46" height="32" rx="10" /> <rect x="49" y="10957" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="10977">JOB</text> <rect x="51" y="11003" width="56" height="32" rx="10" /> <rect x="49" y="11001" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11021">JOBS</text> <rect x="51" y="11047" width="54" height="32" rx="10" /> <rect x="49" y="11045" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11065">JOIN</text> <rect x="51" y="11091" width="56" height="32" rx="10" /> <rect x="49" y="11089" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11109">JSON</text> <rect x="51" y="11135" width="46" height="32" rx="10" /> <rect x="49" y="11133" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11153">KEY</text> <rect x="51" y="11179" width="54" height="32" rx="10" /> <rect x="49" y="11177" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11197">KEYS</text> <rect x="51" y="11223" width="50" height="32" rx="10" /> <rect x="49" y="11221" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11241">KMS</text> <rect x="51" y="11267" width="38" height="32" rx="10" /> <rect x="49" y="11265" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11285">KV</text> <rect x="51" y="11311" width="62" height="32" rx="10" /> <rect x="49" y="11309" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11329">LABEL</text> <rect x="51" y="11355" width="94" height="32" rx="10" /> <rect x="49" y="11353" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11373">LANGUAGE</text> <rect x="51" y="11399" width="54" height="32" rx="10" /> <rect x="49" y="11397" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11417">LAST</text> <rect x="51" y="11443" width="80" height="32" rx="10" /> <rect x="49" y="11441" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11461">LATERAL</text> <rect x="51" y="11487" width="70" height="32" rx="10" /> <rect x="49" y="11485" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11505">LATEST</text> <rect x="51" y="11531" width="108" height="32" rx="10" /> <rect x="49" y="11529" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11549">LC\_COLLATE</text> <rect x="51" y="11575" width="88" height="32" rx="10" /> <rect x="49" y="11573" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11593">LC\_CTYPE</text> <rect x="51" y="11619" width="82" height="32" rx="10" /> <rect x="49" y="11617" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11637">LEADING</text> <rect x="51" y="11663" width="102" height="32" rx="10" /> <rect x="49" y="11661" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11681">LEAKPROOF</text> <rect x="51" y="11707" width="62" height="32" rx="10" /> <rect x="49" y="11705" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11725">LEASE</text> <rect x="51" y="11751" width="62" height="32" rx="10" /> <rect x="49" y="11749" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11769">LEAST</text> <rect x="51" y="11795" width="52" height="32" rx="10" /> <rect x="49" y="11793" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11813">LEFT</text> <rect x="51" y="11839" width="54" height="32" rx="10" /> <rect x="49" y="11837" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11857">LESS</text> <rect x="51" y="11883" width="62" height="32" rx="10" /> <rect x="49" y="11881" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11901">LEVEL</text> <rect x="51" y="11927" width="52" height="32" rx="10" /> <rect x="49" y="11925" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11945">LIKE</text> <rect x="51" y="11971" width="106" height="32" rx="10" /> <rect x="49" y="11969" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="11989">LINESTRING</text> <rect x="51" y="12015" width="116" height="32" rx="10" /> <rect x="49" y="12013" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12033">LINESTRINGM</text> <rect x="51" y="12059" width="114" height="32" rx="10" /> <rect x="49" y="12057" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12077">LINESTRINGZ</text> <rect x="51" y="12103" width="124" height="32" rx="10" /> <rect x="49" y="12101" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12121">LINESTRINGZM</text> <rect x="51" y="12147" width="52" height="32" rx="10" /> <rect x="49" y="12145" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12165">LIST</text> <rect x="51" y="12191" width="64" height="32" rx="10" /> <rect x="49" y="12189" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12209">LOCAL</text> <rect x="51" y="12235" width="88" height="32" rx="10" /> <rect x="49" y="12233" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12253">LOCALITY</text> <rect x="51" y="12279" width="100" height="32" rx="10" /> <rect x="49" y="12277" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12297">LOCALTIME</text> <rect x="51" y="12323" width="146" height="32" rx="10" /> <rect x="49" y="12321" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12341">LOCALTIMESTAMP</text> <rect x="51" y="12367" width="74" height="32" rx="10" /> <rect x="49" y="12365" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12385">LOCKED</text> <rect x="51" y="12411" width="76" height="32" rx="10" /> <rect x="49" y="12409" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12429">LOGGED</text> <rect x="51" y="12455" width="82" height="32" rx="10" /> <rect x="49" y="12453" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12473">LOGICAL</text> <rect x="51" y="12499" width="98" height="32" rx="10" /> <rect x="49" y="12497" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12517">LOGICALLY</text> <rect x="51" y="12543" width="64" height="32" rx="10" /> <rect x="49" y="12541" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12561">LOGIN</text> <rect x="51" y="12587" width="78" height="32" rx="10" /> <rect x="49" y="12585" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12605">LOOKUP</text> <rect x="51" y="12631" width="52" height="32" rx="10" /> <rect x="49" y="12629" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12649">LOW</text> <rect x="51" y="12675" width="68" height="32" rx="10" /> <rect x="49" y="12673" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12693">MATCH</text> <rect x="51" y="12719" width="122" height="32" rx="10" /> <rect x="49" y="12717" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12737">MATERIALIZED</text> <rect x="51" y="12763" width="94" height="32" rx="10" /> <rect x="49" y="12761" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12781">MAXVALUE</text> <rect x="51" y="12807" width="66" height="32" rx="10" /> <rect x="49" y="12805" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12825">MERGE</text> <rect x="51" y="12851" width="78" height="32" rx="10" /> <rect x="49" y="12849" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12869">METHOD</text> <rect x="51" y="12895" width="92" height="32" rx="10" /> <rect x="49" y="12893" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12913">MINVALUE</text> <rect x="51" y="12939" width="60" height="32" rx="10" /> <rect x="49" y="12937" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="12957">MODE</text> <rect x="51" y="12983" width="196" height="32" rx="10" /> <rect x="49" y="12981" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13001">MODIFYCLUSTERSETTING</text> <rect x="51" y="13027" width="60" height="32" rx="10" /> <rect x="49" y="13025" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13045">MOVE</text> <rect x="51" y="13071" width="150" height="32" rx="10" /> <rect x="49" y="13069" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13089">MULTILINESTRING</text> <rect x="51" y="13115" width="160" height="32" rx="10" /> <rect x="49" y="13113" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13133">MULTILINESTRINGM</text> <rect x="51" y="13159" width="158" height="32" rx="10" /> <rect x="49" y="13157" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13177">MULTILINESTRINGZ</text> <rect x="51" y="13203" width="168" height="32" rx="10" /> <rect x="49" y="13201" width="168" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13221">MULTILINESTRINGZM</text> <rect x="51" y="13247" width="108" height="32" rx="10" /> <rect x="49" y="13245" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13265">MULTIPOINT</text> <rect x="51" y="13291" width="120" height="32" rx="10" /> <rect x="49" y="13289" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13309">MULTIPOINTM</text> <rect x="51" y="13335" width="116" height="32" rx="10" /> <rect x="49" y="13333" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13353">MULTIPOINTZ</text> <rect x="51" y="13379" width="128" height="32" rx="10" /> <rect x="49" y="13377" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13397">MULTIPOINTZM</text> <rect x="51" y="13423" width="130" height="32" rx="10" /> <rect x="49" y="13421" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13441">MULTIPOLYGON</text> <rect x="51" y="13467" width="142" height="32" rx="10" /> <rect x="49" y="13465" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13485">MULTIPOLYGONM</text> <rect x="51" y="13511" width="140" height="32" rx="10" /> <rect x="49" y="13509" width="140" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13529">MULTIPOLYGONZ</text> <rect x="51" y="13555" width="150" height="32" rx="10" /> <rect x="49" y="13553" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13573">MULTIPOLYGONZM</text> <rect x="51" y="13599" width="68" height="32" rx="10" /> <rect x="49" y="13597" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13617">NAMES</text> <rect x="51" y="13643" width="50" height="32" rx="10" /> <rect x="49" y="13641" width="50" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13661">NAN</text> <rect x="51" y="13687" width="84" height="32" rx="10" /> <rect x="49" y="13685" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13705">NATURAL</text> <rect x="51" y="13731" width="64" height="32" rx="10" /> <rect x="49" y="13729" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13749">NEVER</text> <rect x="51" y="13775" width="52" height="32" rx="10" /> <rect x="49" y="13773" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13793">NEW</text> <rect x="51" y="13819" width="128" height="32" rx="10" /> <rect x="49" y="13817" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13837">NEW\_DB\_NAME</text> <rect x="51" y="13863" width="90" height="32" rx="10" /> <rect x="49" y="13861" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13881">NEW\_KMS</text> <rect x="51" y="13907" width="56" height="32" rx="10" /> <rect x="49" y="13905" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13925">NEXT</text> <rect x="51" y="13951" width="40" height="32" rx="10" /> <rect x="49" y="13949" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="13969">NO</text> <rect x="51" y="13995" width="122" height="32" rx="10" /> <rect x="49" y="13993" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14013">NOBYPASSRLS</text> <rect x="51" y="14039" width="142" height="32" rx="10" /> <rect x="49" y="14037" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14057">NOCANCELQUERY</text> <rect x="51" y="14083" width="198" height="32" rx="10" /> <rect x="49" y="14081" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14101">NOCONTROLCHANGEFEED</text> <rect x="51" y="14127" width="134" height="32" rx="10" /> <rect x="49" y="14125" width="134" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14145">NOCONTROLJOB</text> <rect x="51" y="14171" width="112" height="32" rx="10" /> <rect x="49" y="14169" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14189">NOCREATEDB</text> <rect x="51" y="14215" width="138" height="32" rx="10" /> <rect x="49" y="14213" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14233">NOCREATELOGIN</text> <rect x="51" y="14259" width="130" height="32" rx="10" /> <rect x="49" y="14257" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14277">NOCREATEROLE</text> <rect x="51" y="14303" width="58" height="32" rx="10" /> <rect x="49" y="14301" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14321">NODE</text> <rect x="51" y="14347" width="86" height="32" rx="10" /> <rect x="49" y="14345" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14365">NOLOGIN</text> <rect x="51" y="14391" width="218" height="32" rx="10" /> <rect x="49" y="14389" width="218" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14409">NOMODIFYCLUSTERSETTING</text> <rect x="51" y="14435" width="58" height="32" rx="10" /> <rect x="49" y="14433" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14453">NONE</text> <rect x="51" y="14479" width="106" height="32" rx="10" /> <rect x="49" y="14477" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14497">NONVOTERS</text> <rect x="51" y="14523" width="78" height="32" rx="10" /> <rect x="49" y="14521" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14541">NORMAL</text> <rect x="51" y="14567" width="136" height="32" rx="10" /> <rect x="49" y="14565" width="136" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14585">NOREPLICATION</text> <rect x="51" y="14611" width="114" height="32" rx="10" /> <rect x="49" y="14609" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14629">NOSQLLOGIN</text> <rect x="51" y="14655" width="48" height="32" rx="10" /> <rect x="49" y="14653" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14673">NOT</text> <rect x="51" y="14699" width="86" height="32" rx="10" /> <rect x="49" y="14697" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14717">NOTHING</text> <rect x="51" y="14743" width="86" height="32" rx="10" /> <rect x="49" y="14741" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14761">NOTHING</text> <rect x="51" y="14787" width="144" height="32" rx="10" /> <rect x="49" y="14785" width="144" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14805">NOVIEWACTIVITY</text> <rect x="51" y="14831" width="216" height="32" rx="10" /> <rect x="49" y="14829" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14849">NOVIEWACTIVITYREDACTED</text> <rect x="51" y="14875" width="200" height="32" rx="10" /> <rect x="49" y="14873" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14893">NOVIEWCLUSTERSETTING</text> <rect x="51" y="14919" width="78" height="32" rx="10" /> <rect x="49" y="14917" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14937">NOWAIT</text> <rect x="51" y="14963" width="130" height="32" rx="10" /> <rect x="49" y="14961" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="14981">NO\_FULL\_SCAN</text> <rect x="51" y="15007" width="138" height="32" rx="10" /> <rect x="49" y="15005" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15025">NO\_INDEX\_JOIN</text> <rect x="51" y="15051" width="146" height="32" rx="10" /> <rect x="49" y="15049" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15069">NO\_ZIGZAG\_JOIN</text> <rect x="51" y="15095" width="56" height="32" rx="10" /> <rect x="49" y="15093" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15113">NULL</text> <rect x="51" y="15139" width="70" height="32" rx="10" /> <rect x="49" y="15137" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15157">NULLIF</text> <rect x="51" y="15183" width="64" height="32" rx="10" /> <rect x="49" y="15181" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15201">NULLS</text> <rect x="51" y="15227" width="84" height="32" rx="10" /> <rect x="49" y="15225" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15245">NUMERIC</text> <rect x="51" y="15271" width="38" height="32" rx="10" /> <rect x="49" y="15269" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15289">OF</text> <rect x="51" y="15315" width="46" height="32" rx="10" /> <rect x="49" y="15313" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15333">OFF</text> <rect x="51" y="15359" width="56" height="32" rx="10" /> <rect x="49" y="15357" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15377">OIDS</text> <rect x="51" y="15403" width="48" height="32" rx="10" /> <rect x="49" y="15401" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15421">OLD</text> <rect x="51" y="15447" width="88" height="32" rx="10" /> <rect x="49" y="15445" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15465">OLD\_KMS</text> <rect x="51" y="15491" width="58" height="32" rx="10" /> <rect x="49" y="15489" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15509">ONLY</text> <rect x="51" y="15535" width="96" height="32" rx="10" /> <rect x="49" y="15533" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15553">OPERATOR</text> <rect x="51" y="15579" width="48" height="32" rx="10" /> <rect x="49" y="15577" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15597">OPT</text> <rect x="51" y="15623" width="76" height="32" rx="10" /> <rect x="49" y="15621" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15641">OPTION</text> <rect x="51" y="15667" width="84" height="32" rx="10" /> <rect x="49" y="15665" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15685">OPTIONS</text> <rect x="51" y="15711" width="40" height="32" rx="10" /> <rect x="49" y="15709" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15729">OR</text> <rect x="51" y="15755" width="108" height="32" rx="10" /> <rect x="49" y="15753" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15773">ORDINALITY</text> <rect x="51" y="15799" width="76" height="32" rx="10" /> <rect x="49" y="15797" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15817">OTHERS</text> <rect x="51" y="15843" width="48" height="32" rx="10" /> <rect x="49" y="15841" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15861">OUT</text> <rect x="51" y="15887" width="66" height="32" rx="10" /> <rect x="49" y="15885" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15905">OUTER</text> <rect x="51" y="15931" width="84" height="32" rx="10" /> <rect x="49" y="15929" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15949">OVERLAY</text> <rect x="51" y="15975" width="72" height="32" rx="10" /> <rect x="49" y="15973" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="15993">OWNED</text> <rect x="51" y="16019" width="72" height="32" rx="10" /> <rect x="49" y="16017" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16037">OWNER</text> <rect x="51" y="16063" width="88" height="32" rx="10" /> <rect x="49" y="16061" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16081">PARALLEL</text> <rect x="51" y="16107" width="74" height="32" rx="10" /> <rect x="49" y="16105" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16125">PARENT</text> <rect x="51" y="16151" width="80" height="32" rx="10" /> <rect x="49" y="16149" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16169">PARTIAL</text> <rect x="51" y="16195" width="98" height="32" rx="10" /> <rect x="49" y="16193" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16213">PARTITION</text> <rect x="51" y="16239" width="106" height="32" rx="10" /> <rect x="49" y="16237" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16257">PARTITIONS</text> <rect x="51" y="16283" width="100" height="32" rx="10" /> <rect x="49" y="16281" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16301">PASSWORD</text> <rect x="51" y="16327" width="64" height="32" rx="10" /> <rect x="49" y="16325" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16345">PAUSE</text> <rect x="51" y="16371" width="74" height="32" rx="10" /> <rect x="49" y="16369" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16389">PAUSED</text> <rect x="51" y="16415" width="46" height="32" rx="10" /> <rect x="49" y="16413" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16433">PER</text> <rect x="51" y="16459" width="106" height="32" rx="10" /> <rect x="49" y="16457" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16477">PERMISSIVE</text> <rect x="51" y="16503" width="90" height="32" rx="10" /> <rect x="49" y="16501" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16521">PHYSICAL</text> <rect x="51" y="16547" width="100" height="32" rx="10" /> <rect x="49" y="16545" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16565">PLACEMENT</text> <rect x="51" y="16591" width="82" height="32" rx="10" /> <rect x="49" y="16589" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16609">PLACING</text> <rect x="51" y="16635" width="56" height="32" rx="10" /> <rect x="49" y="16633" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16653">PLAN</text> <rect x="51" y="16679" width="64" height="32" rx="10" /> <rect x="49" y="16677" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16697">PLANS</text> <rect x="51" y="16723" width="64" height="32" rx="10" /> <rect x="49" y="16721" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16741">POINT</text> <rect x="51" y="16767" width="76" height="32" rx="10" /> <rect x="49" y="16765" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16785">POINTM</text> <rect x="51" y="16811" width="72" height="32" rx="10" /> <rect x="49" y="16809" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16829">POINTZ</text> <rect x="51" y="16855" width="84" height="32" rx="10" /> <rect x="49" y="16853" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16873">POINTZM</text> <rect x="51" y="16899" width="86" height="32" rx="10" /> <rect x="49" y="16897" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16917">POLICIES</text> <rect x="51" y="16943" width="72" height="32" rx="10" /> <rect x="49" y="16941" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="16961">POLICY</text> <rect x="51" y="16987" width="88" height="32" rx="10" /> <rect x="49" y="16985" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17005">POLYGON</text> <rect x="51" y="17031" width="98" height="32" rx="10" /> <rect x="49" y="17029" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17049">POLYGONM</text> <rect x="51" y="17075" width="96" height="32" rx="10" /> <rect x="49" y="17073" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17093">POLYGONZ</text> <rect x="51" y="17119" width="106" height="32" rx="10" /> <rect x="49" y="17117" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17137">POLYGONZM</text> <rect x="51" y="17163" width="90" height="32" rx="10" /> <rect x="49" y="17161" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17181">POSITION</text> <rect x="51" y="17207" width="100" height="32" rx="10" /> <rect x="49" y="17205" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17225">PRECEDING</text> <rect x="51" y="17251" width="82" height="32" rx="10" /> <rect x="49" y="17249" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17269">PREPARE</text> <rect x="51" y="17295" width="92" height="32" rx="10" /> <rect x="49" y="17293" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17313">PREPARED</text> <rect x="51" y="17339" width="90" height="32" rx="10" /> <rect x="49" y="17337" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17357">PRESERVE</text> <rect x="51" y="17383" width="84" height="32" rx="10" /> <rect x="49" y="17381" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17401">PRIMARY</text> <rect x="51" y="17427" width="64" height="32" rx="10" /> <rect x="49" y="17425" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17445">PRIOR</text> <rect x="51" y="17471" width="88" height="32" rx="10" /> <rect x="49" y="17469" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17489">PRIORITY</text> <rect x="51" y="17515" width="104" height="32" rx="10" /> <rect x="49" y="17513" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17533">PRIVILEGES</text> <rect x="51" y="17559" width="112" height="32" rx="10" /> <rect x="49" y="17557" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17577">PROCEDURAL</text> <rect x="51" y="17603" width="104" height="32" rx="10" /> <rect x="49" y="17601" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17621">PROCEDURE</text> <rect x="51" y="17647" width="112" height="32" rx="10" /> <rect x="49" y="17645" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17665">PROCEDURES</text> <rect x="51" y="17691" width="128" height="32" rx="10" /> <rect x="49" y="17689" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17709">PROVISIONSRC</text> <rect x="51" y="17735" width="70" height="32" rx="10" /> <rect x="49" y="17733" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17753">PUBLIC</text> <rect x="51" y="17779" width="116" height="32" rx="10" /> <rect x="49" y="17777" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17797">PUBLICATION</text> <rect x="51" y="17823" width="82" height="32" rx="10" /> <rect x="49" y="17821" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17841">QUERIES</text> <rect x="51" y="17867" width="66" height="32" rx="10" /> <rect x="49" y="17865" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17885">QUERY</text> <rect x="51" y="17911" width="68" height="32" rx="10" /> <rect x="49" y="17909" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17929">QUOTE</text> <rect x="51" y="17955" width="66" height="32" rx="10" /> <rect x="49" y="17953" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="17973">RANGE</text> <rect x="51" y="17999" width="76" height="32" rx="10" /> <rect x="49" y="17997" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18017">RANGES</text> <rect x="51" y="18043" width="56" height="32" rx="10" /> <rect x="49" y="18041" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18061">READ</text> <rect x="51" y="18087" width="54" height="32" rx="10" /> <rect x="49" y="18085" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18105">REAL</text> <rect x="51" y="18131" width="76" height="32" rx="10" /> <rect x="49" y="18129" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18149">REASON</text> <rect x="51" y="18175" width="90" height="32" rx="10" /> <rect x="49" y="18173" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18193">REASSIGN</text> <rect x="51" y="18219" width="100" height="32" rx="10" /> <rect x="49" y="18217" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18237">RECURRING</text> <rect x="51" y="18263" width="98" height="32" rx="10" /> <rect x="49" y="18261" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18281">RECURSIVE</text> <rect x="51" y="18307" width="74" height="32" rx="10" /> <rect x="49" y="18305" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18325">REDACT</text> <rect x="51" y="18351" width="46" height="32" rx="10" /> <rect x="49" y="18349" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18369">REF</text> <rect x="51" y="18395" width="108" height="32" rx="10" /> <rect x="49" y="18393" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18413">REFERENCES</text> <rect x="51" y="18439" width="116" height="32" rx="10" /> <rect x="49" y="18437" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18457">REFERENCING</text> <rect x="51" y="18483" width="82" height="32" rx="10" /> <rect x="49" y="18481" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18501">REFRESH</text> <rect x="51" y="18527" width="74" height="32" rx="10" /> <rect x="49" y="18525" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18545">REGION</text> <rect x="51" y="18571" width="92" height="32" rx="10" /> <rect x="49" y="18569" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18589">REGIONAL</text> <rect x="51" y="18615" width="84" height="32" rx="10" /> <rect x="49" y="18613" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18633">REGIONS</text> <rect x="51" y="18659" width="80" height="32" rx="10" /> <rect x="49" y="18657" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18677">REINDEX</text> <rect x="51" y="18703" width="86" height="32" rx="10" /> <rect x="49" y="18701" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18721">RELATIVE</text> <rect x="51" y="18747" width="80" height="32" rx="10" /> <rect x="49" y="18745" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18765">RELEASE</text> <rect x="51" y="18791" width="90" height="32" rx="10" /> <rect x="49" y="18789" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18809">RELOCATE</text> <rect x="51" y="18835" width="150" height="32" rx="10" /> <rect x="49" y="18833" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18853">REMOVE\_REGIONS</text> <rect x="51" y="18879" width="76" height="32" rx="10" /> <rect x="49" y="18877" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18897">RENAME</text> <rect x="51" y="18923" width="106" height="32" rx="10" /> <rect x="49" y="18921" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18941">REPEATABLE</text> <rect x="51" y="18967" width="80" height="32" rx="10" /> <rect x="49" y="18965" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="18985">REPLACE</text> <rect x="51" y="19011" width="106" height="32" rx="10" /> <rect x="49" y="19009" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19029">REPLICATED</text> <rect x="51" y="19055" width="114" height="32" rx="10" /> <rect x="49" y="19053" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19073">REPLICATION</text> <rect x="51" y="19099" width="62" height="32" rx="10" /> <rect x="49" y="19097" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19117">RESET</text> <rect x="51" y="19143" width="92" height="32" rx="10" /> <rect x="49" y="19141" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19161">RESOLVED</text> <rect x="51" y="19187" width="82" height="32" rx="10" /> <rect x="49" y="19185" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19205">RESTART</text> <rect x="51" y="19231" width="82" height="32" rx="10" /> <rect x="49" y="19229" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19249">RESTORE</text> <rect x="51" y="19275" width="88" height="32" rx="10" /> <rect x="49" y="19273" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19293">RESTRICT</text> <rect x="51" y="19319" width="106" height="32" rx="10" /> <rect x="49" y="19317" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19337">RESTRICTED</text> <rect x="51" y="19363" width="112" height="32" rx="10" /> <rect x="49" y="19361" width="112" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19381">RESTRICTIVE</text> <rect x="51" y="19407" width="76" height="32" rx="10" /> <rect x="49" y="19405" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19425">RESUME</text> <rect x="51" y="19451" width="100" height="32" rx="10" /> <rect x="49" y="19449" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19469">RETENTION</text> <rect x="51" y="19495" width="74" height="32" rx="10" /> <rect x="49" y="19493" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19513">RETURN</text> <rect x="51" y="19539" width="84" height="32" rx="10" /> <rect x="49" y="19537" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19557">RETURNS</text> <rect x="51" y="19583" width="162" height="32" rx="10" /> <rect x="49" y="19581" width="162" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19601">REVISION\_HISTORY</text> <rect x="51" y="19627" width="74" height="32" rx="10" /> <rect x="49" y="19625" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19645">REVOKE</text> <rect x="51" y="19671" width="64" height="32" rx="10" /> <rect x="49" y="19669" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19689">RIGHT</text> <rect x="51" y="19715" width="56" height="32" rx="10" /> <rect x="49" y="19713" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19733">ROLE</text> <rect x="51" y="19759" width="66" height="32" rx="10" /> <rect x="49" y="19757" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19777">ROLES</text> <rect x="51" y="19803" width="92" height="32" rx="10" /> <rect x="49" y="19801" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19821">ROLLBACK</text> <rect x="51" y="19847" width="74" height="32" rx="10" /> <rect x="49" y="19845" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19865">ROLLUP</text> <rect x="51" y="19891" width="92" height="32" rx="10" /> <rect x="49" y="19889" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19909">ROUTINES</text> <rect x="51" y="19935" width="54" height="32" rx="10" /> <rect x="49" y="19933" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19953">ROW</text> <rect x="51" y="19979" width="62" height="32" rx="10" /> <rect x="49" y="19977" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="19997">ROWS</text> <rect x="51" y="20023" width="54" height="32" rx="10" /> <rect x="49" y="20021" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20041">RULE</text> <rect x="51" y="20067" width="48" height="32" rx="10" /> <rect x="49" y="20065" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20085">RUN</text> <rect x="51" y="20111" width="86" height="32" rx="10" /> <rect x="49" y="20109" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20129">RUNNING</text> <rect x="51" y="20155" width="100" height="32" rx="10" /> <rect x="49" y="20153" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20173">SAVEPOINT</text> <rect x="51" y="20199" width="66" height="32" rx="10" /> <rect x="49" y="20197" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20217">SCANS</text> <rect x="51" y="20243" width="80" height="32" rx="10" /> <rect x="49" y="20241" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20261">SCATTER</text> <rect x="51" y="20287" width="92" height="32" rx="10" /> <rect x="49" y="20285" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20305">SCHEDULE</text> <rect x="51" y="20331" width="100" height="32" rx="10" /> <rect x="49" y="20329" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20349">SCHEDULES</text> <rect x="51" y="20375" width="76" height="32" rx="10" /> <rect x="49" y="20373" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20393">SCHEMA</text> <rect x="51" y="20419" width="86" height="32" rx="10" /> <rect x="49" y="20417" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20437">SCHEMAS</text> <rect x="51" y="20463" width="124" height="32" rx="10" /> <rect x="49" y="20461" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20481">SCHEMA\_ONLY</text> <rect x="51" y="20507" width="74" height="32" rx="10" /> <rect x="49" y="20505" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20525">SCROLL</text> <rect x="51" y="20551" width="66" height="32" rx="10" /> <rect x="49" y="20549" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20569">SCRUB</text> <rect x="51" y="20595" width="74" height="32" rx="10" /> <rect x="49" y="20593" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20613">SEARCH</text> <rect x="51" y="20639" width="104" height="32" rx="10" /> <rect x="49" y="20637" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20657">SECONDARY</text> <rect x="51" y="20683" width="88" height="32" rx="10" /> <rect x="49" y="20681" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20701">SECURITY</text> <rect x="51" y="20727" width="160" height="32" rx="10" /> <rect x="49" y="20725" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20745">SECURITY\_INVOKER</text> <rect x="51" y="20771" width="70" height="32" rx="10" /> <rect x="49" y="20769" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20789">SELECT</text> <rect x="51" y="20815" width="92" height="32" rx="10" /> <rect x="49" y="20813" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20833">SEQUENCE</text> <rect x="51" y="20859" width="102" height="32" rx="10" /> <rect x="49" y="20857" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20877">SEQUENCES</text> <rect x="51" y="20903" width="120" height="32" rx="10" /> <rect x="49" y="20901" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20921">SERIALIZABLE</text> <rect x="51" y="20947" width="72" height="32" rx="10" /> <rect x="49" y="20945" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="20965">SERVER</text> <rect x="51" y="20991" width="78" height="32" rx="10" /> <rect x="49" y="20989" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21009">SERVICE</text> <rect x="51" y="21035" width="82" height="32" rx="10" /> <rect x="49" y="21033" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21053">SESSION</text> <rect x="51" y="21079" width="92" height="32" rx="10" /> <rect x="49" y="21077" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21097">SESSIONS</text> <rect x="51" y="21123" width="128" height="32" rx="10" /> <rect x="49" y="21121" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21141">SESSION\_USER</text> <rect x="51" y="21167" width="44" height="32" rx="10" /> <rect x="49" y="21165" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21185">SET</text> <rect x="51" y="21211" width="64" height="32" rx="10" /> <rect x="49" y="21209" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21229">SETOF</text> <rect x="51" y="21255" width="54" height="32" rx="10" /> <rect x="49" y="21253" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21273">SETS</text> <rect x="51" y="21299" width="80" height="32" rx="10" /> <rect x="49" y="21297" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21317">SETTING</text> <rect x="51" y="21343" width="88" height="32" rx="10" /> <rect x="49" y="21341" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21361">SETTINGS</text> <rect x="51" y="21387" width="66" height="32" rx="10" /> <rect x="49" y="21385" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21405">SHARE</text> <rect x="51" y="21431" width="76" height="32" rx="10" /> <rect x="49" y="21429" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21449">SHARED</text> <rect x="51" y="21475" width="64" height="32" rx="10" /> <rect x="49" y="21473" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21493">SHOW</text> <rect x="51" y="21519" width="80" height="32" rx="10" /> <rect x="49" y="21517" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21537">SIMILAR</text> <rect x="51" y="21563" width="72" height="32" rx="10" /> <rect x="49" y="21561" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21581">SIMPLE</text> <rect x="51" y="21607" width="52" height="32" rx="10" /> <rect x="49" y="21605" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21625">SIZE</text> <rect x="51" y="21651" width="54" height="32" rx="10" /> <rect x="49" y="21649" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21669">SKIP</text> <rect x="51" y="21695" width="200" height="32" rx="10" /> <rect x="49" y="21693" width="200" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21713">SKIP\_LOCALITIES\_CHECK</text> <rect x="51" y="21739" width="240" height="32" rx="10" /> <rect x="49" y="21737" width="240" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21757">SKIP\_MISSING\_FOREIGN\_KEYS</text> <rect x="51" y="21783" width="216" height="32" rx="10" /> <rect x="49" y="21781" width="216" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21801">SKIP\_MISSING\_SEQUENCES</text> <rect x="51" y="21827" width="278" height="32" rx="10" /> <rect x="49" y="21825" width="278" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21845">SKIP\_MISSING\_SEQUENCE\_OWNERS</text> <rect x="51" y="21871" width="170" height="32" rx="10" /> <rect x="49" y="21869" width="170" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21889">SKIP\_MISSING\_UDFS</text> <rect x="51" y="21915" width="180" height="32" rx="10" /> <rect x="49" y="21913" width="180" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21933">SKIP\_MISSING\_VIEWS</text> <rect x="51" y="21959" width="90" height="32" rx="10" /> <rect x="49" y="21957" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21977">SMALLINT</text> <rect x="51" y="22003" width="96" height="32" rx="10" /> <rect x="49" y="22001" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22021">SNAPSHOT</text> <rect x="51" y="22047" width="60" height="32" rx="10" /> <rect x="49" y="22045" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22065">SOME</text> <rect x="51" y="22091" width="76" height="32" rx="10" /> <rect x="49" y="22089" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22109">SOURCE</text> <rect x="51" y="22135" width="60" height="32" rx="10" /> <rect x="49" y="22133" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22153">SPLIT</text> <rect x="51" y="22179" width="48" height="32" rx="10" /> <rect x="49" y="22177" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22197">SQL</text> <rect x="51" y="22223" width="92" height="32" rx="10" /> <rect x="49" y="22221" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22241">SQLLOGIN</text> <rect x="51" y="22267" width="72" height="32" rx="10" /> <rect x="49" y="22265" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22285">STABLE</text> <rect x="51" y="22311" width="64" height="32" rx="10" /> <rect x="49" y="22309" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22329">START</text> <rect x="51" y="22355" width="62" height="32" rx="10" /> <rect x="49" y="22353" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22373">STATE</text> <rect x="51" y="22399" width="100" height="32" rx="10" /> <rect x="49" y="22397" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22417">STATEMENT</text> <rect x="51" y="22443" width="110" height="32" rx="10" /> <rect x="49" y="22441" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22461">STATEMENTS</text> <rect x="51" y="22487" width="102" height="32" rx="10" /> <rect x="49" y="22485" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22505">STATISTICS</text> <rect x="51" y="22531" width="72" height="32" rx="10" /> <rect x="49" y="22529" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22549">STATUS</text> <rect x="51" y="22575" width="64" height="32" rx="10" /> <rect x="49" y="22573" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22593">STDIN</text> <rect x="51" y="22619" width="76" height="32" rx="10" /> <rect x="49" y="22617" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22637">STDOUT</text> <rect x="51" y="22663" width="56" height="32" rx="10" /> <rect x="49" y="22661" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22681">STOP</text> <rect x="51" y="22707" width="84" height="32" rx="10" /> <rect x="49" y="22705" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22725">STORAGE</text> <rect x="51" y="22751" width="66" height="32" rx="10" /> <rect x="49" y="22749" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22769">STORE</text> <rect x="51" y="22795" width="76" height="32" rx="10" /> <rect x="49" y="22793" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22813">STORED</text> <rect x="51" y="22839" width="84" height="32" rx="10" /> <rect x="49" y="22837" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22857">STORING</text> <rect x="51" y="22883" width="90" height="32" rx="10" /> <rect x="49" y="22881" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22901">STRAIGHT</text> <rect x="51" y="22927" width="76" height="32" rx="10" /> <rect x="49" y="22925" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22945">STREAM</text> <rect x="51" y="22971" width="70" height="32" rx="10" /> <rect x="49" y="22969" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="22989">STRICT</text> <rect x="51" y="23015" width="72" height="32" rx="10" /> <rect x="49" y="23013" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23033">STRING</text> <rect x="51" y="23059" width="126" height="32" rx="10" /> <rect x="49" y="23057" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23077">SUBSCRIPTION</text> <rect x="51" y="23103" width="100" height="32" rx="10" /> <rect x="49" y="23101" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23121">SUBSTRING</text> <rect x="51" y="23147" width="80" height="32" rx="10" /> <rect x="49" y="23145" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23165">SUBJECT</text> <rect x="51" y="23191" width="64" height="32" rx="10" /> <rect x="49" y="23189" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23209">SUPER</text> <rect x="51" y="23235" width="84" height="32" rx="10" /> <rect x="49" y="23233" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23253">SUPPORT</text> <rect x="51" y="23279" width="90" height="32" rx="10" /> <rect x="49" y="23277" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23297">SURVIVAL</text> <rect x="51" y="23323" width="80" height="32" rx="10" /> <rect x="49" y="23321" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23341">SURVIVE</text> <rect x="51" y="23367" width="102" height="32" rx="10" /> <rect x="49" y="23365" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23385">SYMMETRIC</text> <rect x="51" y="23411" width="74" height="32" rx="10" /> <rect x="49" y="23409" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23429">SYNTAX</text> <rect x="51" y="23455" width="74" height="32" rx="10" /> <rect x="49" y="23453" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23473">SYSTEM</text> <rect x="51" y="23499" width="62" height="32" rx="10" /> <rect x="49" y="23497" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23517">TABLE</text> <rect x="51" y="23543" width="72" height="32" rx="10" /> <rect x="49" y="23541" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23561">TABLES</text> <rect x="51" y="23587" width="106" height="32" rx="10" /> <rect x="49" y="23585" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23605">TABLESPACE</text> <rect x="51" y="23631" width="56" height="32" rx="10" /> <rect x="49" y="23629" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23649">TEMP</text> <rect x="51" y="23675" width="90" height="32" rx="10" /> <rect x="49" y="23673" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23693">TEMPLATE</text> <rect x="51" y="23719" width="104" height="32" rx="10" /> <rect x="49" y="23717" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23737">TEMPORARY</text> <rect x="51" y="23763" width="74" height="32" rx="10" /> <rect x="49" y="23761" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23781">TENANT</text> <rect x="51" y="23807" width="82" height="32" rx="10" /> <rect x="49" y="23805" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23825">TENANTS</text> <rect x="51" y="23851" width="122" height="32" rx="10" /> <rect x="49" y="23849" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23869">TENANT\_NAME</text> <rect x="51" y="23895" width="160" height="32" rx="10" /> <rect x="49" y="23893" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23913">TESTING\_RELOCATE</text> <rect x="51" y="23939" width="54" height="32" rx="10" /> <rect x="49" y="23937" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="23957">TEXT</text> <rect x="51" y="23983" width="56" height="32" rx="10" /> <rect x="49" y="23981" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24001">THEN</text> <rect x="51" y="24027" width="108" height="32" rx="10" /> <rect x="49" y="24025" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24045">THROTTLING</text> <rect x="51" y="24071" width="52" height="32" rx="10" /> <rect x="49" y="24069" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24089">TIES</text> <rect x="51" y="24115" width="54" height="32" rx="10" /> <rect x="49" y="24113" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24133">TIME</text> <rect x="51" y="24159" width="100" height="32" rx="10" /> <rect x="49" y="24157" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24177">TIMESTAMP</text> <rect x="51" y="24203" width="118" height="32" rx="10" /> <rect x="49" y="24201" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24221">TIMESTAMPTZ</text> <rect x="51" y="24247" width="70" height="32" rx="10" /> <rect x="49" y="24245" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24265">TIMETZ</text> <rect x="51" y="24291" width="64" height="32" rx="10" /> <rect x="49" y="24289" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24309">TRACE</text> <rect x="51" y="24335" width="82" height="32" rx="10" /> <rect x="49" y="24333" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24353">TRACING</text> <rect x="51" y="24379" width="88" height="32" rx="10" /> <rect x="49" y="24377" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24397">TRAILING</text> <rect x="51" y="24423" width="120" height="32" rx="10" /> <rect x="49" y="24421" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24441">TRANSACTION</text> <rect x="51" y="24467" width="128" height="32" rx="10" /> <rect x="49" y="24465" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24485">TRANSACTIONS</text> <rect x="51" y="24511" width="92" height="32" rx="10" /> <rect x="49" y="24509" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24529">TRANSFER</text> <rect x="51" y="24555" width="106" height="32" rx="10" /> <rect x="49" y="24553" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24573">TRANSFORM</text> <rect x="51" y="24599" width="62" height="32" rx="10" /> <rect x="49" y="24597" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24617">TREAT</text> <rect x="51" y="24643" width="80" height="32" rx="10" /> <rect x="49" y="24641" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24661">TRIGGER</text> <rect x="51" y="24687" width="90" height="32" rx="10" /> <rect x="49" y="24685" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24705">TRIGGERS</text> <rect x="51" y="24731" width="56" height="32" rx="10" /> <rect x="49" y="24729" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24749">TRIM</text> <rect x="51" y="24775" width="56" height="32" rx="10" /> <rect x="49" y="24773" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24793">TRUE</text> <rect x="51" y="24819" width="92" height="32" rx="10" /> <rect x="49" y="24817" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24837">TRUNCATE</text> <rect x="51" y="24863" width="82" height="32" rx="10" /> <rect x="49" y="24861" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24881">TRUSTED</text> <rect x="51" y="24907" width="54" height="32" rx="10" /> <rect x="49" y="24905" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24925">TYPE</text> <rect x="51" y="24951" width="62" height="32" rx="10" /> <rect x="49" y="24949" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="24969">TYPES</text> <rect x="51" y="24995" width="108" height="32" rx="10" /> <rect x="49" y="24993" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25013">UNBOUNDED</text> <rect x="51" y="25039" width="124" height="32" rx="10" /> <rect x="49" y="25037" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25057">UNCOMMITTED</text> <rect x="51" y="25083" width="142" height="32" rx="10" /> <rect x="49" y="25081" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25101">UNIDIRECTIONAL</text> <rect x="51" y="25127" width="74" height="32" rx="10" /> <rect x="49" y="25125" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25145">UNIQUE</text> <rect x="51" y="25171" width="94" height="32" rx="10" /> <rect x="49" y="25169" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25189">UNKNOWN</text> <rect x="51" y="25215" width="90" height="32" rx="10" /> <rect x="49" y="25213" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25233">UNLISTEN</text> <rect x="51" y="25259" width="96" height="32" rx="10" /> <rect x="49" y="25257" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25277">UNLOGGED</text> <rect x="51" y="25303" width="334" height="32" rx="10" /> <rect x="49" y="25301" width="334" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25321">UNSAFE\_RESTORE\_INCOMPATIBLE\_VERSION</text> <rect x="51" y="25347" width="64" height="32" rx="10" /> <rect x="49" y="25345" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25365">UNSET</text> <rect x="51" y="25391" width="80" height="32" rx="10" /> <rect x="49" y="25389" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25409">UNSPLIT</text> <rect x="51" y="25435" width="62" height="32" rx="10" /> <rect x="49" y="25433" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25453">UNTIL</text> <rect x="51" y="25479" width="74" height="32" rx="10" /> <rect x="49" y="25477" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25497">UPDATE</text> <rect x="51" y="25523" width="326" height="32" rx="10" /> <rect x="49" y="25521" width="326" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25541">UPDATES\_CLUSTER\_MONITORING\_METRICS</text> <rect x="51" y="25567" width="74" height="32" rx="10" /> <rect x="49" y="25565" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25585">UPSERT</text> <rect x="51" y="25611" width="46" height="32" rx="10" /> <rect x="49" y="25609" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25629">USE</text> <rect x="51" y="25655" width="56" height="32" rx="10" /> <rect x="49" y="25653" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25673">USER</text> <rect x="51" y="25699" width="64" height="32" rx="10" /> <rect x="49" y="25697" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25717">USERS</text> <rect x="51" y="25743" width="64" height="32" rx="10" /> <rect x="49" y="25741" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25761">USING</text> <rect x="51" y="25787" width="62" height="32" rx="10" /> <rect x="49" y="25785" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25805">VALID</text> <rect x="51" y="25831" width="88" height="32" rx="10" /> <rect x="49" y="25829" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25849">VALIDATE</text> <rect x="51" y="25875" width="100" height="32" rx="10" /> <rect x="49" y="25873" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25893">VALIDATOR</text> <rect x="51" y="25919" width="64" height="32" rx="10" /> <rect x="49" y="25917" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25937">VALUE</text> <rect x="51" y="25963" width="72" height="32" rx="10" /> <rect x="49" y="25961" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="25981">VALUES</text> <rect x="51" y="26007" width="72" height="32" rx="10" /> <rect x="49" y="26005" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26025">VARBIT</text> <rect x="51" y="26051" width="86" height="32" rx="10" /> <rect x="49" y="26049" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26069">VARCHAR</text> <rect x="51" y="26095" width="98" height="32" rx="10" /> <rect x="49" y="26093" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26113">VARIABLES</text> <rect x="51" y="26139" width="88" height="32" rx="10" /> <rect x="49" y="26137" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26157">VARIADIC</text> <rect x="51" y="26183" width="74" height="32" rx="10" /> <rect x="49" y="26181" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26201">VECTOR</text> <rect x="51" y="26227" width="232" height="32" rx="10" /> <rect x="49" y="26225" width="232" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26245">VERIFY\_BACKUP\_TABLE\_DATA</text> <rect x="51" y="26271" width="58" height="32" rx="10" /> <rect x="49" y="26269" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26289">VIEW</text> <rect x="51" y="26315" width="122" height="32" rx="10" /> <rect x="49" y="26313" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26333">VIEWACTIVITY</text> <rect x="51" y="26359" width="196" height="32" rx="10" /> <rect x="49" y="26357" width="196" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26377">VIEWACTIVITYREDACTED</text> <rect x="51" y="26403" width="178" height="32" rx="10" /> <rect x="49" y="26401" width="178" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26421">VIEWCLUSTERSETTING</text> <rect x="51" y="26447" width="80" height="32" rx="10" /> <rect x="49" y="26445" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26465">VIRTUAL</text> <rect x="51" y="26491" width="198" height="32" rx="10" /> <rect x="49" y="26489" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26509">VIRTUAL\_CLUSTER\_NAME</text> <rect x="51" y="26535" width="150" height="32" rx="10" /> <rect x="49" y="26533" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26553">VIRTUAL\_CLUSTER</text> <rect x="51" y="26579" width="76" height="32" rx="10" /> <rect x="49" y="26577" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26597">VISIBLE</text> <rect x="51" y="26623" width="98" height="32" rx="10" /> <rect x="49" y="26621" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26641">VISIBILITY</text> <rect x="51" y="26667" width="88" height="32" rx="10" /> <rect x="49" y="26665" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26685">VOLATILE</text> <rect x="51" y="26711" width="74" height="32" rx="10" /> <rect x="49" y="26709" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26729">VOTERS</text> <rect x="51" y="26755" width="62" height="32" rx="10" /> <rect x="49" y="26753" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26773">WHEN</text> <rect x="51" y="26799" width="64" height="32" rx="10" /> <rect x="49" y="26797" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26817">WORK</text> <rect x="51" y="26843" width="66" height="32" rx="10" /> <rect x="49" y="26841" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26861">WRITE</text> <rect x="51" y="26887" width="58" height="32" rx="10" /> <rect x="49" y="26885" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="26905">ZONE</text> <path className="line" d="m17 17 h2 m20 0 h10 m66 0 h10 m0 0 h268 m-374 0 h20 m354 0 h20 m-394 0 q10 0 10 10 m374 0 q0 -10 10 -10 m-384 10 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m44 0 h10 m0 0 h290 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m154 0 h10 m0 0 h180 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m132 0 h10 m0 0 h202 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m44 0 h10 m0 0 h290 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m148 0 h10 m0 0 h186 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m176 0 h10 m0 0 h158 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m158 0 h10 m0 0 h176 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m174 0 h10 m0 0 h160 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m40 0 h10 m0 0 h294 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m190 0 h10 m0 0 h144 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m210 0 h10 m0 0 h124 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m178 0 h10 m0 0 h156 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m238 0 h10 m0 0 h96 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m206 0 h10 m0 0 h128 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m194 0 h10 m0 0 h140 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m164 0 h10 m0 0 h170 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m148 0 h10 m0 0 h186 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m184 0 h10 m0 0 h150 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m194 0 h10 m0 0 h140 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m192 0 h10 m0 0 h142 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m204 0 h10 m0 0 h130 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m34 0 h10 m0 0 h300 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m190 0 h10 m0 0 h144 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m36 0 h10 m0 0 h298 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m282 0 h10 m0 0 h52 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m264 0 h10 m0 0 h70 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m44 0 h10 m0 0 h290 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m36 0 h10 m0 0 h298 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m50 0 h10 m0 0 h284 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m146 0 h10 m0 0 h188 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m158 0 h10 m0 0 h176 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m168 0 h10 m0 0 h166 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m140 0 h10 m0 0 h194 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m50 0 h10 m0 0 h284 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m40 0 h10 m0 0 h294 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m198 0 h10 m0 0 h136 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m134 0 h10 m0 0 h200 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m218 0 h10 m0 0 h116 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m136 0 h10 m0 0 h198 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m144 0 h10 m0 0 h190 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m216 0 h10 m0 0 h118 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m146 0 h10 m0 0 h188 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m38 0 h10 m0 0 h296 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m40 0 h10 m0 0 h294 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m68 0 h10 m0 0 h266 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m116 0 h10 m0 0 h218 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m114 0 h10 m0 0 h220 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m112 0 h10 m0 0 h222 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m162 0 h10 m0 0 h172 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m78 0 h10 m0 0 h256 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m44 0 h10 m0 0 h290 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m200 0 h10 m0 0 h134 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m240 0 h10 m0 0 h94 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m216 0 h10 m0 0 h118 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m278 0 h10 m0 0 h56 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m170 0 h10 m0 0 h164 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m180 0 h10 m0 0 h154 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m60 0 h10 m0 0 h274 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m48 0 h10 m0 0 h286 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m110 0 h10 m0 0 h224 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m0 0 h208 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m84 0 h10 m0 0 h250 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m102 0 h10 m0 0 h232 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m104 0 h10 m0 0 h230 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m160 0 h10 m0 0 h174 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m52 0 h10 m0 0 h282 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m118 0 h10 m0 0 h216 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m70 0 h10 m0 0 h264 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m120 0 h10 m0 0 h214 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m128 0 h10 m0 0 h206 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m106 0 h10 m0 0 h228 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m92 0 h10 m0 0 h242 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m82 0 h10 m0 0 h252 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m54 0 h10 m0 0 h280 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m108 0 h10 m0 0 h226 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m124 0 h10 m0 0 h210 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m142 0 h10 m0 0 h192 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m94 0 h10 m0 0 h240 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m90 0 h10 m0 0 h244 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m96 0 h10 m0 0 h238 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m334 0 h10 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m326 0 h10 m0 0 h8 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m46 0 h10 m0 0 h288 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m56 0 h10 m0 0 h278 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m100 0 h10 m0 0 h234 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m72 0 h10 m0 0 h262 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m86 0 h10 m0 0 h248 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m232 0 h10 m0 0 h102 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m122 0 h10 m0 0 h212 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m196 0 h10 m0 0 h138 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m178 0 h10 m0 0 h156 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m80 0 h10 m0 0 h254 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m198 0 h10 m0 0 h136 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m150 0 h10 m0 0 h184 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m76 0 h10 m0 0 h258 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m98 0 h10 m0 0 h236 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m88 0 h10 m0 0 h246 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m74 0 h10 m0 0 h260 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m62 0 h10 m0 0 h272 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m64 0 h10 m0 0 h270 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m66 0 h10 m0 0 h268 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m58 0 h10 m0 0 h276 m23 -26884 h-3" /> <polygon points="423 17 431 13 431 21" /> <polygon points="423 17 415 13 415 21" /></svg><p>referenced by: </p><ul> <li><a href="#bare_col_label" title="bare_col_label">bare\_col\_label</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_col_def_list_no_types" href="#opt_col_def_list_no_types">opt\_col\_def\_list\_no\_types:</a></p><svg width="349" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#col_def_list_no_types" title="col_def_list_no_types"> <rect x="97" y="23" width="158" height="32" /> <rect x="95" y="21" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">col\_def\_list\_no\_types</text></a><rect x="275" y="23" width="26" height="32" rx="10" /> <rect x="273" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h260 m-290 0 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v12 m290 0 v-12 m-290 12 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m26 0 h10 m0 0 h10 m158 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="339 5 347 1 347 9" /> <polygon points="339 5 331 1 331 9" /></svg><p>referenced by: </p><ul> <li><a href="#alias_clause" title="alias_clause">alias\_clause</a></li> <li><a href="#common_table_expr" title="common_table_expr">common\_table\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="materialize_clause" href="#materialize_clause">materialize\_clause:</a></p><svg width="329" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="55" width="48" height="32" rx="10" /> <rect x="69" y="53" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="73">NOT</text> <rect x="159" y="23" width="122" height="32" rx="10" /> <rect x="157" y="21" width="122" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="41">MATERIALIZED</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h240 m-270 0 h20 m250 0 h20 m-290 0 q10 0 10 10 m270 0 q0 -10 10 -10 m-280 10 v12 m270 0 v-12 m-270 12 q0 10 10 10 m250 0 q10 0 10 -10 m-240 10 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m122 0 h10 m23 -32 h-3" /> <polygon points="319 5 327 1 327 9" /> <polygon points="319 5 311 1 311 9" /></svg><p>referenced by: </p><ul> <li><a href="#common_table_expr" title="common_table_expr">common\_table\_expr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_flags_param" href="#index_flags_param">index\_flags\_param:</a></p><svg width="433" height="289"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="118" height="32" rx="10" /> <rect x="49" y="1" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">FORCE\_INDEX</text> <rect x="189" y="3" width="30" height="32" rx="10" /> <rect x="187" y="1" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="21">=</text><a href="#index_name" title="index_name"> <rect x="239" y="3" width="98" height="32" /> <rect x="237" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="247" y="21">index\_name</text></a><rect x="51" y="47" width="138" height="32" rx="10" /> <rect x="49" y="45" width="138" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NO\_INDEX\_JOIN</text> <rect x="51" y="91" width="146" height="32" rx="10" /> <rect x="49" y="89" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">NO\_ZIGZAG\_JOIN</text> <rect x="51" y="135" width="130" height="32" rx="10" /> <rect x="49" y="133" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">NO\_FULL\_SCAN</text> <rect x="51" y="179" width="154" height="32" rx="10" /> <rect x="49" y="177" width="154" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">AVOID\_FULL\_SCAN</text> <rect x="51" y="223" width="126" height="32" rx="10" /> <rect x="49" y="221" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">FORCE\_ZIGZAG</text> <rect x="217" y="255" width="30" height="32" rx="10" /> <rect x="215" y="253" width="30" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="273">=</text><a href="#index_name" title="index_name"> <rect x="267" y="255" width="98" height="32" /> <rect x="265" y="253" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="275" y="273">index\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m118 0 h10 m0 0 h10 m30 0 h10 m0 0 h10 m98 0 h10 m0 0 h48 m-374 0 h20 m354 0 h20 m-394 0 q10 0 10 10 m374 0 q0 -10 10 -10 m-384 10 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m138 0 h10 m0 0 h196 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m146 0 h10 m0 0 h188 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m130 0 h10 m0 0 h204 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m154 0 h10 m0 0 h180 m-364 -10 v20 m374 0 v-20 m-374 20 v24 m374 0 v-24 m-374 24 q0 10 10 10 m354 0 q10 0 10 -10 m-364 10 h10 m126 0 h10 m20 0 h10 m0 0 h158 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v12 m188 0 v-12 m-188 12 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m30 0 h10 m0 0 h10 m98 0 h10 m43 -252 h-3" /> <polygon points="423 17 431 13 431 21" /> <polygon points="423 17 415 13 415 21" /></svg><p>referenced by: </p><ul> <li><a href="#index_flags_param_list" title="index_flags_param_list">index\_flags\_param\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_join_hint" href="#opt_join_hint">opt\_join\_hint:</a></p><svg width="189" height="233"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="58" height="32" rx="10" /> <rect x="49" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">HASH</text> <rect x="51" y="67" width="66" height="32" rx="10" /> <rect x="49" y="65" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">MERGE</text> <rect x="51" y="111" width="78" height="32" rx="10" /> <rect x="49" y="109" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="129">LOOKUP</text> <rect x="51" y="155" width="90" height="32" rx="10" /> <rect x="49" y="153" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="173">INVERTED</text> <rect x="51" y="199" width="90" height="32" rx="10" /> <rect x="49" y="197" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="217">STRAIGHT</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h100 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v12 m130 0 v-12 m-130 12 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m58 0 h10 m0 0 h32 m-120 -10 v20 m130 0 v-20 m-130 20 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m66 0 h10 m0 0 h24 m-120 -10 v20 m130 0 v-20 m-130 20 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m78 0 h10 m0 0 h12 m-120 -10 v20 m130 0 v-20 m-130 20 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m-120 -10 v20 m130 0 v-20 m-130 20 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m90 0 h10 m23 -208 h-3" /> <polygon points="179 5 187 1 187 9" /> <polygon points="179 5 171 1 171 9" /></svg><p>referenced by: </p><ul> <li><a href="#joined_table" title="joined_table">joined\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="join_type" href="#join_type">join\_type:</a></p><svg width="309" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="54" height="32" rx="10" /> <rect x="69" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">FULL</text> <rect x="71" y="47" width="52" height="32" rx="10" /> <rect x="69" y="45" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">LEFT</text> <rect x="71" y="91" width="64" height="32" rx="10" /> <rect x="69" y="89" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">RIGHT</text><a href="#join_outer" title="join_outer"> <rect x="175" y="3" width="86" height="32" /> <rect x="173" y="1" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="21">join\_outer</text></a><rect x="51" y="135" width="64" height="32" rx="10" /> <rect x="49" y="133" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">INNER</text> <path className="line" d="m17 17 h2 m40 0 h10 m54 0 h10 m0 0 h10 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v24 m104 0 v-24 m-104 24 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m52 0 h10 m0 0 h12 m-94 -10 v20 m104 0 v-20 m-104 20 v24 m104 0 v-24 m-104 24 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m20 -88 h10 m86 0 h10 m-250 0 h20 m230 0 h20 m-270 0 q10 0 10 10 m250 0 q0 -10 10 -10 m-260 10 v112 m250 0 v-112 m-250 112 q0 10 10 10 m230 0 q10 0 10 -10 m-240 10 h10 m64 0 h10 m0 0 h146 m23 -132 h-3" /> <polygon points="299 17 307 13 307 21" /> <polygon points="299 17 291 13 291 21" /></svg><p>referenced by: </p><ul> <li><a href="#joined_table" title="joined_table">joined\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="join_qual" href="#join_qual">join\_qual:</a></p><svg width="357" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="64" height="32" rx="10" /> <rect x="49" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">USING</text> <rect x="135" y="3" width="26" height="32" rx="10" /> <rect x="133" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">(</text><a href="#name_list" title="name_list"> <rect x="181" y="3" width="82" height="32" /> <rect x="179" y="1" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="21">name\_list</text></a><rect x="283" y="3" width="26" height="32" rx="10" /> <rect x="281" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="21">)</text> <rect x="51" y="47" width="40" height="32" rx="10" /> <rect x="49" y="45" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">ON</text><a href="#a_expr" title="a_expr"> <rect x="111" y="47" width="64" height="32" /> <rect x="109" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="65">a\_expr</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m40 0 h10 m0 0 h10 m64 0 h10 m0 0 h134 m23 -44 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#joined_table" title="joined_table">joined\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="rowsfrom_list" href="#rowsfrom_list">rowsfrom\_list:</a></p><svg width="213" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#rowsfrom_item" title="rowsfrom_item"> <rect x="51" y="47" width="114" height="32" /> <rect x="49" y="45" width="114" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">rowsfrom\_item</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m114 0 h10 m-154 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m134 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-134 0 h10 m24 0 h10 m0 0 h90 m23 44 h-3" /> <polygon points="203 61 211 57 211 65" /> <polygon points="203 61 195 57 195 65" /></svg><p>referenced by: </p><ul> <li><a href="#func_table" title="func_table">func\_table</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="func_alias_clause" href="#func_alias_clause">func\_alias\_clause:</a></p><svg width="575" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#alias_clause" title="alias_clause"> <rect x="51" y="3" width="98" height="32" /> <rect x="49" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">alias\_clause</text></a><rect x="71" y="47" width="38" height="32" rx="10" /> <rect x="69" y="45" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">AS</text><a href="#table_alias_name" title="table_alias_name"> <rect x="149" y="79" width="134" height="32" /> <rect x="147" y="77" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="157" y="97">table\_alias\_name</text></a><a href="#table_alias_name" title="table_alias_name"> <rect x="71" y="123" width="134" height="32" /> <rect x="69" y="121" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="141">table\_alias\_name</text></a><rect x="343" y="47" width="26" height="32" rx="10" /> <rect x="341" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="351" y="65">(</text><a href="#col_def_list" title="col_def_list"> <rect x="389" y="47" width="92" height="32" /> <rect x="387" y="45" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="397" y="65">col\_def\_list</text></a><rect x="501" y="47" width="26" height="32" rx="10" /> <rect x="499" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="509" y="65">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m98 0 h10 m0 0 h378 m-516 0 h20 m496 0 h20 m-536 0 q10 0 10 10 m516 0 q0 -10 10 -10 m-526 10 v24 m516 0 v-24 m-516 24 q0 10 10 10 m496 0 q10 0 10 -10 m-486 10 h10 m38 0 h10 m20 0 h10 m0 0 h144 m-174 0 h20 m154 0 h20 m-194 0 q10 0 10 10 m174 0 q0 -10 10 -10 m-184 10 v12 m174 0 v-12 m-174 12 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m134 0 h10 m-252 -32 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v56 m272 0 v-56 m-272 56 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m134 0 h10 m0 0 h98 m20 -76 h10 m26 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m26 0 h10 m23 -44 h-3" /> <polygon points="565 17 573 13 573 21" /> <polygon points="565 17 557 13 557 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_func_alias_clause" title="opt_func_alias_clause">opt\_func\_alias\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_asc_desc" href="#opt_asc_desc">opt\_asc\_desc:</a></p><svg width="155" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="46" height="32" rx="10" /> <rect x="49" y="21" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">ASC</text> <rect x="51" y="67" width="56" height="32" rx="10" /> <rect x="49" y="65" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="85">DESC</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m46 0 h10 m0 0 h10 m-86 -10 v20 m96 0 v-20 m-96 20 v24 m96 0 v-24 m-96 24 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -76 h-3" /> <polygon points="145 5 153 1 153 9" /> <polygon points="145 5 137 1 137 9" /></svg><p>referenced by: </p><ul> <li><a href="#index_elem_options" title="index_elem_options">index\_elem\_options</a></li> <li><a href="#sortby" title="sortby">sortby</a></li> <li><a href="#sortby_index" title="sortby_index">sortby\_index</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_nulls_order" href="#opt_nulls_order">opt\_nulls\_order:</a></p><svg width="283" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">NULLS</text> <rect x="155" y="23" width="60" height="32" rx="10" /> <rect x="153" y="21" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="41">FIRST</text> <rect x="155" y="67" width="54" height="32" rx="10" /> <rect x="153" y="65" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="85">LAST</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m64 0 h10 m20 0 h10 m60 0 h10 m-100 0 h20 m80 0 h20 m-120 0 q10 0 10 10 m100 0 q0 -10 10 -10 m-110 10 v24 m100 0 v-24 m-100 24 q0 10 10 10 m80 0 q10 0 10 -10 m-90 10 h10 m54 0 h10 m0 0 h6 m43 -76 h-3" /> <polygon points="273 5 281 1 281 9" /> <polygon points="273 5 265 1 265 9" /></svg><p>referenced by: </p><ul> <li><a href="#index_elem_options" title="index_elem_options">index\_elem\_options</a></li> <li><a href="#sortby" title="sortby">sortby</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="group_by_list" href="#group_by_list">group\_by\_list:</a></p><svg width="215" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#group_by_item" title="group_by_item"> <rect x="51" y="47" width="116" height="32" /> <rect x="49" y="45" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">group\_by\_item</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m116 0 h10 m-156 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m136 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-136 0 h10 m24 0 h10 m0 0 h92 m23 44 h-3" /> <polygon points="205 61 213 57 213 65" /> <polygon points="205 61 197 57 197 65" /></svg><p>referenced by: </p><ul> <li><a href="#group_clause" title="group_clause">group\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="window_definition_list" href="#window_definition_list">window\_definition\_list:</a></p><svg width="233" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#window_definition" title="window_definition"> <rect x="51" y="47" width="134" height="32" /> <rect x="49" y="45" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">window\_definition</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m134 0 h10 m-174 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m154 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-154 0 h10 m24 0 h10 m0 0 h110 m23 44 h-3" /> <polygon points="223 61 231 57 231 65" /> <polygon points="223 61 215 57 215 65" /></svg><p>referenced by: </p><ul> <li><a href="#window_clause" title="window_clause">window\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="for_locking_strength" href="#for_locking_strength">for\_locking\_strength:</a></p><svg width="407" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FOR</text> <rect x="139" y="35" width="40" height="32" rx="10" /> <rect x="137" y="33" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="53">NO</text> <rect x="199" y="35" width="46" height="32" rx="10" /> <rect x="197" y="33" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="53">KEY</text> <rect x="285" y="3" width="74" height="32" rx="10" /> <rect x="283" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="21">UPDATE</text> <rect x="139" y="111" width="46" height="32" rx="10" /> <rect x="137" y="109" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="129">KEY</text> <rect x="225" y="79" width="66" height="32" rx="10" /> <rect x="223" y="77" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="233" y="97">SHARE</text> <path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m40 0 h10 m0 0 h116 m-146 0 h20 m126 0 h20 m-166 0 q10 0 10 10 m146 0 q0 -10 10 -10 m-156 10 v12 m146 0 v-12 m-146 12 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m40 0 h10 m0 0 h10 m46 0 h10 m20 -32 h10 m74 0 h10 m-280 0 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v56 m280 0 v-56 m-280 56 q0 10 10 10 m260 0 q10 0 10 -10 m-250 10 h10 m0 0 h56 m-86 0 h20 m66 0 h20 m-106 0 q10 0 10 10 m86 0 q0 -10 10 -10 m-96 10 v12 m86 0 v-12 m-86 12 q0 10 10 10 m66 0 q10 0 10 -10 m-76 10 h10 m46 0 h10 m20 -32 h10 m66 0 h10 m0 0 h68 m23 -76 h-3" /> <polygon points="397 17 405 13 405 21" /> <polygon points="397 17 389 13 389 21" /></svg><p>referenced by: </p><ul> <li><a href="#for_locking_item" title="for_locking_item">for\_locking\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_locked_rels" href="#opt_locked_rels">opt\_locked\_rels:</a></p><svg width="239" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="38" height="32" rx="10" /> <rect x="29" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">OF</text><a href="#table_name_list" title="table_name_list"> <rect x="89" y="3" width="122" height="32" /> <rect x="87" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="97" y="21">table\_name\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m38 0 h10 m0 0 h10 m122 0 h10 m3 0 h-3" /> <polygon points="229 17 237 13 237 21" /> <polygon points="229 17 221 13 221 21" /></svg><p>referenced by: </p><ul> <li><a href="#for_locking_item" title="for_locking_item">for\_locking\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_nowait_or_skip" href="#opt_nowait_or_skip">opt\_nowait\_or\_skip:</a></p><svg width="247" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="54" height="32" rx="10" /> <rect x="49" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SKIP</text> <rect x="125" y="3" width="74" height="32" rx="10" /> <rect x="123" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">LOCKED</text> <rect x="51" y="47" width="78" height="32" rx="10" /> <rect x="49" y="45" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">NOWAIT</text> <path className="line" d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h10 m74 0 h10 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v24 m188 0 v-24 m-188 24 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m78 0 h10 m0 0 h70 m23 -44 h-3" /> <polygon points="237 17 245 13 245 21" /> <polygon points="237 17 229 13 229 21" /></svg><p>referenced by: </p><ul> <li><a href="#for_locking_item" title="for_locking_item">for\_locking\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="wildcard_pattern" href="#wildcard_pattern">wildcard\_pattern:</a></p><svg width="207" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><rect x="107" y="3" width="24" height="32" rx="10" /> <rect x="105" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="115" y="21">.</text> <rect x="151" y="3" width="28" height="32" rx="10" /> <rect x="149" y="1" width="28" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="21">\*</text> <path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m28 0 h10 m3 0 h-3" /> <polygon points="197 17 205 13 205 21" /> <polygon points="197 17 189 13 189 21" /></svg><p>referenced by: </p><ul> <li><a href="#schema_wildcard" title="schema_wildcard">schema\_wildcard</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_param" href="#routine_param">routine\_param:</a></p><svg width="587" height="177"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#routine_param_class" title="routine_param_class"> <rect x="51" y="35" width="154" height="32" /> <rect x="49" y="33" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="53">routine\_param\_class</text></a><a href="#param_name" title="param_name"> <rect x="245" y="67" width="104" height="32" /> <rect x="243" y="65" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="85">param\_name</text></a><a href="#param_name" title="param_name"> <rect x="51" y="111" width="104" height="32" /> <rect x="49" y="109" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="129">param\_name</text></a><a href="#routine_param_class" title="routine_param_class"> <rect x="195" y="143" width="154" height="32" /> <rect x="193" y="141" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="161">routine\_param\_class</text></a><a href="#routine_param_type" title="routine_param_type"> <rect x="409" y="3" width="150" height="32" /> <rect x="407" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="21">routine\_param\_type</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h328 m-358 0 h20 m338 0 h20 m-378 0 q10 0 10 10 m358 0 q0 -10 10 -10 m-368 10 v12 m358 0 v-12 m-358 12 q0 10 10 10 m338 0 q10 0 10 -10 m-348 10 h10 m154 0 h10 m20 0 h10 m0 0 h114 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v12 m144 0 v-12 m-144 12 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m104 0 h10 m-328 -42 v20 m358 0 v-20 m-358 20 v56 m358 0 v-56 m-358 56 q0 10 10 10 m338 0 q10 0 10 -10 m-348 10 h10 m104 0 h10 m20 0 h10 m0 0 h164 m-194 0 h20 m174 0 h20 m-214 0 q10 0 10 10 m194 0 q0 -10 10 -10 m-204 10 v12 m194 0 v-12 m-194 12 q0 10 10 10 m174 0 q10 0 10 -10 m-184 10 h10 m154 0 h10 m40 -140 h10 m150 0 h10 m3 0 h-3" /> <polygon points="577 17 585 13 585 21" /> <polygon points="577 17 569 13 569 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_params_list" title="func_params_list">func\_params\_list</a></li> <li><a href="#routine_param_with_default" title="routine_param_with_default">routine\_param\_with\_default</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="type_function_name_no_crdb_extra" href="#type_function_name_no_crdb_extra">type\_function\_name\_no\_crdb\_extra:</a></p><svg width="387" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text><a href="#unreserved_keyword" title="unreserved_keyword"> <rect x="51" y="47" width="152" height="32" /> <rect x="49" y="45" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">unreserved\_keyword</text></a><a href="#type_func_name_no_crdb_extra_keyword" title="type_func_name_no_crdb_extra_keyword"> <rect x="51" y="91" width="288" height="32" /> <rect x="49" y="89" width="288" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="109">type\_func\_name\_no\_crdb\_extra\_keyword</text></a><path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m0 0 h206 m-328 0 h20 m308 0 h20 m-348 0 q10 0 10 10 m328 0 q0 -10 10 -10 m-338 10 v24 m328 0 v-24 m-328 24 q0 10 10 10 m308 0 q10 0 10 -10 m-318 10 h10 m152 0 h10 m0 0 h136 m-318 -10 v20 m328 0 v-20 m-328 20 v24 m328 0 v-24 m-328 24 q0 10 10 10 m308 0 q10 0 10 -10 m-318 10 h10 m288 0 h10 m23 -88 h-3" /> <polygon points="377 17 385 13 385 21" /> <polygon points="377 17 369 13 369 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_name_no_crdb_extra" title="func_name_no_crdb_extra">func\_name\_no\_crdb\_extra</a></li> <li><a href="#general_type_name" title="general_type_name">general\_type\_name</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="numeric" href="#numeric">numeric:</a></p><svg width="409" height="477"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">INT</text> <rect x="51" y="47" width="80" height="32" rx="10" /> <rect x="49" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">INTEGER</text> <rect x="51" y="91" width="90" height="32" rx="10" /> <rect x="49" y="89" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">SMALLINT</text> <rect x="51" y="135" width="70" height="32" rx="10" /> <rect x="49" y="133" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">BIGINT</text> <rect x="51" y="179" width="54" height="32" rx="10" /> <rect x="49" y="177" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">REAL</text> <rect x="51" y="223" width="64" height="32" rx="10" /> <rect x="49" y="221" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">FLOAT</text><a href="#opt_float" title="opt_float"> <rect x="135" y="223" width="78" height="32" /> <rect x="133" y="221" width="78" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="241">opt\_float</text></a><rect x="51" y="267" width="76" height="32" rx="10" /> <rect x="49" y="265" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">DOUBLE</text> <rect x="147" y="267" width="98" height="32" rx="10" /> <rect x="145" y="265" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="285">PRECISION</text> <rect x="71" y="311" width="82" height="32" rx="10" /> <rect x="69" y="309" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="329">DECIMAL</text> <rect x="71" y="355" width="46" height="32" rx="10" /> <rect x="69" y="353" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="373">DEC</text> <rect x="71" y="399" width="84" height="32" rx="10" /> <rect x="69" y="397" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="417">NUMERIC</text><a href="#opt_numeric_modifiers" title="opt_numeric_modifiers"> <rect x="195" y="311" width="166" height="32" /> <rect x="193" y="309" width="166" height="32" className="nonterminal" /> <text className="nonterminal" x="203" y="329">opt\_numeric\_modifiers</text></a><rect x="51" y="443" width="86" height="32" rx="10" /> <rect x="49" y="441" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">BOOLEAN</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h266 m-350 0 h20 m330 0 h20 m-370 0 q10 0 10 10 m350 0 q0 -10 10 -10 m-360 10 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m80 0 h10 m0 0 h230 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m90 0 h10 m0 0 h220 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m70 0 h10 m0 0 h240 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m54 0 h10 m0 0 h256 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m64 0 h10 m0 0 h10 m78 0 h10 m0 0 h148 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m76 0 h10 m0 0 h10 m98 0 h10 m0 0 h116 m-340 -10 v20 m350 0 v-20 m-350 20 v24 m350 0 v-24 m-350 24 q0 10 10 10 m330 0 q10 0 10 -10 m-320 10 h10 m82 0 h10 m0 0 h2 m-124 0 h20 m104 0 h20 m-144 0 q10 0 10 10 m124 0 q0 -10 10 -10 m-134 10 v24 m124 0 v-24 m-124 24 q0 10 10 10 m104 0 q10 0 10 -10 m-114 10 h10 m46 0 h10 m0 0 h38 m-114 -10 v20 m124 0 v-20 m-124 20 v24 m124 0 v-24 m-124 24 q0 10 10 10 m104 0 q10 0 10 -10 m-114 10 h10 m84 0 h10 m20 -88 h10 m166 0 h10 m-340 -10 v20 m350 0 v-20 m-350 20 v112 m350 0 v-112 m-350 112 q0 10 10 10 m330 0 q10 0 10 -10 m-340 10 h10 m86 0 h10 m0 0 h224 m23 -440 h-3" /> <polygon points="399 17 407 13 407 21" /> <polygon points="399 17 391 13 391 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="bit_without_length" href="#bit_without_length">bit\_without\_length:</a></p><svg width="285" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">BIT</text> <rect x="135" y="35" width="82" height="32" rx="10" /> <rect x="133" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="53">VARYING</text> <rect x="51" y="79" width="72" height="32" rx="10" /> <rect x="49" y="77" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">VARBIT</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m-206 -32 h20 m206 0 h20 m-246 0 q10 0 10 10 m226 0 q0 -10 10 -10 m-236 10 v56 m226 0 v-56 m-226 56 q0 10 10 10 m206 0 q10 0 10 -10 m-216 10 h10 m72 0 h10 m0 0 h114 m23 -76 h-3" /> <polygon points="275 17 283 13 283 21" /> <polygon points="275 17 267 13 267 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="bit_with_length" href="#bit_with_length">bit\_with\_length:</a></p><svg width="445" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">BIT</text><a href="#opt_varying" title="opt_varying"> <rect x="115" y="3" width="96" height="32" /> <rect x="113" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="123" y="21">opt\_varying</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">VARBIT</text> <rect x="251" y="3" width="26" height="32" rx="10" /> <rect x="249" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="259" y="21">(</text> <rect x="297" y="3" width="74" height="32" rx="10" /> <rect x="295" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="305" y="21">ICONST</text> <rect x="391" y="3" width="26" height="32" rx="10" /> <rect x="389" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="399" y="21">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h10 m96 0 h10 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m72 0 h10 m0 0 h88 m20 -44 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="435 17 443 13 443 21" /> <polygon points="435 17 427 13 427 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="character_without_length" href="#character_without_length">character\_without\_length:</a></p><svg width="177" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#character_base" title="character_base"> <rect x="31" y="3" width="118" height="32" /> <rect x="29" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">character\_base</text></a><path className="line" d="m17 17 h2 m0 0 h10 m118 0 h10 m3 0 h-3" /> <polygon points="167 17 175 13 175 21" /> <polygon points="167 17 159 13 159 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="character_with_length" href="#character_with_length">character\_with\_length:</a></p><svg width="363" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#character_base" title="character_base"> <rect x="31" y="3" width="118" height="32" /> <rect x="29" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">character\_base</text></a><rect x="169" y="3" width="26" height="32" rx="10" /> <rect x="167" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="21">(</text> <rect x="215" y="3" width="74" height="32" rx="10" /> <rect x="213" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">ICONST</text> <rect x="309" y="3" width="26" height="32" rx="10" /> <rect x="307" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="317" y="21">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m118 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="353 17 361 13 361 21" /> <polygon points="353 17 345 13 345 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="const_datetime" href="#const_datetime">const\_datetime:</a></p><svg width="593" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">DATE</text> <rect x="71" y="47" width="54" height="32" rx="10" /> <rect x="69" y="45" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">TIME</text> <rect x="71" y="91" width="100" height="32" rx="10" /> <rect x="69" y="89" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">TIMESTAMP</text> <rect x="231" y="79" width="26" height="32" rx="10" /> <rect x="229" y="77" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="239" y="97">(</text> <rect x="277" y="79" width="74" height="32" rx="10" /> <rect x="275" y="77" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="285" y="97">ICONST</text> <rect x="371" y="79" width="26" height="32" rx="10" /> <rect x="369" y="77" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="97">)</text><a href="#opt_timezone" title="opt_timezone"> <rect x="437" y="47" width="108" height="32" /> <rect x="435" y="45" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="445" y="65">opt\_timezone</text></a><rect x="71" y="135" width="70" height="32" rx="10" /> <rect x="69" y="133" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">TIMETZ</text> <rect x="71" y="179" width="118" height="32" rx="10" /> <rect x="69" y="177" width="118" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="197">TIMESTAMPTZ</text> <rect x="249" y="167" width="26" height="32" rx="10" /> <rect x="247" y="165" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="257" y="185">(</text> <rect x="295" y="167" width="74" height="32" rx="10" /> <rect x="293" y="165" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="185">ICONST</text> <rect x="389" y="167" width="26" height="32" rx="10" /> <rect x="387" y="165" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="397" y="185">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h438 m-534 0 h20 m514 0 h20 m-554 0 q10 0 10 10 m534 0 q0 -10 10 -10 m-544 10 v24 m534 0 v-24 m-534 24 q0 10 10 10 m514 0 q10 0 10 -10 m-504 10 h10 m54 0 h10 m0 0 h46 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v24 m140 0 v-24 m-140 24 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m40 -44 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m20 -32 h10 m108 0 h10 m-524 -10 v20 m534 0 v-20 m-534 20 v68 m534 0 v-68 m-534 68 q0 10 10 10 m514 0 q10 0 10 -10 m-504 10 h10 m70 0 h10 m0 0 h48 m-158 0 h20 m138 0 h20 m-178 0 q10 0 10 10 m158 0 q0 -10 10 -10 m-168 10 v24 m158 0 v-24 m-158 24 q0 10 10 10 m138 0 q10 0 10 -10 m-148 10 h10 m118 0 h10 m40 -44 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m20 -32 h110 m23 -132 h-3" /> <polygon points="583 17 591 13 591 21" /> <polygon points="583 17 575 13 575 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="const_geo" href="#const_geo">const\_geo:</a></p><svg width="733" height="145"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="104" height="32" rx="10" /> <rect x="69" y="1" width="104" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">GEOGRAPHY</text> <rect x="71" y="47" width="94" height="32" rx="10" /> <rect x="69" y="45" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">GEOMETRY</text> <rect x="235" y="35" width="26" height="32" rx="10" /> <rect x="233" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="243" y="53">(</text><a href="#geo_shape_type" title="geo_shape_type"> <rect x="281" y="35" width="126" height="32" /> <rect x="279" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="289" y="53">geo\_shape\_type</text></a><rect x="447" y="67" width="24" height="32" rx="10" /> <rect x="445" y="65" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="455" y="85">,</text><a href="#signed_iconst" title="signed_iconst"> <rect x="491" y="67" width="108" height="32" /> <rect x="489" y="65" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="499" y="85">signed\_iconst</text></a><rect x="639" y="35" width="26" height="32" rx="10" /> <rect x="637" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="647" y="53">)</text> <rect x="51" y="111" width="68" height="32" rx="10" /> <rect x="49" y="109" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="129">BOX2D</text> <path className="line" d="m17 17 h2 m40 0 h10 m104 0 h10 m-144 0 h20 m124 0 h20 m-164 0 q10 0 10 10 m144 0 q0 -10 10 -10 m-154 10 v24 m144 0 v-24 m-144 24 q0 10 10 10 m124 0 q10 0 10 -10 m-134 10 h10 m94 0 h10 m0 0 h10 m40 -44 h10 m0 0 h440 m-470 0 h20 m450 0 h20 m-490 0 q10 0 10 10 m470 0 q0 -10 10 -10 m-480 10 v12 m470 0 v-12 m-470 12 q0 10 10 10 m450 0 q10 0 10 -10 m-460 10 h10 m26 0 h10 m0 0 h10 m126 0 h10 m20 0 h10 m0 0 h162 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v12 m192 0 v-12 m-192 12 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m24 0 h10 m0 0 h10 m108 0 h10 m20 -32 h10 m26 0 h10 m-654 -32 h20 m654 0 h20 m-694 0 q10 0 10 10 m674 0 q0 -10 10 -10 m-684 10 v88 m674 0 v-88 m-674 88 q0 10 10 10 m654 0 q10 0 10 -10 m-664 10 h10 m68 0 h10 m0 0 h566 m23 -108 h-3" /> <polygon points="723 17 731 13 731 21" /> <polygon points="723 17 715 13 715 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="const_vector" href="#const_vector">const\_vector:</a></p><svg width="359" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="74" height="32" rx="10" /> <rect x="29" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">VECTOR</text> <rect x="145" y="35" width="26" height="32" rx="10" /> <rect x="143" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="53">(</text> <rect x="191" y="35" width="74" height="32" rx="10" /> <rect x="189" y="33" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="53">ICONST</text> <rect x="285" y="35" width="26" height="32" rx="10" /> <rect x="283" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="53">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="349 17 357 13 357 21" /> <polygon points="349 17 341 13 341 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_typename" title="const_typename">const\_typename</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="interval_qualifier" href="#interval_qualifier">interval\_qualifier:</a></p><svg width="437" height="517"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">YEAR</text> <rect x="147" y="35" width="38" height="32" rx="10" /> <rect x="145" y="33" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="53">TO</text> <rect x="205" y="35" width="70" height="32" rx="10" /> <rect x="203" y="33" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="213" y="53">MONTH</text> <rect x="51" y="79" width="70" height="32" rx="10" /> <rect x="49" y="77" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">MONTH</text> <rect x="51" y="123" width="48" height="32" rx="10" /> <rect x="49" y="121" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">DAY</text> <rect x="139" y="155" width="38" height="32" rx="10" /> <rect x="137" y="153" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="173">TO</text> <rect x="217" y="155" width="60" height="32" rx="10" /> <rect x="215" y="153" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="173">HOUR</text> <rect x="217" y="199" width="74" height="32" rx="10" /> <rect x="215" y="197" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="217">MINUTE</text><a href="#interval_second" title="interval_second"> <rect x="217" y="243" width="120" height="32" /> <rect x="215" y="241" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="225" y="261">interval\_second</text></a><rect x="51" y="287" width="60" height="32" rx="10" /> <rect x="49" y="285" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="305">HOUR</text> <rect x="151" y="319" width="38" height="32" rx="10" /> <rect x="149" y="317" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="337">TO</text> <rect x="229" y="319" width="74" height="32" rx="10" /> <rect x="227" y="317" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="237" y="337">MINUTE</text><a href="#interval_second" title="interval_second"> <rect x="229" y="363" width="120" height="32" /> <rect x="227" y="361" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="237" y="381">interval\_second</text></a><rect x="51" y="407" width="74" height="32" rx="10" /> <rect x="49" y="405" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="425">MINUTE</text> <rect x="165" y="439" width="38" height="32" rx="10" /> <rect x="163" y="437" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="457">TO</text><a href="#interval_second" title="interval_second"> <rect x="223" y="439" width="120" height="32" /> <rect x="221" y="437" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="231" y="457">interval\_second</text></a><a href="#interval_second" title="interval_second"> <rect x="51" y="483" width="120" height="32" /> <rect x="49" y="481" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="501">interval\_second</text></a><path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m20 0 h10 m0 0 h138 m-168 0 h20 m148 0 h20 m-188 0 q10 0 10 10 m168 0 q0 -10 10 -10 m-178 10 v12 m168 0 v-12 m-168 12 q0 10 10 10 m148 0 q10 0 10 -10 m-158 10 h10 m38 0 h10 m0 0 h10 m70 0 h10 m20 -32 h94 m-378 0 h20 m358 0 h20 m-398 0 q10 0 10 10 m378 0 q0 -10 10 -10 m-388 10 v56 m378 0 v-56 m-378 56 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m70 0 h10 m0 0 h268 m-368 -10 v20 m378 0 v-20 m-378 20 v24 m378 0 v-24 m-378 24 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m48 0 h10 m20 0 h10 m0 0 h228 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v12 m258 0 v-12 m-258 12 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m38 0 h10 m20 0 h10 m60 0 h10 m0 0 h60 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m74 0 h10 m0 0 h46 m-150 -10 v20 m160 0 v-20 m-160 20 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m40 -120 h12 m-368 -10 v20 m378 0 v-20 m-378 20 v144 m378 0 v-144 m-378 144 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m60 0 h10 m20 0 h10 m0 0 h228 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v12 m258 0 v-12 m-258 12 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m38 0 h10 m20 0 h10 m74 0 h10 m0 0 h46 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m120 0 h10 m-328 -86 v20 m378 0 v-20 m-378 20 v100 m378 0 v-100 m-378 100 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m74 0 h10 m20 0 h10 m0 0 h188 m-218 0 h20 m198 0 h20 m-238 0 q10 0 10 10 m218 0 q0 -10 10 -10 m-228 10 v12 m218 0 v-12 m-218 12 q0 10 10 10 m198 0 q10 0 10 -10 m-208 10 h10 m38 0 h10 m0 0 h10 m120 0 h10 m20 -32 h26 m-368 -10 v20 m378 0 v-20 m-378 20 v56 m378 0 v-56 m-378 56 q0 10 10 10 m358 0 q10 0 10 -10 m-368 10 h10 m120 0 h10 m0 0 h218 m23 -480 h-3" /> <polygon points="427 17 435 13 435 21" /> <polygon points="427 17 419 13 419 21" /></svg><p>referenced by: </p><ul> <li><a href="#interval_type" title="interval_type">interval\_type</a></li> <li><a href="#opt_interval_qualifier" title="opt_interval_qualifier">opt\_interval\_qualifier</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_column" href="#opt_column">opt\_column:</a></p><svg width="177" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="78" height="32" rx="10" /> <rect x="49" y="21" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">COLUMN</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h88 m-118 0 h20 m98 0 h20 m-138 0 q10 0 10 10 m118 0 q0 -10 10 -10 m-128 10 v12 m118 0 v-12 m-118 12 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m78 0 h10 m23 -32 h-3" /> <polygon points="167 5 175 1 175 9" /> <polygon points="167 5 159 1 159 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="column_table_def" href="#column_table_def">column\_table\_def:</a></p><svg width="389" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_name" title="column_name"> <rect x="31" y="3" width="108" height="32" /> <rect x="29" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">column\_name</text></a><a href="#typename" title="typename"> <rect x="159" y="3" width="84" height="32" /> <rect x="157" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="167" y="21">typename</text></a><a href="#col_qual_list" title="col_qual_list"> <rect x="263" y="3" width="98" height="32" /> <rect x="261" y="1" width="98" height="32" className="nonterminal" /> <text className="nonterminal" x="271" y="21">col\_qual\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m0 0 h10 m84 0 h10 m0 0 h10 m98 0 h10 m3 0 h-3" /> <polygon points="379 17 387 13 387 21" /> <polygon points="379 17 371 13 371 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_column_default" href="#alter_column_default">alter\_column\_default:</a></p><svg width="327" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SET</text> <rect x="115" y="3" width="80" height="32" rx="10" /> <rect x="113" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">DEFAULT</text><a href="#a_expr" title="a_expr"> <rect x="215" y="3" width="64" height="32" /> <rect x="213" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="223" y="21">a\_expr</text></a><rect x="51" y="47" width="58" height="32" rx="10" /> <rect x="49" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DROP</text> <rect x="129" y="47" width="80" height="32" rx="10" /> <rect x="127" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="65">DEFAULT</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m64 0 h10 m-268 0 h20 m248 0 h20 m-288 0 q10 0 10 10 m268 0 q0 -10 10 -10 m-278 10 v24 m268 0 v-24 m-268 24 q0 10 10 10 m248 0 q10 0 10 -10 m-258 10 h10 m58 0 h10 m0 0 h10 m80 0 h10 m0 0 h70 m23 -44 h-3" /> <polygon points="317 17 325 13 325 21" /> <polygon points="317 17 309 13 309 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_column_on_update" href="#alter_column_on_update">alter\_column\_on\_update:</a></p><svg width="381" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SET</text> <rect x="115" y="3" width="40" height="32" rx="10" /> <rect x="113" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="21">ON</text> <rect x="175" y="3" width="74" height="32" rx="10" /> <rect x="173" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="21">UPDATE</text><a href="#a_expr" title="a_expr"> <rect x="269" y="3" width="64" height="32" /> <rect x="267" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="277" y="21">a\_expr</text></a><rect x="51" y="47" width="58" height="32" rx="10" /> <rect x="49" y="45" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DROP</text> <rect x="129" y="47" width="40" height="32" rx="10" /> <rect x="127" y="45" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="137" y="65">ON</text> <rect x="189" y="47" width="74" height="32" rx="10" /> <rect x="187" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="197" y="65">UPDATE</text> <path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m64 0 h10 m-322 0 h20 m302 0 h20 m-342 0 q10 0 10 10 m322 0 q0 -10 10 -10 m-332 10 v24 m322 0 v-24 m-322 24 q0 10 10 10 m302 0 q10 0 10 -10 m-312 10 h10 m58 0 h10 m0 0 h10 m40 0 h10 m0 0 h10 m74 0 h10 m0 0 h70 m23 -44 h-3" /> <polygon points="371 17 379 13 379 21" /> <polygon points="371 17 363 13 363 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="alter_column_visible" href="#alter_column_visible">alter\_column\_visible:</a></p><svg width="307" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="115" y="35" width="48" height="32" rx="10" /> <rect x="113" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="53">NOT</text> <rect x="203" y="3" width="76" height="32" rx="10" /> <rect x="201" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="211" y="21">VISIBLE</text> <path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m20 0 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m20 -32 h10 m76 0 h10 m3 0 h-3" /> <polygon points="297 17 305 13 305 21" /> <polygon points="297 17 289 13 289 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="generated_always_as" href="#generated_always_as">generated\_always\_as:</a></p><svg width="383" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="168" height="32" rx="10" /> <rect x="29" y="1" width="168" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">GENERATED\_ALWAYS</text> <rect x="219" y="3" width="78" height="32" rx="10" /> <rect x="217" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="21">ALWAYS</text> <rect x="317" y="3" width="38" height="32" rx="10" /> <rect x="315" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="325" y="21">AS</text> <path className="line" d="m17 17 h2 m0 0 h10 m168 0 h10 m0 0 h10 m78 0 h10 m0 0 h10 m38 0 h10 m3 0 h-3" /> <polygon points="373 17 381 13 381 21" /> <polygon points="373 17 365 13 365 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#generated_as" title="generated_as">generated\_as</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="generated_by_default_as" href="#generated_by_default_as">generated\_by\_default\_as:</a></p><svg width="473" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="198" height="32" rx="10" /> <rect x="29" y="1" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">GENERATED\_BY\_DEFAULT</text> <rect x="249" y="3" width="38" height="32" rx="10" /> <rect x="247" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="257" y="21">BY</text> <rect x="307" y="3" width="80" height="32" rx="10" /> <rect x="305" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="315" y="21">DEFAULT</text> <rect x="407" y="3" width="38" height="32" rx="10" /> <rect x="405" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="415" y="21">AS</text> <path className="line" d="m17 17 h2 m0 0 h10 m198 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m80 0 h10 m0 0 h10 m38 0 h10 m3 0 h-3" /> <polygon points="463 17 471 13 471 21" /> <polygon points="463 17 455 13 455 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_generated_always" href="#set_generated_always">set\_generated\_always:</a></p><svg width="389" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="95" y="3" width="168" height="32" rx="10" /> <rect x="93" y="1" width="168" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="21">GENERATED\_ALWAYS</text> <rect x="283" y="3" width="78" height="32" rx="10" /> <rect x="281" y="1" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="291" y="21">ALWAYS</text> <path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m78 0 h10 m3 0 h-3" /> <polygon points="379 17 387 13 387 21" /> <polygon points="379 17 371 13 371 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="set_generated_default" href="#set_generated_default">set\_generated\_default:</a></p><svg width="479" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="44" height="32" rx="10" /> <rect x="29" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SET</text> <rect x="95" y="3" width="198" height="32" rx="10" /> <rect x="93" y="1" width="198" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="21">GENERATED\_BY\_DEFAULT</text> <rect x="313" y="3" width="38" height="32" rx="10" /> <rect x="311" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="321" y="21">BY</text> <rect x="371" y="3" width="80" height="32" rx="10" /> <rect x="369" y="1" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="379" y="21">DEFAULT</text> <path className="line" d="m17 17 h2 m0 0 h10 m44 0 h10 m0 0 h10 m198 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m80 0 h10 m3 0 h-3" /> <polygon points="469 17 477 13 477 21" /> <polygon points="469 17 461 13 461 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="identity_option_list" href="#identity_option_list">identity\_option\_list:</a></p><svg width="253" height="53"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /><a href="#identity_option_elem" title="identity_option_elem"> <rect x="51" y="19" width="154" height="32" /> <rect x="49" y="17" width="154" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="37">identity\_option\_elem</text></a><path className="line" d="m17 33 h2 m20 0 h10 m154 0 h10 m-194 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m174 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-174 0 h10 m0 0 h164 m23 32 h-3" /> <polygon points="243 33 251 29 251 37" /> <polygon points="243 33 235 29 235 37" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_set_data" href="#opt_set_data">opt\_set\_data:</a></p><svg width="219" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="44" height="32" rx="10" /> <rect x="49" y="21" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">SET</text> <rect x="115" y="23" width="56" height="32" rx="10" /> <rect x="113" y="21" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="123" y="41">DATA</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h130 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v12 m160 0 v-12 m-160 12 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m44 0 h10 m0 0 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="209 5 217 1 217 9" /> <polygon points="209 5 201 1 201 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_collate" href="#opt_collate">opt\_collate:</a></p><svg width="317" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="82" height="32" rx="10" /> <rect x="49" y="21" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">COLLATE</text><a href="#collation_name" title="collation_name"> <rect x="153" y="23" width="116" height="32" /> <rect x="151" y="21" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="161" y="41">collation\_name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h228 m-258 0 h20 m238 0 h20 m-278 0 q10 0 10 10 m258 0 q0 -10 10 -10 m-268 10 v12 m258 0 v-12 m-258 12 q0 10 10 10 m238 0 q10 0 10 -10 m-248 10 h10 m82 0 h10 m0 0 h10 m116 0 h10 m23 -32 h-3" /> <polygon points="307 5 315 1 315 9" /> <polygon points="307 5 299 1 299 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_alter_column_using" href="#opt_alter_column_using">opt\_alter\_column\_using:</a></p><svg width="247" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="64" height="32" rx="10" /> <rect x="49" y="21" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">USING</text><a href="#a_expr" title="a_expr"> <rect x="135" y="23" width="64" height="32" /> <rect x="133" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h158 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v12 m188 0 v-12 m-188 12 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m64 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="237 5 245 1 245 9" /> <polygon points="237 5 229 1 229 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_constraint" href="#table_constraint">table\_constraint:</a></p><svg width="497" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="110" height="32" rx="10" /> <rect x="49" y="33" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">CONSTRAINT</text><a href="#constraint_name" title="constraint_name"> <rect x="181" y="35" width="126" height="32" /> <rect x="179" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="53">constraint\_name</text></a><a href="#constraint_elem" title="constraint_elem"> <rect x="347" y="3" width="122" height="32" /> <rect x="345" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="355" y="21">constraint\_elem</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h266 m-296 0 h20 m276 0 h20 m-316 0 q10 0 10 10 m296 0 q0 -10 10 -10 m-306 10 v12 m296 0 v-12 m-296 12 q0 10 10 10 m276 0 q10 0 10 -10 m-286 10 h10 m110 0 h10 m0 0 h10 m126 0 h10 m20 -32 h10 m122 0 h10 m3 0 h-3" /> <polygon points="487 17 495 13 495 21" /> <polygon points="487 17 479 13 479 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_validate_behavior" href="#opt_validate_behavior">opt\_validate\_behavior:</a></p><svg width="229" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="48" height="32" rx="10" /> <rect x="49" y="21" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">NOT</text> <rect x="119" y="23" width="62" height="32" rx="10" /> <rect x="117" y="21" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="41">VALID</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h140 m-170 0 h20 m150 0 h20 m-190 0 q10 0 10 10 m170 0 q0 -10 10 -10 m-180 10 v12 m170 0 v-12 m-170 12 q0 10 10 10 m150 0 q10 0 10 -10 m-160 10 h10 m48 0 h10 m0 0 h10 m62 0 h10 m23 -32 h-3" /> <polygon points="219 5 227 1 227 9" /> <polygon points="219 5 211 1 211 9" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="constraint_elem" href="#constraint_elem">constraint\_elem:</a></p><svg width="1087" height="169"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="64" height="32" rx="10" /> <rect x="49" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">CHECK</text> <rect x="135" y="3" width="26" height="32" rx="10" /> <rect x="133" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">(</text><a href="#a_expr" title="a_expr"> <rect x="181" y="3" width="64" height="32" /> <rect x="179" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="21">a\_expr</text></a><rect x="265" y="3" width="26" height="32" rx="10" /> <rect x="263" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="21">)</text> <rect x="51" y="47" width="74" height="32" rx="10" /> <rect x="49" y="45" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">UNIQUE</text> <rect x="145" y="47" width="26" height="32" rx="10" /> <rect x="143" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="153" y="65">(</text><a href="#index_params" title="index_params"> <rect x="191" y="47" width="110" height="32" /> <rect x="189" y="45" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="65">index\_params</text></a><rect x="321" y="47" width="26" height="32" rx="10" /> <rect x="319" y="45" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="329" y="65">)</text><a href="#opt_storing" title="opt_storing"> <rect x="367" y="47" width="92" height="32" /> <rect x="365" y="45" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="375" y="65">opt\_storing</text></a><a href="#opt_partition_by_index" title="opt_partition_by_index"> <rect x="479" y="47" width="168" height="32" /> <rect x="477" y="45" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="487" y="65">opt\_partition\_by\_index</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="667" y="47" width="136" height="32" /> <rect x="665" y="45" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="675" y="65">opt\_where\_clause</text></a><rect x="51" y="91" width="84" height="32" rx="10" /> <rect x="49" y="89" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">PRIMARY</text> <rect x="155" y="91" width="46" height="32" rx="10" /> <rect x="153" y="89" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="109">KEY</text> <rect x="221" y="91" width="26" height="32" rx="10" /> <rect x="219" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="229" y="109">(</text><a href="#index_params" title="index_params"> <rect x="267" y="91" width="110" height="32" /> <rect x="265" y="89" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="275" y="109">index\_params</text></a><rect x="397" y="91" width="26" height="32" rx="10" /> <rect x="395" y="89" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="405" y="109">)</text><a href="#opt_hash_sharded" title="opt_hash_sharded"> <rect x="443" y="91" width="140" height="32" /> <rect x="441" y="89" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="451" y="109">opt\_hash\_sharded</text></a><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="603" y="91" width="234" height="32" /> <rect x="601" y="89" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="611" y="109">opt\_with\_storage\_parameter\_list</text></a><rect x="51" y="135" width="82" height="32" rx="10" /> <rect x="49" y="133" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">FOREIGN</text> <rect x="153" y="135" width="46" height="32" rx="10" /> <rect x="151" y="133" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="161" y="153">KEY</text> <rect x="219" y="135" width="26" height="32" rx="10" /> <rect x="217" y="133" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="227" y="153">(</text><a href="#name_list" title="name_list"> <rect x="265" y="135" width="82" height="32" /> <rect x="263" y="133" width="82" height="32" className="nonterminal" /> <text className="nonterminal" x="273" y="153">name\_list</text></a><rect x="367" y="135" width="26" height="32" rx="10" /> <rect x="365" y="133" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="375" y="153">)</text> <rect x="413" y="135" width="108" height="32" rx="10" /> <rect x="411" y="133" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="421" y="153">REFERENCES</text><a href="#table_name" title="table_name"> <rect x="541" y="135" width="96" height="32" /> <rect x="539" y="133" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="549" y="153">table\_name</text></a><a href="#opt_column_list" title="opt_column_list"> <rect x="657" y="135" width="120" height="32" /> <rect x="655" y="133" width="120" height="32" className="nonterminal" /> <text className="nonterminal" x="665" y="153">opt\_column\_list</text></a><a href="#key_match" title="key_match"> <rect x="797" y="135" width="88" height="32" /> <rect x="795" y="133" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="805" y="153">key\_match</text></a><a href="#reference_actions" title="reference_actions"> <rect x="905" y="135" width="134" height="32" /> <rect x="903" y="133" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="913" y="153">reference\_actions</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h748 m-1028 0 h20 m1008 0 h20 m-1048 0 q10 0 10 10 m1028 0 q0 -10 10 -10 m-1038 10 v24 m1028 0 v-24 m-1028 24 q0 10 10 10 m1008 0 q10 0 10 -10 m-1018 10 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m92 0 h10 m0 0 h10 m168 0 h10 m0 0 h10 m136 0 h10 m0 0 h236 m-1018 -10 v20 m1028 0 v-20 m-1028 20 v24 m1028 0 v-24 m-1028 24 q0 10 10 10 m1008 0 q10 0 10 -10 m-1018 10 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m140 0 h10 m0 0 h10 m234 0 h10 m0 0 h202 m-1018 -10 v20 m1028 0 v-20 m-1028 20 v24 m1028 0 v-24 m-1028 24 q0 10 10 10 m1008 0 q10 0 10 -10 m-1018 10 h10 m82 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m108 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m120 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m134 0 h10 m23 -132 h-3" /> <polygon points="1077 17 1085 13 1085 21" /> <polygon points="1077 17 1069 13 1069 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> <li><a href="#table_constraint" title="table_constraint">table\_constraint</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="audit_mode" href="#audit_mode">audit\_mode:</a></p><svg width="241" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="56" height="32" rx="10" /> <rect x="49" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">READ</text> <rect x="127" y="3" width="66" height="32" rx="10" /> <rect x="125" y="1" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="21">WRITE</text> <rect x="51" y="47" width="46" height="32" rx="10" /> <rect x="49" y="45" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">OFF</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h10 m66 0 h10 m-182 0 h20 m162 0 h20 m-202 0 q10 0 10 10 m182 0 q0 -10 10 -10 m-192 10 v24 m182 0 v-24 m-182 24 q0 10 10 10 m162 0 q10 0 10 -10 m-172 10 h10 m46 0 h10 m0 0 h96 m23 -44 h-3" /> <polygon points="231 17 239 13 239 21" /> <polygon points="231 17 223 13 223 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="storage_parameter_key_list" href="#storage_parameter_key_list">storage\_parameter\_key\_list:</a></p><svg width="273" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#storage_parameter_key" title="storage_parameter_key"> <rect x="51" y="47" width="174" height="32" /> <rect x="49" y="45" width="174" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">storage\_parameter\_key</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m174 0 h10 m-214 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m194 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-194 0 h10 m24 0 h10 m0 0 h150 m23 44 h-3" /> <polygon points="263 61 271 57 271 65" /> <polygon points="263 61 255 57 255 65" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="table_rls_mode" href="#table_rls_mode">table\_rls\_mode:</a></p><svg width="265" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="72" height="32" rx="10" /> <rect x="49" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ENABLE</text> <rect x="51" y="47" width="80" height="32" rx="10" /> <rect x="49" y="45" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DISABLE</text> <rect x="71" y="123" width="40" height="32" rx="10" /> <rect x="69" y="121" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="141">NO</text> <rect x="151" y="91" width="66" height="32" rx="10" /> <rect x="149" y="89" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="159" y="109">FORCE</text> <path className="line" d="m17 17 h2 m20 0 h10 m72 0 h10 m0 0 h94 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m80 0 h10 m0 0 h86 m-196 -10 v20 m206 0 v-20 m-206 20 v24 m206 0 v-24 m-206 24 q0 10 10 10 m186 0 q10 0 10 -10 m-176 10 h10 m0 0 h50 m-80 0 h20 m60 0 h20 m-100 0 q10 0 10 10 m80 0 q0 -10 10 -10 m-90 10 v12 m80 0 v-12 m-80 12 q0 10 10 10 m60 0 q10 0 10 -10 m-70 10 h10 m40 0 h10 m20 -32 h10 m66 0 h10 m23 -88 h-3" /> <polygon points="255 17 263 13 263 21" /> <polygon points="255 17 247 13 247 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_table_cmd" title="alter_table_cmd">alter\_table\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="partition_by_index" href="#partition_by_index">partition\_by\_index:</a></p><svg width="155" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#partition_by" title="partition_by"> <rect x="31" y="3" width="96" height="32" /> <rect x="29" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">partition\_by</text></a><path className="line" d="m17 17 h2 m0 0 h10 m96 0 h10 m3 0 h-3" /> <polygon points="145 17 153 13 153 21" /> <polygon points="145 17 137 13 137 21" /></svg><p>referenced by: </p><ul> <li><a href="#alter_index_cmd" title="alter_index_cmd">alter\_index\_cmd</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="single_sort_clause" href="#single_sort_clause">single\_sort\_clause:</a></p><svg width="497" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="68" height="32" rx="10" /> <rect x="29" y="1" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ORDER</text> <rect x="119" y="3" width="38" height="32" rx="10" /> <rect x="117" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="127" y="21">BY</text><a href="#sortby" title="sortby"> <rect x="197" y="3" width="60" height="32" /> <rect x="195" y="1" width="60" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="21">sortby</text></a><rect x="297" y="35" width="24" height="32" rx="10" /> <rect x="295" y="33" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="305" y="53">,</text><a href="#sortby_list" title="sortby_list"> <rect x="341" y="35" width="86" height="32" /> <rect x="339" y="33" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="349" y="53">sortby\_list</text></a><a href="#sortby_index" title="sortby_index"> <rect x="197" y="79" width="102" height="32" /> <rect x="195" y="77" width="102" height="32" className="nonterminal" /> <text className="nonterminal" x="205" y="97">sortby\_index</text></a><rect x="319" y="79" width="24" height="32" rx="10" /> <rect x="317" y="77" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="327" y="97">,</text><a href="#sortby_list" title="sortby_list"> <rect x="363" y="79" width="86" height="32" /> <rect x="361" y="77" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="371" y="97">sortby\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m68 0 h10 m0 0 h10 m38 0 h10 m20 0 h10 m60 0 h10 m20 0 h10 m0 0 h140 m-170 0 h20 m150 0 h20 m-190 0 q10 0 10 10 m170 0 q0 -10 10 -10 m-180 10 v12 m170 0 v-12 m-170 12 q0 10 10 10 m150 0 q10 0 10 -10 m-160 10 h10 m24 0 h10 m0 0 h10 m86 0 h10 m20 -32 h2 m-292 0 h20 m272 0 h20 m-312 0 q10 0 10 10 m292 0 q0 -10 10 -10 m-302 10 v56 m292 0 v-56 m-292 56 q0 10 10 10 m272 0 q10 0 10 -10 m-282 10 h10 m102 0 h10 m0 0 h10 m24 0 h10 m0 0 h10 m86 0 h10 m23 -76 h-3" /> <polygon points="487 17 495 13 495 21" /> <polygon points="487 17 479 13 479 21" /></svg><p>referenced by: </p><ul> <li><a href="#within_group_clause" title="within_group_clause">within\_group\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="window_specification" href="#window_specification">window\_specification:</a></p><svg width="673" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="26" height="32" rx="10" /> <rect x="29" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">(</text><a href="#opt_existing_window_name" title="opt_existing_window_name"> <rect x="77" y="3" width="196" height="32" /> <rect x="75" y="1" width="196" height="32" className="nonterminal" /> <text className="nonterminal" x="85" y="21">opt\_existing\_window\_name</text></a><a href="#opt_partition_clause" title="opt_partition_clause"> <rect x="293" y="3" width="150" height="32" /> <rect x="291" y="1" width="150" height="32" className="nonterminal" /> <text className="nonterminal" x="301" y="21">opt\_partition\_clause</text></a><a href="#opt_sort_clause_no_index" title="opt_sort_clause_no_index"> <rect x="463" y="3" width="188" height="32" /> <rect x="461" y="1" width="188" height="32" className="nonterminal" /> <text className="nonterminal" x="471" y="21">opt\_sort\_clause\_no\_index</text></a><a href="#opt_frame_clause" title="opt_frame_clause"> <rect x="465" y="69" width="134" height="32" /> <rect x="463" y="67" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="473" y="87">opt\_frame\_clause</text></a><rect x="619" y="69" width="26" height="32" rx="10" /> <rect x="617" y="67" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="627" y="87">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m26 0 h10 m0 0 h10 m196 0 h10 m0 0 h10 m150 0 h10 m0 0 h10 m188 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-230 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m134 0 h10 m0 0 h10 m26 0 h10 m3 0 h-3" /> <polygon points="663 83 671 79 671 87" /> <polygon points="663 83 655 79 655 87" /></svg><p>referenced by: </p><ul> <li><a href="#over_clause" title="over_clause">over\_clause</a></li> <li><a href="#window_definition" title="window_definition">window\_definition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="window_name" href="#window_name">window\_name:</a></p><svg width="115" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m3 0 h-3" /> <polygon points="105 17 113 13 113 21" /> <polygon points="105 17 97 13 97 21" /></svg><p>referenced by: </p><ul> <li><a href="#over_clause" title="over_clause">over\_clause</a></li> <li><a href="#window_definition" title="window_definition">window\_definition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="special_function" href="#special_function">special\_function:</a></p><svg width="529" height="817"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="128" height="32" rx="10" /> <rect x="69" y="1" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">CURRENT\_DATE</text> <rect x="71" y="47" width="150" height="32" rx="10" /> <rect x="69" y="45" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="65">CURRENT\_SCHEMA</text> <rect x="71" y="91" width="128" height="32" rx="10" /> <rect x="69" y="89" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="109">CURRENT\_USER</text> <rect x="71" y="135" width="128" height="32" rx="10" /> <rect x="69" y="133" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="153">SESSION\_USER</text> <rect x="261" y="3" width="26" height="32" rx="10" /> <rect x="259" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="269" y="21">(</text> <rect x="71" y="179" width="80" height="32" rx="10" /> <rect x="69" y="177" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="197">EXTRACT</text> <rect x="71" y="223" width="164" height="32" rx="10" /> <rect x="69" y="221" width="164" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="241">EXTRACT\_DURATION</text> <rect x="275" y="179" width="26" height="32" rx="10" /> <rect x="273" y="177" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="283" y="197">(</text><a href="#extract_list" title="extract_list"> <rect x="321" y="179" width="90" height="32" /> <rect x="319" y="177" width="90" height="32" className="nonterminal" /> <text className="nonterminal" x="329" y="197">extract\_list</text></a><rect x="51" y="267" width="84" height="32" rx="10" /> <rect x="49" y="265" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">OVERLAY</text> <rect x="155" y="267" width="26" height="32" rx="10" /> <rect x="153" y="265" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="285">(</text><a href="#overlay_list" title="overlay_list"> <rect x="201" y="267" width="92" height="32" /> <rect x="199" y="265" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="285">overlay\_list</text></a><rect x="51" y="311" width="90" height="32" rx="10" /> <rect x="49" y="309" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">POSITION</text> <rect x="161" y="311" width="26" height="32" rx="10" /> <rect x="159" y="309" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="329">(</text><a href="#position_list" title="position_list"> <rect x="207" y="311" width="96" height="32" /> <rect x="205" y="309" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="215" y="329">position\_list</text></a><rect x="51" y="355" width="100" height="32" rx="10" /> <rect x="49" y="353" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">SUBSTRING</text> <rect x="171" y="355" width="26" height="32" rx="10" /> <rect x="169" y="353" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="179" y="373">(</text><a href="#substr_list" title="substr_list"> <rect x="217" y="355" width="86" height="32" /> <rect x="215" y="353" width="86" height="32" className="nonterminal" /> <text className="nonterminal" x="225" y="373">substr\_list</text></a><rect x="71" y="399" width="90" height="32" rx="10" /> <rect x="69" y="397" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="417">GREATEST</text> <rect x="71" y="443" width="62" height="32" rx="10" /> <rect x="69" y="441" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="461">LEAST</text> <rect x="201" y="399" width="26" height="32" rx="10" /> <rect x="199" y="397" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="417">(</text><a href="#expr_list" title="expr_list"> <rect x="247" y="399" width="74" height="32" /> <rect x="245" y="397" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="417">expr\_list</text></a><rect x="71" y="487" width="174" height="32" rx="10" /> <rect x="69" y="485" width="174" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="505">CURRENT\_TIMESTAMP</text> <rect x="71" y="531" width="126" height="32" rx="10" /> <rect x="69" y="529" width="126" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="549">CURRENT\_TIME</text> <rect x="71" y="575" width="146" height="32" rx="10" /> <rect x="69" y="573" width="146" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="593">LOCALTIMESTAMP</text> <rect x="71" y="619" width="100" height="32" rx="10" /> <rect x="69" y="617" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="637">LOCALTIME</text> <rect x="285" y="487" width="26" height="32" rx="10" /> <rect x="283" y="485" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="505">(</text><a href="#a_expr" title="a_expr"> <rect x="351" y="519" width="64" height="32" /> <rect x="349" y="517" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="359" y="537">a\_expr</text></a><rect x="51" y="663" width="56" height="32" rx="10" /> <rect x="49" y="661" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">TRIM</text> <rect x="127" y="663" width="26" height="32" rx="10" /> <rect x="125" y="661" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="681">(</text> <rect x="193" y="695" width="58" height="32" rx="10" /> <rect x="191" y="693" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="713">BOTH</text> <rect x="193" y="739" width="82" height="32" rx="10" /> <rect x="191" y="737" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="757">LEADING</text> <rect x="193" y="783" width="88" height="32" rx="10" /> <rect x="191" y="781" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="801">TRAILING</text><a href="#trim_list" title="trim_list"> <rect x="321" y="663" width="72" height="32" /> <rect x="319" y="661" width="72" height="32" className="nonterminal" /> <text className="nonterminal" x="329" y="681">trim\_list</text></a><rect x="475" y="3" width="26" height="32" rx="10" /> <rect x="473" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="483" y="21">)</text> <path className="line" d="m17 17 h2 m40 0 h10 m128 0 h10 m0 0 h22 m-190 0 h20 m170 0 h20 m-210 0 q10 0 10 10 m190 0 q0 -10 10 -10 m-200 10 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m150 0 h10 m-180 -10 v20 m190 0 v-20 m-190 20 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m128 0 h10 m0 0 h22 m-180 -10 v20 m190 0 v-20 m-190 20 v24 m190 0 v-24 m-190 24 q0 10 10 10 m170 0 q10 0 10 -10 m-180 10 h10 m128 0 h10 m0 0 h22 m20 -132 h10 m26 0 h10 m0 0 h148 m-424 0 h20 m404 0 h20 m-444 0 q10 0 10 10 m424 0 q0 -10 10 -10 m-434 10 v156 m424 0 v-156 m-424 156 q0 10 10 10 m404 0 q10 0 10 -10 m-394 10 h10 m80 0 h10 m0 0 h84 m-204 0 h20 m184 0 h20 m-224 0 q10 0 10 10 m204 0 q0 -10 10 -10 m-214 10 v24 m204 0 v-24 m-204 24 q0 10 10 10 m184 0 q10 0 10 -10 m-194 10 h10 m164 0 h10 m20 -44 h10 m26 0 h10 m0 0 h10 m90 0 h10 m0 0 h24 m-414 -10 v20 m424 0 v-20 m-424 20 v68 m424 0 v-68 m-424 68 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m84 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m92 0 h10 m0 0 h142 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m90 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m96 0 h10 m0 0 h132 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m100 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m86 0 h10 m0 0 h132 m-414 -10 v20 m424 0 v-20 m-424 20 v24 m424 0 v-24 m-424 24 q0 10 10 10 m404 0 q10 0 10 -10 m-394 10 h10 m90 0 h10 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m62 0 h10 m0 0 h28 m20 -44 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h114 m-414 -10 v20 m424 0 v-20 m-424 20 v68 m424 0 v-68 m-424 68 q0 10 10 10 m404 0 q10 0 10 -10 m-394 10 h10 m174 0 h10 m-214 0 h20 m194 0 h20 m-234 0 q10 0 10 10 m214 0 q0 -10 10 -10 m-224 10 v24 m214 0 v-24 m-214 24 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m126 0 h10 m0 0 h48 m-204 -10 v20 m214 0 v-20 m-214 20 v24 m214 0 v-24 m-214 24 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m146 0 h10 m0 0 h28 m-204 -10 v20 m214 0 v-20 m-214 20 v24 m214 0 v-24 m-214 24 q0 10 10 10 m194 0 q10 0 10 -10 m-204 10 h10 m100 0 h10 m0 0 h74 m20 -132 h10 m26 0 h10 m20 0 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m-394 -42 v20 m424 0 v-20 m-424 20 v156 m424 0 v-156 m-424 156 q0 10 10 10 m404 0 q10 0 10 -10 m-414 10 h10 m56 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m0 0 h98 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v12 m128 0 v-12 m-128 12 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m58 0 h10 m0 0 h30 m-118 -10 v20 m128 0 v-20 m-128 20 v24 m128 0 v-24 m-128 24 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m82 0 h10 m0 0 h6 m-118 -10 v20 m128 0 v-20 m-128 20 v24 m128 0 v-24 m-128 24 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m20 -120 h10 m72 0 h10 m0 0 h42 m20 -660 h10 m26 0 h10 m3 0 h-3" /> <polygon points="519 17 527 13 527 21" /> <polygon points="519 17 511 13 511 21" /></svg><p>referenced by: </p><ul> <li><a href="#func_expr_common_subexpr" title="func_expr_common_subexpr">func\_expr\_common\_subexpr</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_slice_bound" href="#opt_slice_bound">opt\_slice\_bound:</a></p><svg width="163" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#a_expr" title="a_expr"> <rect x="51" y="23" width="64" height="32" /> <rect x="49" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">a\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="153 5 161 1 161 9" /> <polygon points="153 5 145 1 145 9" /></svg><p>referenced by: </p><ul> <li><a href="#array_subscript" title="array_subscript">array\_subscript</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="when_clause" href="#when_clause">when\_clause:</a></p><svg width="365" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="62" height="32" rx="10" /> <rect x="29" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">WHEN</text><a href="#a_expr" title="a_expr"> <rect x="113" y="3" width="64" height="32" /> <rect x="111" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="121" y="21">a\_expr</text></a><rect x="197" y="3" width="56" height="32" rx="10" /> <rect x="195" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="205" y="21">THEN</text><a href="#a_expr" title="a_expr"> <rect x="273" y="3" width="64" height="32" /> <rect x="271" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="281" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="355 17 363 13 363 21" /> <polygon points="355 17 347 13 347 21" /></svg><p>referenced by: </p><ul> <li><a href="#when_clause_list" title="when_clause_list">when\_clause\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_class" href="#opt_class">opt\_class:</a></p><svg width="155" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#name" title="name"> <rect x="51" y="23" width="56" height="32" /> <rect x="49" y="21" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="145 5 153 1 153 9" /> <polygon points="145 5 137 1 137 9" /></svg><p>referenced by: </p><ul> <li><a href="#index_elem_options" title="index_elem_options">index\_elem\_options</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="list_partitions" href="#list_partitions">list\_partitions:</a></p><svg width="199" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#list_partition" title="list_partition"> <rect x="51" y="47" width="100" height="32" /> <rect x="49" y="45" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">list\_partition</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m100 0 h10 m-140 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m120 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-120 0 h10 m24 0 h10 m0 0 h76 m23 44 h-3" /> <polygon points="189 61 197 57 197 65" /> <polygon points="189 61 181 57 181 65" /></svg><p>referenced by: </p><ul> <li><a href="#partition_by_inner" title="partition_by_inner">partition\_by\_inner</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="range_partitions" href="#range_partitions">range\_partitions:</a></p><svg width="217" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#range_partition" title="range_partition"> <rect x="51" y="47" width="118" height="32" /> <rect x="49" y="45" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">range\_partition</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m118 0 h10 m-158 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m138 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-138 0 h10 m24 0 h10 m0 0 h94 m23 44 h-3" /> <polygon points="207 61 215 57 215 65" /> <polygon points="207 61 199 57 199 65" /></svg><p>referenced by: </p><ul> <li><a href="#partition_by_inner" title="partition_by_inner">partition\_by\_inner</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="storage_parameter_key" href="#storage_parameter_key">storage\_parameter\_key:</a></p><svg width="175" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="51" y="3" width="56" height="32" /> <rect x="49" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">name</text></a><rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">SCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m56 0 h10 m0 0 h20 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m23 -44 h-3" /> <polygon points="165 17 173 13 173 21" /> <polygon points="165 17 157 13 157 21" /></svg><p>referenced by: </p><ul> <li><a href="#storage_parameter" title="storage_parameter">storage\_parameter</a></li> <li><a href="#storage_parameter_key_list" title="storage_parameter_key_list">storage\_parameter\_key\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="index_def" href="#index_def">index\_def:</a></p><svg width="931" height="333"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="64" height="32" rx="10" /> <rect x="69" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">INDEX</text><a href="#name" title="name"> <rect x="175" y="35" width="56" height="32" /> <rect x="173" y="33" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="183" y="53">name</text></a><rect x="71" y="79" width="74" height="32" rx="10" /> <rect x="69" y="77" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="97">UNIQUE</text> <rect x="165" y="79" width="64" height="32" rx="10" /> <rect x="163" y="77" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="97">INDEX</text><a href="#opt_index_name" title="opt_index_name"> <rect x="249" y="79" width="126" height="32" /> <rect x="247" y="77" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="257" y="97">opt\_index\_name</text></a><rect x="415" y="3" width="26" height="32" rx="10" /> <rect x="413" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="423" y="21">(</text><a href="#index_params" title="index_params"> <rect x="461" y="3" width="110" height="32" /> <rect x="459" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="469" y="21">index\_params</text></a><rect x="591" y="3" width="26" height="32" rx="10" /> <rect x="589" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="599" y="21">)</text><a href="#opt_hash_sharded" title="opt_hash_sharded"> <rect x="637" y="3" width="140" height="32" /> <rect x="635" y="1" width="140" height="32" className="nonterminal" /> <text className="nonterminal" x="645" y="21">opt\_hash\_sharded</text></a><a href="#opt_storing" title="opt_storing"> <rect x="797" y="3" width="92" height="32" /> <rect x="795" y="1" width="92" height="32" className="nonterminal" /> <text className="nonterminal" x="805" y="21">opt\_storing</text></a><rect x="71" y="123" width="90" height="32" rx="10" /> <rect x="69" y="121" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="141">INVERTED</text> <rect x="71" y="167" width="74" height="32" rx="10" /> <rect x="69" y="165" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="185">VECTOR</text> <rect x="201" y="123" width="64" height="32" rx="10" /> <rect x="199" y="121" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="141">INDEX</text><a href="#name" title="name"> <rect x="305" y="155" width="56" height="32" /> <rect x="303" y="153" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="313" y="173">name</text></a><rect x="401" y="123" width="26" height="32" rx="10" /> <rect x="399" y="121" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="409" y="141">(</text><a href="#index_params" title="index_params"> <rect x="447" y="123" width="110" height="32" /> <rect x="445" y="121" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="455" y="141">index\_params</text></a><rect x="577" y="123" width="26" height="32" rx="10" /> <rect x="575" y="121" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="585" y="141">)</text><a href="#opt_partition_by_index" title="opt_partition_by_index"> <rect x="178" y="233" width="168" height="32" /> <rect x="176" y="231" width="168" height="32" className="nonterminal" /> <text className="nonterminal" x="186" y="251">opt\_partition\_by\_index</text></a><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="366" y="233" width="234" height="32" /> <rect x="364" y="231" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="374" y="251">opt\_with\_storage\_parameter\_list</text></a><a href="#opt_where_clause" title="opt_where_clause"> <rect x="620" y="233" width="136" height="32" /> <rect x="618" y="231" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="628" y="251">opt\_where\_clause</text></a><a href="#opt_index_visible" title="opt_index_visible"> <rect x="773" y="299" width="130" height="32" /> <rect x="771" y="297" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="781" y="317">opt\_index\_visible</text></a><path className="line" d="m17 17 h2 m40 0 h10 m64 0 h10 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m20 -32 h124 m-344 0 h20 m324 0 h20 m-364 0 q10 0 10 10 m344 0 q0 -10 10 -10 m-354 10 v56 m344 0 v-56 m-344 56 q0 10 10 10 m324 0 q10 0 10 -10 m-334 10 h10 m74 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m126 0 h10 m20 -76 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m140 0 h10 m0 0 h10 m92 0 h10 m-878 0 h20 m858 0 h20 m-898 0 q10 0 10 10 m878 0 q0 -10 10 -10 m-888 10 v100 m878 0 v-100 m-878 100 q0 10 10 10 m858 0 q10 0 10 -10 m-848 10 h10 m90 0 h10 m-130 0 h20 m110 0 h20 m-150 0 q10 0 10 10 m130 0 q0 -10 10 -10 m-140 10 v24 m130 0 v-24 m-130 24 q0 10 10 10 m110 0 q10 0 10 -10 m-120 10 h10 m74 0 h10 m0 0 h16 m20 -44 h10 m64 0 h10 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m20 -32 h10 m26 0 h10 m0 0 h10 m110 0 h10 m0 0 h10 m26 0 h10 m0 0 h286 m22 -120 l2 0 m2 0 l2 0 m2 0 l2 0 m-775 230 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m168 0 h10 m0 0 h10 m234 0 h10 m0 0 h10 m136 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-27 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m130 0 h10 m3 0 h-3" /> <polygon points="921 313 929 309 929 317" /> <polygon points="921 313 913 309 913 317" /></svg><p>referenced by: </p><ul> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="like_table_option_list" href="#like_table_option_list">like\_table\_option\_list:</a></p><svg width="429" height="113"> <polygon points="9 33 1 29 1 37" /> <polygon points="17 33 9 29 9 37" /> <rect x="91" y="19" width="100" height="32" rx="10" /> <rect x="89" y="17" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="37">INCLUDING</text> <rect x="91" y="63" width="100" height="32" rx="10" /> <rect x="89" y="61" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="81">EXCLUDING</text><a href="#like_table_option" title="like_table_option"> <rect x="231" y="19" width="130" height="32" /> <rect x="229" y="17" width="130" height="32" className="nonterminal" /> <text className="nonterminal" x="239" y="37">like\_table\_option</text></a><path className="line" d="m17 33 h2 m60 0 h10 m100 0 h10 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v24 m140 0 v-24 m-140 24 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m20 -44 h10 m130 0 h10 m-330 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m310 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-310 0 h10 m0 0 h300 m-350 32 h20 m350 0 h20 m-390 0 q10 0 10 10 m370 0 q0 -10 10 -10 m-380 10 v58 m370 0 v-58 m-370 58 q0 10 10 10 m350 0 q10 0 10 -10 m-360 10 h10 m0 0 h340 m23 -78 h-3" /> <polygon points="419 33 427 29 427 37" /> <polygon points="419 33 411 29 411 37" /></svg><p>referenced by: </p><ul> <li><a href="#table_elem" title="table_elem">table\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_col_qualification" href="#create_as_col_qualification">create\_as\_col\_qualification:</a></p><svg width="331" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#create_as_col_qualification_elem" title="create_as_col_qualification_elem"> <rect x="51" y="3" width="232" height="32" /> <rect x="49" y="1" width="232" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">create\_as\_col\_qualification\_elem</text></a><rect x="51" y="47" width="72" height="32" rx="10" /> <rect x="49" y="45" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">FAMILY</text><a href="#family_name" title="family_name"> <rect x="143" y="47" width="100" height="32" /> <rect x="141" y="45" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="65">family\_name</text></a><path className="line" d="m17 17 h2 m20 0 h10 m232 0 h10 m-272 0 h20 m252 0 h20 m-292 0 q10 0 10 10 m272 0 q0 -10 10 -10 m-282 10 v24 m272 0 v-24 m-272 24 q0 10 10 10 m252 0 q10 0 10 -10 m-262 10 h10 m72 0 h10 m0 0 h10 m100 0 h10 m0 0 h40 m23 -44 h-3" /> <polygon points="321 17 329 13 329 21" /> <polygon points="321 17 313 13 313 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_col_qual_list" title="create_as_col_qual_list">create\_as\_col\_qual\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_family_name" href="#opt_family_name">opt\_family\_name:</a></p><svg width="143" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#opt_name" title="opt_name"> <rect x="31" y="3" width="84" height="32" /> <rect x="29" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">opt\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="133 17 141 13 141 21" /> <polygon points="133 17 125 13 125 21" /></svg><p>referenced by: </p><ul> <li><a href="#family_def" title="family_def">family\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_constraint_elem" href="#create_as_constraint_elem">create\_as\_constraint\_elem:</a></p><svg width="713" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="84" height="32" rx="10" /> <rect x="29" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PRIMARY</text> <rect x="135" y="3" width="46" height="32" rx="10" /> <rect x="133" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">KEY</text> <rect x="201" y="3" width="26" height="32" rx="10" /> <rect x="199" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="209" y="21">(</text><a href="#create_as_params" title="create_as_params"> <rect x="247" y="3" width="138" height="32" /> <rect x="245" y="1" width="138" height="32" className="nonterminal" /> <text className="nonterminal" x="255" y="21">create\_as\_params</text></a><rect x="405" y="3" width="26" height="32" rx="10" /> <rect x="403" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="413" y="21">)</text><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="451" y="3" width="234" height="32" /> <rect x="449" y="1" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="459" y="21">opt\_with\_storage\_parameter\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m138 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m234 0 h10 m3 0 h-3" /> <polygon points="703 17 711 13 711 21" /> <polygon points="703 17 695 13 695 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_constraint_def" title="create_as_constraint_def">create\_as\_constraint\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_link_sym" href="#opt_link_sym">opt\_link\_sym:</a></p><svg width="219" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="24" height="32" rx="10" /> <rect x="49" y="21" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">,</text> <rect x="95" y="23" width="76" height="32" rx="10" /> <rect x="93" y="21" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="103" y="41">SCONST</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h130 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v12 m160 0 v-12 m-160 12 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m24 0 h10 m0 0 h10 m76 0 h10 m23 -32 h-3" /> <polygon points="209 5 217 1 217 9" /> <polygon points="209 5 201 1 201 9" /></svg><p>referenced by: </p><ul> <li><a href="#create_routine_opt_item" title="create_routine_opt_item">create\_routine\_opt\_item</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transition_is_new" href="#transition_is_new">transition\_is\_new:</a></p><svg width="151" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="52" height="32" rx="10" /> <rect x="49" y="1" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">NEW</text> <rect x="51" y="47" width="48" height="32" rx="10" /> <rect x="49" y="45" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">OLD</text> <path className="line" d="m17 17 h2 m20 0 h10 m52 0 h10 m-92 0 h20 m72 0 h20 m-112 0 q10 0 10 10 m92 0 q0 -10 10 -10 m-102 10 v24 m92 0 v-24 m-92 24 q0 10 10 10 m72 0 q10 0 10 -10 m-82 10 h10 m48 0 h10 m0 0 h4 m23 -44 h-3" /> <polygon points="141 17 149 13 149 21" /> <polygon points="141 17 133 13 133 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_transition" title="trigger_transition">trigger\_transition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="transition_is_row" href="#transition_is_row">transition\_is\_row:</a></p><svg width="161" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="54" height="32" rx="10" /> <rect x="49" y="1" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">ROW</text> <rect x="51" y="47" width="62" height="32" rx="10" /> <rect x="49" y="45" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">TABLE</text> <path className="line" d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h8 m-102 0 h20 m82 0 h20 m-122 0 q10 0 10 10 m102 0 q0 -10 10 -10 m-112 10 v24 m102 0 v-24 m-102 24 q0 10 10 10 m82 0 q10 0 10 -10 m-92 10 h10 m62 0 h10 m23 -44 h-3" /> <polygon points="151 17 159 13 159 21" /> <polygon points="151 17 143 13 143 21" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_transition" title="trigger_transition">trigger\_transition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_as" href="#opt_as">opt\_as:</a></p><svg width="137" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="38" height="32" rx="10" /> <rect x="49" y="21" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">AS</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m23 -32 h-3" /> <polygon points="127 5 135 1 135 9" /> <polygon points="127 5 119 1 119 9" /></svg><p>referenced by: </p><ul> <li><a href="#trigger_transition" title="trigger_transition">trigger\_transition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_def_list_no_types" href="#col_def_list_no_types">col\_def\_list\_no\_types:</a></p><svg width="155" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#name" title="name"> <rect x="51" y="47" width="56" height="32" /> <rect x="49" y="45" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">name</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m56 0 h10 m-96 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m76 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-76 0 h10 m24 0 h10 m0 0 h32 m23 44 h-3" /> <polygon points="145 61 153 57 153 65" /> <polygon points="145 61 137 57 137 65" /></svg><p>referenced by: </p><ul> <li><a href="#opt_col_def_list_no_types" title="opt_col_def_list_no_types">opt\_col\_def\_list\_no\_types</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="join_outer" href="#join_outer">join\_outer:</a></p><svg width="165" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="66" height="32" rx="10" /> <rect x="49" y="21" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">OUTER</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h76 m-106 0 h20 m86 0 h20 m-126 0 q10 0 10 10 m106 0 q0 -10 10 -10 m-116 10 v12 m106 0 v-12 m-106 12 q0 10 10 10 m86 0 q10 0 10 -10 m-96 10 h10 m66 0 h10 m23 -32 h-3" /> <polygon points="155 5 163 1 163 9" /> <polygon points="155 5 147 1 147 9" /></svg><p>referenced by: </p><ul> <li><a href="#join_type" title="join_type">join\_type</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="rowsfrom_item" href="#rowsfrom_item">rowsfrom\_item:</a></p><svg width="403" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#func_expr_windowless" title="func_expr_windowless"> <rect x="31" y="3" width="162" height="32" /> <rect x="29" y="1" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">func\_expr\_windowless</text></a><a href="#opt_func_alias_clause" title="opt_func_alias_clause"> <rect x="213" y="3" width="162" height="32" /> <rect x="211" y="1" width="162" height="32" className="nonterminal" /> <text className="nonterminal" x="221" y="21">opt\_func\_alias\_clause</text></a><path className="line" d="m17 17 h2 m0 0 h10 m162 0 h10 m0 0 h10 m162 0 h10 m3 0 h-3" /> <polygon points="393 17 401 13 401 21" /> <polygon points="393 17 385 13 385 21" /></svg><p>referenced by: </p><ul> <li><a href="#rowsfrom_list" title="rowsfrom_list">rowsfrom\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_def_list" href="#col_def_list">col\_def\_list:</a></p><svg width="165" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#col_def" title="col_def"> <rect x="51" y="47" width="66" height="32" /> <rect x="49" y="45" width="66" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">col\_def</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m66 0 h10 m-106 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m86 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-86 0 h10 m24 0 h10 m0 0 h42 m23 44 h-3" /> <polygon points="155 61 163 57 163 65" /> <polygon points="155 61 147 57 147 65" /></svg><p>referenced by: </p><ul> <li><a href="#func_alias_clause" title="func_alias_clause">func\_alias\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="group_by_item" href="#group_by_item">group\_by\_item:</a></p><svg width="123" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="31" y="3" width="64" height="32" /> <rect x="29" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="113 17 121 13 121 21" /> <polygon points="113 17 105 13 105 21" /></svg><p>referenced by: </p><ul> <li><a href="#group_by_list" title="group_by_list">group\_by\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="window_definition" href="#window_definition">window\_definition:</a></p><svg width="399" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#window_name" title="window_name"> <rect x="31" y="3" width="110" height="32" /> <rect x="29" y="1" width="110" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">window\_name</text></a><rect x="161" y="3" width="38" height="32" rx="10" /> <rect x="159" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="169" y="21">AS</text><a href="#window_specification" title="window_specification"> <rect x="219" y="3" width="152" height="32" /> <rect x="217" y="1" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="227" y="21">window\_specification</text></a><path className="line" d="m17 17 h2 m0 0 h10 m110 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m152 0 h10 m3 0 h-3" /> <polygon points="389 17 397 13 397 21" /> <polygon points="389 17 381 13 381 21" /></svg><p>referenced by: </p><ul> <li><a href="#window_definition_list" title="window_definition_list">window\_definition\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="routine_param_class" href="#routine_param_class">routine\_param\_class:</a></p><svg width="243" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="36" height="32" rx="10" /> <rect x="49" y="1" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">IN</text> <rect x="127" y="35" width="48" height="32" rx="10" /> <rect x="125" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="135" y="53">OUT</text> <rect x="51" y="79" width="48" height="32" rx="10" /> <rect x="49" y="77" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">OUT</text> <rect x="51" y="123" width="66" height="32" rx="10" /> <rect x="49" y="121" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">INOUT</text> <path className="line" d="m17 17 h2 m20 0 h10 m36 0 h10 m20 0 h10 m0 0 h58 m-88 0 h20 m68 0 h20 m-108 0 q10 0 10 10 m88 0 q0 -10 10 -10 m-98 10 v12 m88 0 v-12 m-88 12 q0 10 10 10 m68 0 q10 0 10 -10 m-78 10 h10 m48 0 h10 m-164 -32 h20 m164 0 h20 m-204 0 q10 0 10 10 m184 0 q0 -10 10 -10 m-194 10 v56 m184 0 v-56 m-184 56 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m48 0 h10 m0 0 h96 m-174 -10 v20 m184 0 v-20 m-184 20 v24 m184 0 v-24 m-184 24 q0 10 10 10 m164 0 q10 0 10 -10 m-174 10 h10 m66 0 h10 m0 0 h78 m23 -120 h-3" /> <polygon points="233 17 241 13 241 21" /> <polygon points="233 17 225 13 225 21" /></svg><p>referenced by: </p><ul> <li><a href="#routine_param" title="routine_param">routine\_param</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_float" href="#opt_float">opt\_float:</a></p><svg width="265" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text> <rect x="97" y="23" width="74" height="32" rx="10" /> <rect x="95" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="105" y="41">ICONST</text> <rect x="191" y="23" width="26" height="32" rx="10" /> <rect x="189" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="255 5 263 1 263 9" /> <polygon points="255 5 247 1 247 9" /></svg><p>referenced by: </p><ul> <li><a href="#numeric" title="numeric">numeric</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_numeric_modifiers" href="#opt_numeric_modifiers">opt\_numeric\_modifiers:</a></p><svg width="443" height="89"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text> <rect x="97" y="23" width="74" height="32" rx="10" /> <rect x="95" y="21" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="105" y="41">ICONST</text> <rect x="211" y="55" width="24" height="32" rx="10" /> <rect x="209" y="53" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="219" y="73">,</text> <rect x="255" y="55" width="74" height="32" rx="10" /> <rect x="253" y="53" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="263" y="73">ICONST</text> <rect x="369" y="23" width="26" height="32" rx="10" /> <rect x="367" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="377" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h354 m-384 0 h20 m364 0 h20 m-404 0 q10 0 10 10 m384 0 q0 -10 10 -10 m-394 10 v12 m384 0 v-12 m-384 12 q0 10 10 10 m364 0 q10 0 10 -10 m-374 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m20 0 h10 m0 0 h128 m-158 0 h20 m138 0 h20 m-178 0 q10 0 10 10 m158 0 q0 -10 10 -10 m-168 10 v12 m158 0 v-12 m-158 12 q0 10 10 10 m138 0 q10 0 10 -10 m-148 10 h10 m24 0 h10 m0 0 h10 m74 0 h10 m20 -32 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="433 5 441 1 441 9" /> <polygon points="433 5 425 1 425 9" /></svg><p>referenced by: </p><ul> <li><a href="#numeric" title="numeric">numeric</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_varying" href="#opt_varying">opt\_varying:</a></p><svg width="181" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="82" height="32" rx="10" /> <rect x="49" y="21" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">VARYING</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m23 -32 h-3" /> <polygon points="171 5 179 1 179 9" /> <polygon points="171 5 163 1 163 9" /></svg><p>referenced by: </p><ul> <li><a href="#bit_with_length" title="bit_with_length">bit\_with\_length</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="character_base" href="#character_base">character\_base:</a></p><svg width="341" height="157"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#char_aliases" title="char_aliases"> <rect x="51" y="3" width="100" height="32" /> <rect x="49" y="1" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">char\_aliases</text></a><rect x="191" y="35" width="82" height="32" rx="10" /> <rect x="189" y="33" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="199" y="53">VARYING</text> <rect x="51" y="79" width="86" height="32" rx="10" /> <rect x="49" y="77" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">VARCHAR</text> <rect x="51" y="123" width="72" height="32" rx="10" /> <rect x="49" y="121" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">STRING</text> <path className="line" d="m17 17 h2 m20 0 h10 m100 0 h10 m20 0 h10 m0 0 h92 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v12 m122 0 v-12 m-122 12 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m-262 -32 h20 m262 0 h20 m-302 0 q10 0 10 10 m282 0 q0 -10 10 -10 m-292 10 v56 m282 0 v-56 m-282 56 q0 10 10 10 m262 0 q10 0 10 -10 m-272 10 h10 m86 0 h10 m0 0 h156 m-272 -10 v20 m282 0 v-20 m-282 20 v24 m282 0 v-24 m-282 24 q0 10 10 10 m262 0 q10 0 10 -10 m-272 10 h10 m72 0 h10 m0 0 h170 m23 -120 h-3" /> <polygon points="331 17 339 13 339 21" /> <polygon points="331 17 323 13 323 21" /></svg><p>referenced by: </p><ul> <li><a href="#character_with_length" title="character_with_length">character\_with\_length</a></li> <li><a href="#character_without_length" title="character_without_length">character\_without\_length</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_timezone" href="#opt_timezone">opt\_timezone:</a></p><svg width="379" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="23" width="58" height="32" rx="10" /> <rect x="69" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="41">WITH</text> <rect x="71" y="67" width="88" height="32" rx="10" /> <rect x="69" y="65" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="85">WITHOUT</text> <rect x="199" y="23" width="54" height="32" rx="10" /> <rect x="197" y="21" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="207" y="41">TIME</text> <rect x="273" y="23" width="58" height="32" rx="10" /> <rect x="271" y="21" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="281" y="41">ZONE</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h290 m-320 0 h20 m300 0 h20 m-340 0 q10 0 10 10 m320 0 q0 -10 10 -10 m-330 10 v12 m320 0 v-12 m-320 12 q0 10 10 10 m300 0 q10 0 10 -10 m-290 10 h10 m58 0 h10 m0 0 h30 m-128 0 h20 m108 0 h20 m-148 0 q10 0 10 10 m128 0 q0 -10 10 -10 m-138 10 v24 m128 0 v-24 m-128 24 q0 10 10 10 m108 0 q10 0 10 -10 m-118 10 h10 m88 0 h10 m20 -44 h10 m54 0 h10 m0 0 h10 m58 0 h10 m23 -32 h-3" /> <polygon points="369 5 377 1 377 9" /> <polygon points="369 5 361 1 361 9" /></svg><p>referenced by: </p><ul> <li><a href="#const_datetime" title="const_datetime">const\_datetime</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="geo_shape_type" href="#geo_shape_type">geo\_shape\_type:</a></p><svg width="303" height="1401"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="64" height="32" rx="10" /> <rect x="49" y="1" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">POINT</text> <rect x="51" y="47" width="76" height="32" rx="10" /> <rect x="49" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">POINTM</text> <rect x="51" y="91" width="72" height="32" rx="10" /> <rect x="49" y="89" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">POINTZ</text> <rect x="51" y="135" width="84" height="32" rx="10" /> <rect x="49" y="133" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">POINTZM</text> <rect x="51" y="179" width="106" height="32" rx="10" /> <rect x="49" y="177" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">LINESTRING</text> <rect x="51" y="223" width="116" height="32" rx="10" /> <rect x="49" y="221" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">LINESTRINGM</text> <rect x="51" y="267" width="114" height="32" rx="10" /> <rect x="49" y="265" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">LINESTRINGZ</text> <rect x="51" y="311" width="124" height="32" rx="10" /> <rect x="49" y="309" width="124" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">LINESTRINGZM</text> <rect x="51" y="355" width="88" height="32" rx="10" /> <rect x="49" y="353" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="373">POLYGON</text> <rect x="51" y="399" width="98" height="32" rx="10" /> <rect x="49" y="397" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="417">POLYGONM</text> <rect x="51" y="443" width="96" height="32" rx="10" /> <rect x="49" y="441" width="96" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="461">POLYGONZ</text> <rect x="51" y="487" width="106" height="32" rx="10" /> <rect x="49" y="485" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="505">POLYGONZM</text> <rect x="51" y="531" width="108" height="32" rx="10" /> <rect x="49" y="529" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="549">MULTIPOINT</text> <rect x="51" y="575" width="120" height="32" rx="10" /> <rect x="49" y="573" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="593">MULTIPOINTM</text> <rect x="51" y="619" width="116" height="32" rx="10" /> <rect x="49" y="617" width="116" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="637">MULTIPOINTZ</text> <rect x="51" y="663" width="128" height="32" rx="10" /> <rect x="49" y="661" width="128" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="681">MULTIPOINTZM</text> <rect x="51" y="707" width="150" height="32" rx="10" /> <rect x="49" y="705" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="725">MULTILINESTRING</text> <rect x="51" y="751" width="160" height="32" rx="10" /> <rect x="49" y="749" width="160" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="769">MULTILINESTRINGM</text> <rect x="51" y="795" width="158" height="32" rx="10" /> <rect x="49" y="793" width="158" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="813">MULTILINESTRINGZ</text> <rect x="51" y="839" width="168" height="32" rx="10" /> <rect x="49" y="837" width="168" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="857">MULTILINESTRINGZM</text> <rect x="51" y="883" width="130" height="32" rx="10" /> <rect x="49" y="881" width="130" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="901">MULTIPOLYGON</text> <rect x="51" y="927" width="142" height="32" rx="10" /> <rect x="49" y="925" width="142" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="945">MULTIPOLYGONM</text> <rect x="51" y="971" width="140" height="32" rx="10" /> <rect x="49" y="969" width="140" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="989">MULTIPOLYGONZ</text> <rect x="51" y="1015" width="150" height="32" rx="10" /> <rect x="49" y="1013" width="150" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1033">MULTIPOLYGONZM</text> <rect x="51" y="1059" width="184" height="32" rx="10" /> <rect x="49" y="1057" width="184" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1077">GEOMETRYCOLLECTION</text> <rect x="51" y="1103" width="194" height="32" rx="10" /> <rect x="49" y="1101" width="194" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1121">GEOMETRYCOLLECTIONM</text> <rect x="51" y="1147" width="192" height="32" rx="10" /> <rect x="49" y="1145" width="192" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1165">GEOMETRYCOLLECTIONZ</text> <rect x="51" y="1191" width="204" height="32" rx="10" /> <rect x="49" y="1189" width="204" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1209">GEOMETRYCOLLECTIONZM</text> <rect x="51" y="1235" width="94" height="32" rx="10" /> <rect x="49" y="1233" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1253">GEOMETRY</text> <rect x="51" y="1279" width="106" height="32" rx="10" /> <rect x="49" y="1277" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1297">GEOMETRYM</text> <rect x="51" y="1323" width="102" height="32" rx="10" /> <rect x="49" y="1321" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1341">GEOMETRYZ</text> <rect x="51" y="1367" width="114" height="32" rx="10" /> <rect x="49" y="1365" width="114" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="1385">GEOMETRYZM</text> <path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h140 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m76 0 h10 m0 0 h128 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m72 0 h10 m0 0 h132 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m84 0 h10 m0 0 h120 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m106 0 h10 m0 0 h98 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m116 0 h10 m0 0 h88 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m114 0 h10 m0 0 h90 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m124 0 h10 m0 0 h80 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m88 0 h10 m0 0 h116 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m98 0 h10 m0 0 h106 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m96 0 h10 m0 0 h108 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m106 0 h10 m0 0 h98 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m108 0 h10 m0 0 h96 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m120 0 h10 m0 0 h84 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m116 0 h10 m0 0 h88 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m128 0 h10 m0 0 h76 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m150 0 h10 m0 0 h54 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m160 0 h10 m0 0 h44 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m158 0 h10 m0 0 h46 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m168 0 h10 m0 0 h36 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m130 0 h10 m0 0 h74 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m142 0 h10 m0 0 h62 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m140 0 h10 m0 0 h64 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m150 0 h10 m0 0 h54 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m184 0 h10 m0 0 h20 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m194 0 h10 m0 0 h10 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m192 0 h10 m0 0 h12 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m204 0 h10 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m94 0 h10 m0 0 h110 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m106 0 h10 m0 0 h98 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m102 0 h10 m0 0 h102 m-234 -10 v20 m244 0 v-20 m-244 20 v24 m244 0 v-24 m-244 24 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m114 0 h10 m0 0 h90 m23 -1364 h-3" /> <polygon points="293 17 301 13 301 21" /> <polygon points="293 17 285 13 285 21" /></svg><p>referenced by: </p><ul> <li><a href="#const_geo" title="const_geo">const\_geo</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="interval_second" href="#interval_second">interval\_second:</a></p><svg width="361" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="76" height="32" rx="10" /> <rect x="29" y="1" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">SECOND</text> <rect x="147" y="35" width="26" height="32" rx="10" /> <rect x="145" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="155" y="53">(</text> <rect x="193" y="35" width="74" height="32" rx="10" /> <rect x="191" y="33" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="53">ICONST</text> <rect x="287" y="35" width="26" height="32" rx="10" /> <rect x="285" y="33" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="295" y="53">)</text> <path className="line" d="m17 17 h2 m0 0 h10 m76 0 h10 m20 0 h10 m0 0 h176 m-206 0 h20 m186 0 h20 m-226 0 q10 0 10 10 m206 0 q0 -10 10 -10 m-216 10 v12 m206 0 v-12 m-206 12 q0 10 10 10 m186 0 q10 0 10 -10 m-196 10 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="351 17 359 13 359 21" /> <polygon points="351 17 343 13 343 21" /></svg><p>referenced by: </p><ul> <li><a href="#interval_qualifier" title="interval_qualifier">interval\_qualifier</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_qual_list" href="#col_qual_list">col\_qual\_list:</a></p><svg width="221" height="57"> <polygon points="9 51 1 47 1 55" /> <polygon points="17 51 9 47 9 55" /><a href="#col_qualification" title="col_qualification"> <rect x="51" y="3" width="122" height="32" /> <rect x="49" y="1" width="122" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">col\_qualification</text></a><path className="line" d="m17 51 h2 m20 0 h10 m0 0 h132 m-162 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -14 q0 -10 10 -10 m142 34 l20 0 m-20 0 q10 0 10 -10 l0 -14 q0 -10 -10 -10 m-142 0 h10 m122 0 h10 m23 34 h-3" /> <polygon points="211 51 219 47 219 55" /> <polygon points="211 51 203 47 203 55" /></svg><p>referenced by: </p><ul> <li><a href="#column_table_def" title="column_table_def">column\_table\_def</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="identity_option_elem" href="#identity_option_elem">identity\_option\_elem:</a></p><svg width="701" height="593"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="44" height="32" rx="10" /> <rect x="49" y="1" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">SET</text> <rect x="135" y="3" width="40" height="32" rx="10" /> <rect x="133" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">NO</text> <rect x="215" y="3" width="62" height="32" rx="10" /> <rect x="213" y="1" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="21">CYCLE</text> <rect x="215" y="47" width="92" height="32" rx="10" /> <rect x="213" y="45" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="65">MINVALUE</text> <rect x="215" y="91" width="94" height="32" rx="10" /> <rect x="213" y="89" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="223" y="109">MAXVALUE</text> <rect x="175" y="167" width="46" height="32" rx="10" /> <rect x="173" y="165" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="185">PER</text> <rect x="261" y="167" width="58" height="32" rx="10" /> <rect x="259" y="165" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="269" y="185">NODE</text> <rect x="261" y="211" width="82" height="32" rx="10" /> <rect x="259" y="209" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="269" y="229">SESSION</text> <rect x="403" y="135" width="66" height="32" rx="10" /> <rect x="401" y="133" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="411" y="153">CACHE</text> <rect x="155" y="255" width="92" height="32" rx="10" /> <rect x="153" y="253" width="92" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="273">MINVALUE</text> <rect x="155" y="299" width="94" height="32" rx="10" /> <rect x="153" y="297" width="94" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="317">MAXVALUE</text> <rect x="155" y="343" width="100" height="32" rx="10" /> <rect x="153" y="341" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="361">INCREMENT</text> <rect x="295" y="375" width="38" height="32" rx="10" /> <rect x="293" y="373" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="393">BY</text> <rect x="155" y="419" width="64" height="32" rx="10" /> <rect x="153" y="417" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="437">START</text> <rect x="259" y="451" width="58" height="32" rx="10" /> <rect x="257" y="449" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="267" y="469">WITH</text><a href="#signed_iconst64" title="signed_iconst64"> <rect x="509" y="135" width="124" height="32" /> <rect x="507" y="133" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="517" y="153">signed\_iconst64</text></a><rect x="51" y="495" width="82" height="32" rx="10" /> <rect x="49" y="493" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="513">RESTART</text> <rect x="193" y="559" width="58" height="32" rx="10" /> <rect x="191" y="557" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="201" y="577">WITH</text><a href="#signed_iconst64" title="signed_iconst64"> <rect x="291" y="527" width="124" height="32" /> <rect x="289" y="525" width="124" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="545">signed\_iconst64</text></a><path className="line" d="m17 17 h2 m20 0 h10 m44 0 h10 m20 0 h10 m40 0 h10 m20 0 h10 m62 0 h10 m0 0 h32 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m92 0 h10 m0 0 h2 m-124 -10 v20 m134 0 v-20 m-134 20 v24 m134 0 v-24 m-134 24 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m94 0 h10 m20 -88 h304 m-538 0 h20 m518 0 h20 m-558 0 q10 0 10 10 m538 0 q0 -10 10 -10 m-548 10 v112 m538 0 v-112 m-538 112 q0 10 10 10 m518 0 q10 0 10 -10 m-488 10 h10 m0 0 h198 m-228 0 h20 m208 0 h20 m-248 0 q10 0 10 10 m228 0 q0 -10 10 -10 m-238 10 v12 m228 0 v-12 m-228 12 q0 10 10 10 m208 0 q10 0 10 -10 m-218 10 h10 m46 0 h10 m20 0 h10 m58 0 h10 m0 0 h24 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m82 0 h10 m40 -76 h10 m66 0 h10 m-354 0 h20 m334 0 h20 m-374 0 q10 0 10 10 m354 0 q0 -10 10 -10 m-364 10 v100 m354 0 v-100 m-354 100 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m92 0 h10 m0 0 h222 m-344 -10 v20 m354 0 v-20 m-354 20 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m94 0 h10 m0 0 h220 m-344 -10 v20 m354 0 v-20 m-354 20 v24 m354 0 v-24 m-354 24 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m100 0 h10 m20 0 h10 m0 0 h48 m-78 0 h20 m58 0 h20 m-98 0 q10 0 10 10 m78 0 q0 -10 10 -10 m-88 10 v12 m78 0 v-12 m-78 12 q0 10 10 10 m58 0 q10 0 10 -10 m-68 10 h10 m38 0 h10 m20 -32 h116 m-344 -10 v20 m354 0 v-20 m-354 20 v56 m354 0 v-56 m-354 56 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m64 0 h10 m20 0 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m20 -32 h132 m20 -284 h10 m124 0 h10 m-622 -132 h20 m622 0 h20 m-662 0 q10 0 10 10 m642 0 q0 -10 10 -10 m-652 10 v472 m642 0 v-472 m-642 472 q0 10 10 10 m622 0 q10 0 10 -10 m-632 10 h10 m82 0 h10 m20 0 h10 m0 0 h252 m-282 0 h20 m262 0 h20 m-302 0 q10 0 10 10 m282 0 q0 -10 10 -10 m-292 10 v12 m282 0 v-12 m-282 12 q0 10 10 10 m262 0 q10 0 10 -10 m-252 10 h10 m0 0 h68 m-98 0 h20 m78 0 h20 m-118 0 q10 0 10 10 m98 0 q0 -10 10 -10 m-108 10 v12 m98 0 v-12 m-98 12 q0 10 10 10 m78 0 q10 0 10 -10 m-88 10 h10 m58 0 h10 m20 -32 h10 m124 0 h10 m20 -32 h218 m23 -492 h-3" /> <polygon points="691 17 699 13 699 21" /> <polygon points="691 17 683 13 683 21" /></svg><p>referenced by: </p><ul> <li><a href="#identity_option_list" title="identity_option_list">identity\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="key_match" href="#key_match">key\_match:</a></p><svg width="299" height="101"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="68" height="32" rx="10" /> <rect x="49" y="21" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">MATCH</text> <rect x="159" y="23" width="72" height="32" rx="10" /> <rect x="157" y="21" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="41">SIMPLE</text> <rect x="159" y="67" width="54" height="32" rx="10" /> <rect x="157" y="65" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="167" y="85">FULL</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h210 m-240 0 h20 m220 0 h20 m-260 0 q10 0 10 10 m240 0 q0 -10 10 -10 m-250 10 v12 m240 0 v-12 m-240 12 q0 10 10 10 m220 0 q10 0 10 -10 m-230 10 h10 m68 0 h10 m20 0 h10 m72 0 h10 m-112 0 h20 m92 0 h20 m-132 0 q10 0 10 10 m112 0 q0 -10 10 -10 m-122 10 v24 m112 0 v-24 m-112 24 q0 10 10 10 m92 0 q10 0 10 -10 m-102 10 h10 m54 0 h10 m0 0 h18 m43 -76 h-3" /> <polygon points="289 5 297 1 297 9" /> <polygon points="289 5 281 1 281 9" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reference_actions" href="#reference_actions">reference\_actions:</a></p><svg width="469" height="165"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#reference_on_update" title="reference_on_update"> <rect x="51" y="23" width="158" height="32" /> <rect x="49" y="21" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">reference\_on\_update</text></a><a href="#reference_on_delete" title="reference_on_delete"> <rect x="249" y="55" width="152" height="32" /> <rect x="247" y="53" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="257" y="73">reference\_on\_delete</text></a><a href="#reference_on_delete" title="reference_on_delete"> <rect x="51" y="99" width="152" height="32" /> <rect x="49" y="97" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="117">reference\_on\_delete</text></a><a href="#reference_on_update" title="reference_on_update"> <rect x="243" y="131" width="158" height="32" /> <rect x="241" y="129" width="158" height="32" className="nonterminal" /> <text className="nonterminal" x="251" y="149">reference\_on\_update</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h380 m-410 0 h20 m390 0 h20 m-430 0 q10 0 10 10 m410 0 q0 -10 10 -10 m-420 10 v12 m410 0 v-12 m-410 12 q0 10 10 10 m390 0 q10 0 10 -10 m-400 10 h10 m158 0 h10 m20 0 h10 m0 0 h162 m-192 0 h20 m172 0 h20 m-212 0 q10 0 10 10 m192 0 q0 -10 10 -10 m-202 10 v12 m192 0 v-12 m-192 12 q0 10 10 10 m172 0 q10 0 10 -10 m-182 10 h10 m152 0 h10 m-380 -42 v20 m410 0 v-20 m-410 20 v56 m410 0 v-56 m-410 56 q0 10 10 10 m390 0 q10 0 10 -10 m-400 10 h10 m152 0 h10 m20 0 h10 m0 0 h168 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v12 m198 0 v-12 m-198 12 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m158 0 h10 m43 -140 h-3" /> <polygon points="459 5 467 1 467 9" /> <polygon points="459 5 451 1 451 9" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> <li><a href="#constraint_elem" title="constraint_elem">constraint\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_existing_window_name" href="#opt_existing_window_name">opt\_existing\_window\_name:</a></p><svg width="155" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#name" title="name"> <rect x="51" y="23" width="56" height="32" /> <rect x="49" y="21" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">name</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h66 m-96 0 h20 m76 0 h20 m-116 0 q10 0 10 10 m96 0 q0 -10 10 -10 m-106 10 v12 m96 0 v-12 m-96 12 q0 10 10 10 m76 0 q10 0 10 -10 m-86 10 h10 m56 0 h10 m23 -32 h-3" /> <polygon points="145 5 153 1 153 9" /> <polygon points="145 5 137 1 137 9" /></svg><p>referenced by: </p><ul> <li><a href="#window_specification" title="window_specification">window\_specification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_partition_clause" href="#opt_partition_clause">opt\_partition\_clause:</a></p><svg width="349" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="98" height="32" rx="10" /> <rect x="49" y="21" width="98" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">PARTITION</text> <rect x="169" y="23" width="38" height="32" rx="10" /> <rect x="167" y="21" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="177" y="41">BY</text><a href="#expr_list" title="expr_list"> <rect x="227" y="23" width="74" height="32" /> <rect x="225" y="21" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="235" y="41">expr\_list</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h260 m-290 0 h20 m270 0 h20 m-310 0 q10 0 10 10 m290 0 q0 -10 10 -10 m-300 10 v12 m290 0 v-12 m-290 12 q0 10 10 10 m270 0 q10 0 10 -10 m-280 10 h10 m98 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m74 0 h10 m23 -32 h-3" /> <polygon points="339 5 347 1 347 9" /> <polygon points="339 5 331 1 331 9" /></svg><p>referenced by: </p><ul> <li><a href="#window_specification" title="window_specification">window\_specification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_frame_clause" href="#opt_frame_clause">opt\_frame\_clause:</a></p><svg width="515" height="145"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="71" y="23" width="66" height="32" rx="10" /> <rect x="69" y="21" width="66" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="41">RANGE</text> <rect x="71" y="67" width="62" height="32" rx="10" /> <rect x="69" y="65" width="62" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="85">ROWS</text> <rect x="71" y="111" width="78" height="32" rx="10" /> <rect x="69" y="109" width="78" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="129">GROUPS</text><a href="#frame_extent" title="frame_extent"> <rect x="189" y="23" width="106" height="32" /> <rect x="187" y="21" width="106" height="32" className="nonterminal" /> <text className="nonterminal" x="197" y="41">frame\_extent</text></a><a href="#opt_frame_exclusion" title="opt_frame_exclusion"> <rect x="315" y="23" width="152" height="32" /> <rect x="313" y="21" width="152" height="32" className="nonterminal" /> <text className="nonterminal" x="323" y="41">opt\_frame\_exclusion</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h426 m-456 0 h20 m436 0 h20 m-476 0 q10 0 10 10 m456 0 q0 -10 10 -10 m-466 10 v12 m456 0 v-12 m-456 12 q0 10 10 10 m436 0 q10 0 10 -10 m-426 10 h10 m66 0 h10 m0 0 h12 m-118 0 h20 m98 0 h20 m-138 0 q10 0 10 10 m118 0 q0 -10 10 -10 m-128 10 v24 m118 0 v-24 m-118 24 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m62 0 h10 m0 0 h16 m-108 -10 v20 m118 0 v-20 m-118 20 v24 m118 0 v-24 m-118 24 q0 10 10 10 m98 0 q10 0 10 -10 m-108 10 h10 m78 0 h10 m20 -88 h10 m106 0 h10 m0 0 h10 m152 0 h10 m23 -32 h-3" /> <polygon points="505 5 513 1 513 9" /> <polygon points="505 5 497 1 497 9" /></svg><p>referenced by: </p><ul> <li><a href="#window_specification" title="window_specification">window\_specification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="extract_list" href="#extract_list">extract\_list:</a></p><svg width="357" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#extract_arg" title="extract_arg"> <rect x="51" y="3" width="94" height="32" /> <rect x="49" y="1" width="94" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">extract\_arg</text></a><rect x="165" y="3" width="60" height="32" rx="10" /> <rect x="163" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="173" y="21">FROM</text><a href="#a_expr" title="a_expr"> <rect x="245" y="3" width="64" height="32" /> <rect x="243" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="21">a\_expr</text></a><a href="#expr_list" title="expr_list"> <rect x="51" y="47" width="74" height="32" /> <rect x="49" y="45" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">expr\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m94 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m-298 0 h20 m278 0 h20 m-318 0 q10 0 10 10 m298 0 q0 -10 10 -10 m-308 10 v24 m298 0 v-24 m-298 24 q0 10 10 10 m278 0 q10 0 10 -10 m-288 10 h10 m74 0 h10 m0 0 h184 m23 -44 h-3" /> <polygon points="347 17 355 13 355 21" /> <polygon points="347 17 339 13 339 21" /></svg><p>referenced by: </p><ul> <li><a href="#special_function" title="special_function">special\_function</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="overlay_list" href="#overlay_list">overlay\_list:</a></p><svg width="561" height="113"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">a\_expr</text></a><a href="#overlay_placing" title="overlay_placing"> <rect x="135" y="3" width="118" height="32" /> <rect x="133" y="1" width="118" height="32" className="nonterminal" /> <text className="nonterminal" x="143" y="21">overlay\_placing</text></a><a href="#substr_from" title="substr_from"> <rect x="273" y="3" width="96" height="32" /> <rect x="271" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="281" y="21">substr\_from</text></a><a href="#substr_for" title="substr_for"> <rect x="409" y="35" width="84" height="32" /> <rect x="407" y="33" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="417" y="53">substr\_for</text></a><a href="#expr_list" title="expr_list"> <rect x="51" y="79" width="74" height="32" /> <rect x="49" y="77" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="97">expr\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m0 0 h10 m118 0 h10 m0 0 h10 m96 0 h10 m20 0 h10 m0 0 h94 m-124 0 h20 m104 0 h20 m-144 0 q10 0 10 10 m124 0 q0 -10 10 -10 m-134 10 v12 m124 0 v-12 m-124 12 q0 10 10 10 m104 0 q10 0 10 -10 m-114 10 h10 m84 0 h10 m-482 -32 h20 m482 0 h20 m-522 0 q10 0 10 10 m502 0 q0 -10 10 -10 m-512 10 v56 m502 0 v-56 m-502 56 q0 10 10 10 m482 0 q10 0 10 -10 m-492 10 h10 m74 0 h10 m0 0 h388 m23 -76 h-3" /> <polygon points="551 17 559 13 559 21" /> <polygon points="551 17 543 13 543 21" /></svg><p>referenced by: </p><ul> <li><a href="#special_function" title="special_function">special\_function</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="position_list" href="#position_list">position\_list:</a></p><svg width="303" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#b_expr" title="b_expr"> <rect x="51" y="23" width="64" height="32" /> <rect x="49" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">b\_expr</text></a><rect x="135" y="23" width="36" height="32" rx="10" /> <rect x="133" y="21" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="41">IN</text><a href="#b_expr" title="b_expr"> <rect x="191" y="23" width="64" height="32" /> <rect x="189" y="21" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="199" y="41">b\_expr</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h214 m-244 0 h20 m224 0 h20 m-264 0 q10 0 10 10 m244 0 q0 -10 10 -10 m-254 10 v12 m244 0 v-12 m-244 12 q0 10 10 10 m224 0 q10 0 10 -10 m-234 10 h10 m64 0 h10 m0 0 h10 m36 0 h10 m0 0 h10 m64 0 h10 m23 -32 h-3" /> <polygon points="293 5 301 1 301 9" /> <polygon points="293 5 285 1 285 9" /></svg><p>referenced by: </p><ul> <li><a href="#special_function" title="special_function">special\_function</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="substr_list" href="#substr_list">substr\_list:</a></p><svg width="463" height="189"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="51" y="3" width="64" height="32" /> <rect x="49" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="21">a\_expr</text></a><a href="#substr_from" title="substr_from"> <rect x="155" y="3" width="96" height="32" /> <rect x="153" y="1" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="21">substr\_from</text></a><a href="#substr_for" title="substr_for"> <rect x="291" y="35" width="84" height="32" /> <rect x="289" y="33" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="299" y="53">substr\_for</text></a><a href="#substr_for" title="substr_for"> <rect x="155" y="79" width="84" height="32" /> <rect x="153" y="77" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="163" y="97">substr\_for</text></a><a href="#substr_from" title="substr_from"> <rect x="279" y="111" width="96" height="32" /> <rect x="277" y="109" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="287" y="129">substr\_from</text></a><a href="#opt_expr_list" title="opt_expr_list"> <rect x="51" y="155" width="104" height="32" /> <rect x="49" y="153" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="173">opt\_expr\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m64 0 h10 m20 0 h10 m96 0 h10 m20 0 h10 m0 0 h94 m-124 0 h20 m104 0 h20 m-144 0 q10 0 10 10 m124 0 q0 -10 10 -10 m-134 10 v12 m124 0 v-12 m-124 12 q0 10 10 10 m104 0 q10 0 10 -10 m-114 10 h10 m84 0 h10 m-260 -32 h20 m260 0 h20 m-300 0 q10 0 10 10 m280 0 q0 -10 10 -10 m-290 10 v56 m280 0 v-56 m-280 56 q0 10 10 10 m260 0 q10 0 10 -10 m-270 10 h10 m84 0 h10 m20 0 h10 m0 0 h106 m-136 0 h20 m116 0 h20 m-156 0 q10 0 10 10 m136 0 q0 -10 10 -10 m-146 10 v12 m136 0 v-12 m-136 12 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m96 0 h10 m-364 -108 h20 m384 0 h20 m-424 0 q10 0 10 10 m404 0 q0 -10 10 -10 m-414 10 v132 m404 0 v-132 m-404 132 q0 10 10 10 m384 0 q10 0 10 -10 m-394 10 h10 m104 0 h10 m0 0 h260 m23 -152 h-3" /> <polygon points="453 17 461 13 461 21" /> <polygon points="453 17 445 13 445 21" /></svg><p>referenced by: </p><ul> <li><a href="#special_function" title="special_function">special\_function</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="trim_list" href="#trim_list">trim\_list:</a></p><svg width="377" height="101"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#a_expr" title="a_expr"> <rect x="71" y="67" width="64" height="32" /> <rect x="69" y="65" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="85">a\_expr</text></a><rect x="175" y="35" width="60" height="32" rx="10" /> <rect x="173" y="33" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="183" y="53">FROM</text><a href="#expr_list" title="expr_list"> <rect x="275" y="3" width="74" height="32" /> <rect x="273" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="21">expr\_list</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h194 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v12 m224 0 v-12 m-224 12 q0 10 10 10 m204 0 q10 0 10 -10 m-194 10 h10 m0 0 h74 m-104 0 h20 m84 0 h20 m-124 0 q10 0 10 10 m104 0 q0 -10 10 -10 m-114 10 v12 m104 0 v-12 m-104 12 q0 10 10 10 m84 0 q10 0 10 -10 m-94 10 h10 m64 0 h10 m20 -32 h10 m60 0 h10 m20 -32 h10 m74 0 h10 m3 0 h-3" /> <polygon points="367 17 375 13 375 21" /> <polygon points="367 17 359 13 359 21" /></svg><p>referenced by: </p><ul> <li><a href="#special_function" title="special_function">special\_function</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="list_partition" href="#list_partition">list\_partition:</a></p><svg width="613" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#partition" title="partition"> <rect x="31" y="3" width="74" height="32" /> <rect x="29" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">partition</text></a><rect x="125" y="3" width="72" height="32" rx="10" /> <rect x="123" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">VALUES</text> <rect x="217" y="3" width="36" height="32" rx="10" /> <rect x="215" y="1" width="36" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="21">IN</text> <rect x="273" y="3" width="26" height="32" rx="10" /> <rect x="271" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="281" y="21">(</text><a href="#expr_list" title="expr_list"> <rect x="319" y="3" width="74" height="32" /> <rect x="317" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="327" y="21">expr\_list</text></a><rect x="413" y="3" width="26" height="32" rx="10" /> <rect x="411" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="421" y="21">)</text><a href="#opt_partition_by" title="opt_partition_by"> <rect x="459" y="3" width="126" height="32" /> <rect x="457" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="467" y="21">opt\_partition\_by</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m36 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="603 17 611 13 611 21" /> <polygon points="603 17 595 13 595 21" /></svg><p>referenced by: </p><ul> <li><a href="#list_partitions" title="list_partitions">list\_partitions</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="range_partition" href="#range_partition">range\_partition:</a></p><svg width="729" height="103"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#partition" title="partition"> <rect x="31" y="3" width="74" height="32" /> <rect x="29" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">partition</text></a><rect x="125" y="3" width="72" height="32" rx="10" /> <rect x="123" y="1" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="133" y="21">VALUES</text> <rect x="217" y="3" width="60" height="32" rx="10" /> <rect x="215" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="21">FROM</text> <rect x="297" y="3" width="26" height="32" rx="10" /> <rect x="295" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="305" y="21">(</text><a href="#expr_list" title="expr_list"> <rect x="343" y="3" width="74" height="32" /> <rect x="341" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="351" y="21">expr\_list</text></a><rect x="437" y="3" width="26" height="32" rx="10" /> <rect x="435" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="445" y="21">)</text> <rect x="483" y="3" width="38" height="32" rx="10" /> <rect x="481" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="491" y="21">TO</text> <rect x="541" y="3" width="26" height="32" rx="10" /> <rect x="539" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="549" y="21">(</text><a href="#expr_list" title="expr_list"> <rect x="587" y="3" width="74" height="32" /> <rect x="585" y="1" width="74" height="32" className="nonterminal" /> <text className="nonterminal" x="595" y="21">expr\_list</text></a><rect x="681" y="3" width="26" height="32" rx="10" /> <rect x="679" y="1" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="689" y="21">)</text><a href="#opt_partition_by" title="opt_partition_by"> <rect x="575" y="69" width="126" height="32" /> <rect x="573" y="67" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="583" y="87">opt\_partition\_by</text></a><path className="line" d="m17 17 h2 m0 0 h10 m74 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m60 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m38 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m26 0 h10 m2 0 l2 0 m2 0 l2 0 m2 0 l2 0 m-176 66 l2 0 m2 0 l2 0 m2 0 l2 0 m2 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="719 83 727 79 727 87" /> <polygon points="719 83 711 79 711 87" /></svg><p>referenced by: </p><ul> <li><a href="#range_partitions" title="range_partitions">range\_partitions</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="like_table_option" href="#like_table_option">like\_table\_option:</a></p><svg width="219" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="120" height="32" rx="10" /> <rect x="49" y="1" width="120" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">CONSTRAINTS</text> <rect x="51" y="47" width="90" height="32" rx="10" /> <rect x="49" y="45" width="90" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">DEFAULTS</text> <rect x="51" y="91" width="100" height="32" rx="10" /> <rect x="49" y="89" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">GENERATED</text> <rect x="51" y="135" width="80" height="32" rx="10" /> <rect x="49" y="133" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">INDEXES</text> <rect x="51" y="179" width="44" height="32" rx="10" /> <rect x="49" y="177" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">ALL</text> <path className="line" d="m17 17 h2 m20 0 h10 m120 0 h10 m-160 0 h20 m140 0 h20 m-180 0 q10 0 10 10 m160 0 q0 -10 10 -10 m-170 10 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m90 0 h10 m0 0 h30 m-150 -10 v20 m160 0 v-20 m-160 20 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m100 0 h10 m0 0 h20 m-150 -10 v20 m160 0 v-20 m-160 20 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m80 0 h10 m0 0 h40 m-150 -10 v20 m160 0 v-20 m-160 20 v24 m160 0 v-24 m-160 24 q0 10 10 10 m140 0 q10 0 10 -10 m-150 10 h10 m44 0 h10 m0 0 h76 m23 -176 h-3" /> <polygon points="209 17 217 13 217 21" /> <polygon points="209 17 201 13 201 21" /></svg><p>referenced by: </p><ul> <li><a href="#like_table_option_list" title="like_table_option_list">like\_table\_option\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_col_qualification_elem" href="#create_as_col_qualification_elem">create\_as\_col\_qualification\_elem:</a></p><svg width="463" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="84" height="32" rx="10" /> <rect x="29" y="1" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PRIMARY</text> <rect x="135" y="3" width="46" height="32" rx="10" /> <rect x="133" y="1" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="21">KEY</text><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="201" y="3" width="234" height="32" /> <rect x="199" y="1" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="21">opt\_with\_storage\_parameter\_list</text></a><path className="line" d="m17 17 h2 m0 0 h10 m84 0 h10 m0 0 h10 m46 0 h10 m0 0 h10 m234 0 h10 m3 0 h-3" /> <polygon points="453 17 461 13 461 21" /> <polygon points="453 17 445 13 445 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_col_qualification" title="create_as_col_qualification">create\_as\_col\_qualification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_params" href="#create_as_params">create\_as\_params:</a></p><svg width="231" height="81"> <polygon points="9 61 1 57 1 65" /> <polygon points="17 61 9 57 9 65" /><a href="#create_as_param" title="create_as_param"> <rect x="51" y="47" width="132" height="32" /> <rect x="49" y="45" width="132" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">create\_as\_param</text></a><rect x="51" y="3" width="24" height="32" rx="10" /> <rect x="49" y="1" width="24" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">,</text> <path className="line" d="m17 61 h2 m20 0 h10 m132 0 h10 m-172 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -24 q0 -10 10 -10 m152 44 l20 0 m-20 0 q10 0 10 -10 l0 -24 q0 -10 -10 -10 m-152 0 h10 m24 0 h10 m0 0 h108 m23 44 h-3" /> <polygon points="221 61 229 57 229 65" /> <polygon points="221 61 213 57 213 65" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_constraint_elem" title="create_as_constraint_elem">create\_as\_constraint\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_def" href="#col_def">col\_def:</a></p><svg width="219" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#name" title="name"> <rect x="31" y="3" width="56" height="32" /> <rect x="29" y="1" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">name</text></a><a href="#typename" title="typename"> <rect x="107" y="3" width="84" height="32" /> <rect x="105" y="1" width="84" height="32" className="nonterminal" /> <text className="nonterminal" x="115" y="21">typename</text></a><path className="line" d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m84 0 h10 m3 0 h-3" /> <polygon points="209 17 217 13 217 21" /> <polygon points="209 17 201 13 201 21" /></svg><p>referenced by: </p><ul> <li><a href="#col_def_list" title="col_def_list">col\_def\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="char_aliases" href="#char_aliases">char\_aliases:</a></p><svg width="201" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="58" height="32" rx="10" /> <rect x="49" y="1" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">CHAR</text> <rect x="51" y="47" width="102" height="32" rx="10" /> <rect x="49" y="45" width="102" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">CHARACTER</text> <path className="line" d="m17 17 h2 m20 0 h10 m58 0 h10 m0 0 h44 m-142 0 h20 m122 0 h20 m-162 0 q10 0 10 10 m142 0 q0 -10 10 -10 m-152 10 v24 m142 0 v-24 m-142 24 q0 10 10 10 m122 0 q10 0 10 -10 m-132 10 h10 m102 0 h10 m23 -44 h-3" /> <polygon points="191 17 199 13 199 21" /> <polygon points="191 17 183 13 183 21" /></svg><p>referenced by: </p><ul> <li><a href="#character_base" title="character_base">character\_base</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_qualification" href="#col_qualification">col\_qualification:</a></p><svg width="635" height="277"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="35" width="110" height="32" rx="10" /> <rect x="69" y="33" width="110" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="53">CONSTRAINT</text><a href="#constraint_name" title="constraint_name"> <rect x="201" y="35" width="126" height="32" /> <rect x="199" y="33" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="209" y="53">constraint\_name</text></a><a href="#col_qualification_elem" title="col_qualification_elem"> <rect x="367" y="3" width="160" height="32" /> <rect x="365" y="1" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="375" y="21">col\_qualification\_elem</text></a><rect x="51" y="79" width="82" height="32" rx="10" /> <rect x="49" y="77" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="97">COLLATE</text><a href="#collation_name" title="collation_name"> <rect x="153" y="79" width="116" height="32" /> <rect x="151" y="77" width="116" height="32" className="nonterminal" /> <text className="nonterminal" x="161" y="97">collation\_name</text></a><rect x="51" y="123" width="72" height="32" rx="10" /> <rect x="49" y="121" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="141">FAMILY</text><a href="#family_name" title="family_name"> <rect x="143" y="123" width="100" height="32" /> <rect x="141" y="121" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="151" y="141">family\_name</text></a><rect x="51" y="167" width="72" height="32" rx="10" /> <rect x="49" y="165" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="185">CREATE</text> <rect x="163" y="167" width="72" height="32" rx="10" /> <rect x="161" y="165" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="171" y="185">FAMILY</text><a href="#family_name" title="family_name"> <rect x="275" y="199" width="100" height="32" /> <rect x="273" y="197" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="283" y="217">family\_name</text></a><rect x="163" y="243" width="34" height="32" rx="10" /> <rect x="161" y="241" width="34" height="32" className="terminal" rx="10" /> <text className="terminal" x="171" y="261">IF</text> <rect x="217" y="243" width="48" height="32" rx="10" /> <rect x="215" y="241" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="225" y="261">NOT</text> <rect x="285" y="243" width="70" height="32" rx="10" /> <rect x="283" y="241" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="293" y="261">EXISTS</text> <rect x="375" y="243" width="72" height="32" rx="10" /> <rect x="373" y="241" width="72" height="32" className="terminal" rx="10" /> <text className="terminal" x="383" y="261">FAMILY</text><a href="#family_name" title="family_name"> <rect x="467" y="243" width="100" height="32" /> <rect x="465" y="241" width="100" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="261">family\_name</text></a><path className="line" d="m17 17 h2 m40 0 h10 m0 0 h266 m-296 0 h20 m276 0 h20 m-316 0 q10 0 10 10 m296 0 q0 -10 10 -10 m-306 10 v12 m296 0 v-12 m-296 12 q0 10 10 10 m276 0 q10 0 10 -10 m-286 10 h10 m110 0 h10 m0 0 h10 m126 0 h10 m20 -32 h10 m160 0 h10 m0 0 h60 m-576 0 h20 m556 0 h20 m-596 0 q10 0 10 10 m576 0 q0 -10 10 -10 m-586 10 v56 m576 0 v-56 m-576 56 q0 10 10 10 m556 0 q10 0 10 -10 m-566 10 h10 m82 0 h10 m0 0 h10 m116 0 h10 m0 0 h318 m-566 -10 v20 m576 0 v-20 m-576 20 v24 m576 0 v-24 m-576 24 q0 10 10 10 m556 0 q10 0 10 -10 m-566 10 h10 m72 0 h10 m0 0 h10 m100 0 h10 m0 0 h344 m-566 -10 v20 m576 0 v-20 m-576 20 v24 m576 0 v-24 m-576 24 q0 10 10 10 m556 0 q10 0 10 -10 m-566 10 h10 m72 0 h10 m20 0 h10 m72 0 h10 m20 0 h10 m0 0 h110 m-140 0 h20 m120 0 h20 m-160 0 q10 0 10 10 m140 0 q0 -10 10 -10 m-150 10 v12 m140 0 v-12 m-140 12 q0 10 10 10 m120 0 q10 0 10 -10 m-130 10 h10 m100 0 h10 m20 -32 h172 m-444 0 h20 m424 0 h20 m-464 0 q10 0 10 10 m444 0 q0 -10 10 -10 m-454 10 v56 m444 0 v-56 m-444 56 q0 10 10 10 m424 0 q10 0 10 -10 m-434 10 h10 m34 0 h10 m0 0 h10 m48 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m72 0 h10 m0 0 h10 m100 0 h10 m43 -240 h-3" /> <polygon points="625 17 633 13 633 21" /> <polygon points="625 17 617 13 617 21" /></svg><p>referenced by: </p><ul> <li><a href="#col_qual_list" title="col_qual_list">col\_qual\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reference_on_update" href="#reference_on_update">reference\_on\_update:</a></p><svg width="339" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="40" height="32" rx="10" /> <rect x="29" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ON</text> <rect x="91" y="3" width="74" height="32" rx="10" /> <rect x="89" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="21">UPDATE</text><a href="#reference_action" title="reference_action"> <rect x="185" y="3" width="126" height="32" /> <rect x="183" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="193" y="21">reference\_action</text></a><path className="line" d="m17 17 h2 m0 0 h10 m40 0 h10 m0 0 h10 m74 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="329 17 337 13 337 21" /> <polygon points="329 17 321 13 321 21" /></svg><p>referenced by: </p><ul> <li><a href="#reference_actions" title="reference_actions">reference\_actions</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reference_on_delete" href="#reference_on_delete">reference\_on\_delete:</a></p><svg width="335" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="40" height="32" rx="10" /> <rect x="29" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">ON</text> <rect x="91" y="3" width="70" height="32" rx="10" /> <rect x="89" y="1" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="99" y="21">DELETE</text><a href="#reference_action" title="reference_action"> <rect x="181" y="3" width="126" height="32" /> <rect x="179" y="1" width="126" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="21">reference\_action</text></a><path className="line" d="m17 17 h2 m0 0 h10 m40 0 h10 m0 0 h10 m70 0 h10 m0 0 h10 m126 0 h10 m3 0 h-3" /> <polygon points="325 17 333 13 333 21" /> <polygon points="325 17 317 13 317 21" /></svg><p>referenced by: </p><ul> <li><a href="#reference_actions" title="reference_actions">reference\_actions</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="frame_extent" href="#frame_extent">frame\_extent:</a></p><svg width="501" height="69"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="35" width="86" height="32" rx="10" /> <rect x="49" y="33" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="53">BETWEEN</text><a href="#frame_bound" title="frame_bound"> <rect x="157" y="35" width="104" height="32" /> <rect x="155" y="33" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="165" y="53">frame\_bound</text></a><rect x="281" y="35" width="48" height="32" rx="10" /> <rect x="279" y="33" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="289" y="53">AND</text><a href="#frame_bound" title="frame_bound"> <rect x="369" y="3" width="104" height="32" /> <rect x="367" y="1" width="104" height="32" className="nonterminal" /> <text className="nonterminal" x="377" y="21">frame\_bound</text></a><path className="line" d="m17 17 h2 m20 0 h10 m0 0 h288 m-318 0 h20 m298 0 h20 m-338 0 q10 0 10 10 m318 0 q0 -10 10 -10 m-328 10 v12 m318 0 v-12 m-318 12 q0 10 10 10 m298 0 q10 0 10 -10 m-308 10 h10 m86 0 h10 m0 0 h10 m104 0 h10 m0 0 h10 m48 0 h10 m20 -32 h10 m104 0 h10 m3 0 h-3" /> <polygon points="491 17 499 13 499 21" /> <polygon points="491 17 483 13 483 21" /></svg><p>referenced by: </p><ul> <li><a href="#opt_frame_clause" title="opt_frame_clause">opt\_frame\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_frame_exclusion" href="#opt_frame_exclusion">opt\_frame\_exclusion:</a></p><svg width="399" height="189"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="82" height="32" rx="10" /> <rect x="49" y="21" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">EXCLUDE</text> <rect x="173" y="23" width="84" height="32" rx="10" /> <rect x="171" y="21" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="41">CURRENT</text> <rect x="277" y="23" width="54" height="32" rx="10" /> <rect x="275" y="21" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="285" y="41">ROW</text> <rect x="173" y="67" width="68" height="32" rx="10" /> <rect x="171" y="65" width="68" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="85">GROUP</text> <rect x="173" y="111" width="52" height="32" rx="10" /> <rect x="171" y="109" width="52" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="129">TIES</text> <rect x="173" y="155" width="40" height="32" rx="10" /> <rect x="171" y="153" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="173">NO</text> <rect x="233" y="155" width="76" height="32" rx="10" /> <rect x="231" y="153" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="241" y="173">OTHERS</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h310 m-340 0 h20 m320 0 h20 m-360 0 q10 0 10 10 m340 0 q0 -10 10 -10 m-350 10 v12 m340 0 v-12 m-340 12 q0 10 10 10 m320 0 q10 0 10 -10 m-330 10 h10 m82 0 h10 m20 0 h10 m84 0 h10 m0 0 h10 m54 0 h10 m-198 0 h20 m178 0 h20 m-218 0 q10 0 10 10 m198 0 q0 -10 10 -10 m-208 10 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m68 0 h10 m0 0 h90 m-188 -10 v20 m198 0 v-20 m-198 20 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m52 0 h10 m0 0 h106 m-188 -10 v20 m198 0 v-20 m-198 20 v24 m198 0 v-24 m-198 24 q0 10 10 10 m178 0 q10 0 10 -10 m-188 10 h10 m40 0 h10 m0 0 h10 m76 0 h10 m0 0 h22 m43 -164 h-3" /> <polygon points="389 5 397 1 397 9" /> <polygon points="389 5 381 1 381 9" /></svg><p>referenced by: </p><ul> <li><a href="#opt_frame_clause" title="opt_frame_clause">opt\_frame\_clause</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="extract_arg" href="#extract_arg">extract\_arg:</a></p><svg width="181" height="345"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="82" height="32" rx="10" /> <rect x="49" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">identifier</text> <rect x="51" y="47" width="56" height="32" rx="10" /> <rect x="49" y="45" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">YEAR</text> <rect x="51" y="91" width="70" height="32" rx="10" /> <rect x="49" y="89" width="70" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">MONTH</text> <rect x="51" y="135" width="48" height="32" rx="10" /> <rect x="49" y="133" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">DAY</text> <rect x="51" y="179" width="60" height="32" rx="10" /> <rect x="49" y="177" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">HOUR</text> <rect x="51" y="223" width="74" height="32" rx="10" /> <rect x="49" y="221" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="241">MINUTE</text> <rect x="51" y="267" width="76" height="32" rx="10" /> <rect x="49" y="265" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="285">SECOND</text> <rect x="51" y="311" width="76" height="32" rx="10" /> <rect x="49" y="309" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="329">SCONST</text> <path className="line" d="m17 17 h2 m20 0 h10 m82 0 h10 m-122 0 h20 m102 0 h20 m-142 0 q10 0 10 10 m122 0 q0 -10 10 -10 m-132 10 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m56 0 h10 m0 0 h26 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m70 0 h10 m0 0 h12 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m48 0 h10 m0 0 h34 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m60 0 h10 m0 0 h22 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m74 0 h10 m0 0 h8 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m76 0 h10 m0 0 h6 m-112 -10 v20 m122 0 v-20 m-122 20 v24 m122 0 v-24 m-122 24 q0 10 10 10 m102 0 q10 0 10 -10 m-112 10 h10 m76 0 h10 m0 0 h6 m23 -308 h-3" /> <polygon points="171 17 179 13 179 21" /> <polygon points="171 17 163 13 163 21" /></svg><p>referenced by: </p><ul> <li><a href="#extract_list" title="extract_list">extract\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="overlay_placing" href="#overlay_placing">overlay\_placing:</a></p><svg width="225" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="82" height="32" rx="10" /> <rect x="29" y="1" width="82" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">PLACING</text><a href="#a_expr" title="a_expr"> <rect x="133" y="3" width="64" height="32" /> <rect x="131" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="141" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m82 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="215 17 223 13 223 21" /> <polygon points="215 17 207 13 207 21" /></svg><p>referenced by: </p><ul> <li><a href="#overlay_list" title="overlay_list">overlay\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="substr_from" href="#substr_from">substr\_from:</a></p><svg width="203" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="60" height="32" rx="10" /> <rect x="29" y="1" width="60" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FROM</text><a href="#a_expr" title="a_expr"> <rect x="111" y="3" width="64" height="32" /> <rect x="109" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="119" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m60 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="193 17 201 13 201 21" /> <polygon points="193 17 185 13 185 21" /></svg><p>referenced by: </p><ul> <li><a href="#overlay_list" title="overlay_list">overlay\_list</a></li> <li><a href="#substr_list" title="substr_list">substr\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="substr_for" href="#substr_for">substr\_for:</a></p><svg width="191" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="31" y="3" width="48" height="32" rx="10" /> <rect x="29" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="39" y="21">FOR</text><a href="#a_expr" title="a_expr"> <rect x="99" y="3" width="64" height="32" /> <rect x="97" y="1" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="107" y="21">a\_expr</text></a><path className="line" d="m17 17 h2 m0 0 h10 m48 0 h10 m0 0 h10 m64 0 h10 m3 0 h-3" /> <polygon points="181 17 189 13 189 21" /> <polygon points="181 17 173 13 173 21" /></svg><p>referenced by: </p><ul> <li><a href="#overlay_list" title="overlay_list">overlay\_list</a></li> <li><a href="#substr_list" title="substr_list">substr\_list</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_partition_by" href="#opt_partition_by">opt\_partition\_by:</a></p><svg width="195" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /><a href="#partition_by" title="partition_by"> <rect x="51" y="23" width="96" height="32" /> <rect x="49" y="21" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="41">partition\_by</text></a><path className="line" d="m17 5 h2 m20 0 h10 m0 0 h106 m-136 0 h20 m116 0 h20 m-156 0 q10 0 10 10 m136 0 q0 -10 10 -10 m-146 10 v12 m136 0 v-12 m-136 12 q0 10 10 10 m116 0 q10 0 10 -10 m-126 10 h10 m96 0 h10 m23 -32 h-3" /> <polygon points="185 5 193 1 193 9" /> <polygon points="185 5 177 1 177 9" /></svg><p>referenced by: </p><ul> <li><a href="#list_partition" title="list_partition">list\_partition</a></li> <li><a href="#range_partition" title="range_partition">range\_partition</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="create_as_param" href="#create_as_param">create\_as\_param:</a></p><svg width="167" height="37"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /><a href="#column_name" title="column_name"> <rect x="31" y="3" width="108" height="32" /> <rect x="29" y="1" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="39" y="21">column\_name</text></a><path className="line" d="m17 17 h2 m0 0 h10 m108 0 h10 m3 0 h-3" /> <polygon points="157 17 165 13 165 21" /> <polygon points="157 17 149 13 149 21" /></svg><p>referenced by: </p><ul> <li><a href="#create_as_params" title="create_as_params">create\_as\_params</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="col_qualification_elem" href="#col_qualification_elem">col\_qualification\_elem:</a></p><svg width="959" height="597"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="48" height="32" rx="10" /> <rect x="49" y="1" width="48" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">NOT</text> <rect x="139" y="3" width="56" height="32" rx="10" /> <rect x="137" y="1" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="21">NULL</text> <rect x="139" y="47" width="76" height="32" rx="10" /> <rect x="137" y="45" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="147" y="65">VISIBLE</text> <rect x="51" y="91" width="56" height="32" rx="10" /> <rect x="49" y="89" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">NULL</text> <rect x="51" y="135" width="74" height="32" rx="10" /> <rect x="49" y="133" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">UNIQUE</text> <rect x="51" y="179" width="84" height="32" rx="10" /> <rect x="49" y="177" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="197">PRIMARY</text> <rect x="155" y="179" width="46" height="32" rx="10" /> <rect x="153" y="177" width="46" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="197">KEY</text> <rect x="241" y="211" width="64" height="32" rx="10" /> <rect x="239" y="209" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="249" y="229">USING</text> <rect x="325" y="211" width="58" height="32" rx="10" /> <rect x="323" y="209" width="58" height="32" className="terminal" rx="10" /> <text className="terminal" x="333" y="229">HASH</text><a href="#opt_hash_sharded_bucket_count" title="opt_hash_sharded_bucket_count"> <rect x="403" y="211" width="234" height="32" /> <rect x="401" y="209" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="411" y="229">opt\_hash\_sharded\_bucket\_count</text></a><a href="#opt_with_storage_parameter_list" title="opt_with_storage_parameter_list"> <rect x="677" y="179" width="234" height="32" /> <rect x="675" y="177" width="234" height="32" className="nonterminal" /> <text className="nonterminal" x="685" y="197">opt\_with\_storage\_parameter\_list</text></a><rect x="51" y="255" width="64" height="32" rx="10" /> <rect x="49" y="253" width="64" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="273">CHECK</text> <rect x="135" y="255" width="26" height="32" rx="10" /> <rect x="133" y="253" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="273">(</text><a href="#a_expr" title="a_expr"> <rect x="181" y="255" width="64" height="32" /> <rect x="179" y="253" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="189" y="273">a\_expr</text></a><rect x="265" y="255" width="26" height="32" rx="10" /> <rect x="263" y="253" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="273" y="273">)</text> <rect x="71" y="299" width="80" height="32" rx="10" /> <rect x="69" y="297" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="317">DEFAULT</text> <rect x="71" y="343" width="40" height="32" rx="10" /> <rect x="69" y="341" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="361">ON</text> <rect x="131" y="343" width="74" height="32" rx="10" /> <rect x="129" y="341" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="139" y="361">UPDATE</text><a href="#b_expr" title="b_expr"> <rect x="245" y="299" width="64" height="32" /> <rect x="243" y="297" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="253" y="317">b\_expr</text></a><rect x="51" y="387" width="108" height="32" rx="10" /> <rect x="49" y="385" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="405">REFERENCES</text><a href="#table_name" title="table_name"> <rect x="179" y="387" width="96" height="32" /> <rect x="177" y="385" width="96" height="32" className="nonterminal" /> <text className="nonterminal" x="187" y="405">table\_name</text></a><a href="#opt_name_parens" title="opt_name_parens"> <rect x="295" y="387" width="136" height="32" /> <rect x="293" y="385" width="136" height="32" className="nonterminal" /> <text className="nonterminal" x="303" y="405">opt\_name\_parens</text></a><a href="#key_match" title="key_match"> <rect x="451" y="387" width="88" height="32" /> <rect x="449" y="385" width="88" height="32" className="nonterminal" /> <text className="nonterminal" x="459" y="405">key\_match</text></a><a href="#reference_actions" title="reference_actions"> <rect x="559" y="387" width="134" height="32" /> <rect x="557" y="385" width="134" height="32" className="nonterminal" /> <text className="nonterminal" x="567" y="405">reference\_actions</text></a><a href="#generated_as" title="generated_as"> <rect x="51" y="431" width="108" height="32" /> <rect x="49" y="429" width="108" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="449">generated\_as</text></a><rect x="179" y="431" width="26" height="32" rx="10" /> <rect x="177" y="429" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="187" y="449">(</text><a href="#a_expr" title="a_expr"> <rect x="225" y="431" width="64" height="32" /> <rect x="223" y="429" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="233" y="449">a\_expr</text></a><rect x="309" y="431" width="26" height="32" rx="10" /> <rect x="307" y="429" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="317" y="449">)</text> <rect x="375" y="431" width="76" height="32" rx="10" /> <rect x="373" y="429" width="76" height="32" className="terminal" rx="10" /> <text className="terminal" x="383" y="449">STORED</text> <rect x="375" y="475" width="80" height="32" rx="10" /> <rect x="373" y="473" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="383" y="493">VIRTUAL</text><a href="#generated_always_as" title="generated_always_as"> <rect x="71" y="519" width="160" height="32" /> <rect x="69" y="517" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="537">generated\_always\_as</text></a><a href="#generated_by_default_as" title="generated_by_default_as"> <rect x="71" y="563" width="184" height="32" /> <rect x="69" y="561" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="581">generated\_by\_default\_as</text></a><rect x="295" y="519" width="86" height="32" rx="10" /> <rect x="293" y="517" width="86" height="32" className="terminal" rx="10" /> <text className="terminal" x="303" y="537">IDENTITY</text> <rect x="421" y="551" width="26" height="32" rx="10" /> <rect x="419" y="549" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="429" y="569">(</text><a href="#opt_sequence_option_list" title="opt_sequence_option_list"> <rect x="467" y="551" width="184" height="32" /> <rect x="465" y="549" width="184" height="32" className="nonterminal" /> <text className="nonterminal" x="475" y="569">opt\_sequence\_option\_list</text></a><rect x="671" y="551" width="26" height="32" rx="10" /> <rect x="669" y="549" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="679" y="569">)</text> <path className="line" d="m17 17 h2 m20 0 h10 m48 0 h10 m20 0 h10 m56 0 h10 m0 0 h20 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m76 0 h10 m20 -44 h676 m-900 0 h20 m880 0 h20 m-920 0 q10 0 10 10 m900 0 q0 -10 10 -10 m-910 10 v68 m900 0 v-68 m-900 68 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m56 0 h10 m0 0 h804 m-890 -10 v20 m900 0 v-20 m-900 20 v24 m900 0 v-24 m-900 24 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m74 0 h10 m0 0 h786 m-890 -10 v20 m900 0 v-20 m-900 20 v24 m900 0 v-24 m-900 24 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m84 0 h10 m0 0 h10 m46 0 h10 m20 0 h10 m0 0 h406 m-436 0 h20 m416 0 h20 m-456 0 q10 0 10 10 m436 0 q0 -10 10 -10 m-446 10 v12 m436 0 v-12 m-436 12 q0 10 10 10 m416 0 q10 0 10 -10 m-426 10 h10 m64 0 h10 m0 0 h10 m58 0 h10 m0 0 h10 m234 0 h10 m20 -32 h10 m234 0 h10 m-890 -10 v20 m900 0 v-20 m-900 20 v56 m900 0 v-56 m-900 56 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m0 0 h620 m-890 -10 v20 m900 0 v-20 m-900 20 v24 m900 0 v-24 m-900 24 q0 10 10 10 m880 0 q10 0 10 -10 m-870 10 h10 m80 0 h10 m0 0 h54 m-174 0 h20 m154 0 h20 m-194 0 q10 0 10 10 m174 0 q0 -10 10 -10 m-184 10 v24 m174 0 v-24 m-174 24 q0 10 10 10 m154 0 q10 0 10 -10 m-164 10 h10 m40 0 h10 m0 0 h10 m74 0 h10 m20 -44 h10 m64 0 h10 m0 0 h602 m-890 -10 v20 m900 0 v-20 m-900 20 v68 m900 0 v-68 m-900 68 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m108 0 h10 m0 0 h10 m96 0 h10 m0 0 h10 m136 0 h10 m0 0 h10 m88 0 h10 m0 0 h10 m134 0 h10 m0 0 h218 m-890 -10 v20 m900 0 v-20 m-900 20 v24 m900 0 v-24 m-900 24 q0 10 10 10 m880 0 q10 0 10 -10 m-890 10 h10 m108 0 h10 m0 0 h10 m26 0 h10 m0 0 h10 m64 0 h10 m0 0 h10 m26 0 h10 m20 0 h10 m76 0 h10 m0 0 h4 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m20 -44 h436 m-890 -10 v20 m900 0 v-20 m-900 20 v68 m900 0 v-68 m-900 68 q0 10 10 10 m880 0 q10 0 10 -10 m-870 10 h10 m160 0 h10 m0 0 h24 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m184 0 h10 m20 -44 h10 m86 0 h10 m20 0 h10 m0 0 h286 m-316 0 h20 m296 0 h20 m-336 0 q10 0 10 10 m316 0 q0 -10 10 -10 m-326 10 v12 m316 0 v-12 m-316 12 q0 10 10 10 m296 0 q10 0 10 -10 m-306 10 h10 m26 0 h10 m0 0 h10 m184 0 h10 m0 0 h10 m26 0 h10 m20 -32 h194 m23 -516 h-3" /> <polygon points="949 17 957 13 957 21" /> <polygon points="949 17 941 13 941 21" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification" title="col_qualification">col\_qualification</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="reference_action" href="#reference_action">reference\_action:</a></p><svg width="283" height="213"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="40" height="32" rx="10" /> <rect x="49" y="1" width="40" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">NO</text> <rect x="111" y="3" width="74" height="32" rx="10" /> <rect x="109" y="1" width="74" height="32" className="terminal" rx="10" /> <text className="terminal" x="119" y="21">ACTION</text> <rect x="51" y="47" width="88" height="32" rx="10" /> <rect x="49" y="45" width="88" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="65">RESTRICT</text> <rect x="51" y="91" width="84" height="32" rx="10" /> <rect x="49" y="89" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">CASCADE</text> <rect x="51" y="135" width="44" height="32" rx="10" /> <rect x="49" y="133" width="44" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="153">SET</text> <rect x="135" y="135" width="56" height="32" rx="10" /> <rect x="133" y="133" width="56" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="153">NULL</text> <rect x="135" y="179" width="80" height="32" rx="10" /> <rect x="133" y="177" width="80" height="32" className="terminal" rx="10" /> <text className="terminal" x="143" y="197">DEFAULT</text> <path className="line" d="m17 17 h2 m20 0 h10 m40 0 h10 m0 0 h10 m74 0 h10 m0 0 h50 m-224 0 h20 m204 0 h20 m-244 0 q10 0 10 10 m224 0 q0 -10 10 -10 m-234 10 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m88 0 h10 m0 0 h96 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m84 0 h10 m0 0 h100 m-214 -10 v20 m224 0 v-20 m-224 20 v24 m224 0 v-24 m-224 24 q0 10 10 10 m204 0 q10 0 10 -10 m-214 10 h10 m44 0 h10 m20 0 h10 m56 0 h10 m0 0 h24 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v24 m120 0 v-24 m-120 24 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m80 0 h10 m43 -176 h-3" /> <polygon points="273 17 281 13 281 21" /> <polygon points="273 17 265 13 265 21" /></svg><p>referenced by: </p><ul> <li><a href="#reference_on_delete" title="reference_on_delete">reference\_on\_delete</a></li> <li><a href="#reference_on_update" title="reference_on_update">reference\_on\_update</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="frame_bound" href="#frame_bound">frame\_bound:</a></p><svg width="413" height="125"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="71" y="3" width="108" height="32" rx="10" /> <rect x="69" y="1" width="108" height="32" className="terminal" rx="10" /> <text className="terminal" x="79" y="21">UNBOUNDED</text><a href="#a_expr" title="a_expr"> <rect x="71" y="47" width="64" height="32" /> <rect x="69" y="45" width="64" height="32" className="nonterminal" /> <text className="nonterminal" x="79" y="65">a\_expr</text></a><rect x="239" y="3" width="100" height="32" rx="10" /> <rect x="237" y="1" width="100" height="32" className="terminal" rx="10" /> <text className="terminal" x="247" y="21">PRECEDING</text> <rect x="239" y="47" width="106" height="32" rx="10" /> <rect x="237" y="45" width="106" height="32" className="terminal" rx="10" /> <text className="terminal" x="247" y="65">FOLLOWING</text> <rect x="51" y="91" width="84" height="32" rx="10" /> <rect x="49" y="89" width="84" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="109">CURRENT</text> <rect x="155" y="91" width="54" height="32" rx="10" /> <rect x="153" y="89" width="54" height="32" className="terminal" rx="10" /> <text className="terminal" x="163" y="109">ROW</text> <path className="line" d="m17 17 h2 m40 0 h10 m108 0 h10 m-148 0 h20 m128 0 h20 m-168 0 q10 0 10 10 m148 0 q0 -10 10 -10 m-158 10 v24 m148 0 v-24 m-148 24 q0 10 10 10 m128 0 q10 0 10 -10 m-138 10 h10 m64 0 h10 m0 0 h44 m40 -44 h10 m100 0 h10 m0 0 h6 m-146 0 h20 m126 0 h20 m-166 0 q10 0 10 10 m146 0 q0 -10 10 -10 m-156 10 v24 m146 0 v-24 m-146 24 q0 10 10 10 m126 0 q10 0 10 -10 m-136 10 h10 m106 0 h10 m-334 -44 h20 m334 0 h20 m-374 0 q10 0 10 10 m354 0 q0 -10 10 -10 m-364 10 v68 m354 0 v-68 m-354 68 q0 10 10 10 m334 0 q10 0 10 -10 m-344 10 h10 m84 0 h10 m0 0 h10 m54 0 h10 m0 0 h156 m23 -88 h-3" /> <polygon points="403 17 411 13 411 21" /> <polygon points="403 17 395 13 395 21" /></svg><p>referenced by: </p><ul> <li><a href="#frame_extent" title="frame_extent">frame\_extent</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="opt_name_parens" href="#opt_name_parens">opt\_name\_parens:</a></p><svg width="247" height="57"> <polygon points="9 5 1 1 1 9" /> <polygon points="17 5 9 1 9 9" /> <rect x="51" y="23" width="26" height="32" rx="10" /> <rect x="49" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="41">(</text><a href="#name" title="name"> <rect x="97" y="23" width="56" height="32" /> <rect x="95" y="21" width="56" height="32" className="nonterminal" /> <text className="nonterminal" x="105" y="41">name</text></a><rect x="173" y="23" width="26" height="32" rx="10" /> <rect x="171" y="21" width="26" height="32" className="terminal" rx="10" /> <text className="terminal" x="181" y="41">)</text> <path className="line" d="m17 5 h2 m20 0 h10 m0 0 h158 m-188 0 h20 m168 0 h20 m-208 0 q10 0 10 10 m188 0 q0 -10 10 -10 m-198 10 v12 m188 0 v-12 m-188 12 q0 10 10 10 m168 0 q10 0 10 -10 m-178 10 h10 m26 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m26 0 h10 m23 -32 h-3" /> <polygon points="237 5 245 1 245 9" /> <polygon points="237 5 229 1 229 9" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> </ul> <p /><br />

  <p style={{fontSize: "14px", fontWeight: "bold"}}><a name="generated_as" href="#generated_as">generated\_as:</a></p><svg width="259" height="81"> <polygon points="9 17 1 13 1 21" /> <polygon points="17 17 9 13 9 21" /> <rect x="51" y="3" width="38" height="32" rx="10" /> <rect x="49" y="1" width="38" height="32" className="terminal" rx="10" /> <text className="terminal" x="59" y="21">AS</text><a href="#generated_always_as" title="generated_always_as"> <rect x="51" y="47" width="160" height="32" /> <rect x="49" y="45" width="160" height="32" className="nonterminal" /> <text className="nonterminal" x="59" y="65">generated\_always\_as</text></a><path className="line" d="m17 17 h2 m20 0 h10 m38 0 h10 m0 0 h122 m-200 0 h20 m180 0 h20 m-220 0 q10 0 10 10 m200 0 q0 -10 10 -10 m-210 10 v24 m200 0 v-24 m-200 24 q0 10 10 10 m180 0 q10 0 10 -10 m-190 10 h10 m160 0 h10 m23 -44 h-3" /> <polygon points="249 17 257 13 257 21" /> <polygon points="249 17 241 13 241 21" /></svg><p>referenced by: </p><ul> <li><a href="#col_qualification_elem" title="col_qualification_elem">col\_qualification\_elem</a></li> </ul> <p /><br /><p>generated by <a href="http://www.bottlecaps.de/rr/ui" data-proofer-ignore>Railroad Diagram Generator</a></p>
</div>
