<explain xmlns="http://www.postgresql.org/2009/explain">
  <Query>
    <Plan>
      <Node-Type>ModifyTable</Node-Type>
      <Operation>Insert</Operation>
      <Parallel-Aware>false</Parallel-Aware>
      <Async-Capable>false</Async-Capable>
      <Relation-Name>test</Relation-Name>
      <Alias>test</Alias>
      <Startup-Cost>0.00</Startup-Cost>
      <Total-Cost>0.01</Total-Cost>
      <Plan-Rows>0</Plan-Rows>
      <Plan-Width>0</Plan-Width>
      <Actual-Startup-Time>0.229</Actual-Startup-Time>
      <Actual-Total-Time>0.230</Actual-Total-Time>
      <Actual-Rows>0</Actual-Rows>
      <Actual-Loops>1</Actual-Loops>
      <Conflict-Resolution>UPDATE</Conflict-Resolution>
      <Conflict-Arbiter-Indexes>
        <Item>test_pkey</Item>
      </Conflict-Arbiter-Indexes>
      <Conflict-Filter>(excluded.id &gt; 1)</Conflict-Filter>
      <Rows-Removed-by-Conflict-Filter>1</Rows-Removed-by-Conflict-Filter>
      <Tuples-Inserted>0</Tuples-Inserted>
      <Conflicting-Tuples>1</Conflicting-Tuples>
      <Plans>
        <Plan>
          <Node-Type>Result</Node-Type>
          <Parent-Relationship>Outer</Parent-Relationship>
          <Parallel-Aware>false</Parallel-Aware>
          <Async-Capable>false</Async-Capable>
          <Startup-Cost>0.00</Startup-Cost>
          <Total-Cost>0.01</Total-Cost>
          <Plan-Rows>1</Plan-Rows>
          <Plan-Width>36</Plan-Width>
          <Actual-Startup-Time>0.003</Actual-Startup-Time>
          <Actual-Total-Time>0.004</Actual-Total-Time>
          <Actual-Rows>1</Actual-Rows>
          <Actual-Loops>1</Actual-Loops>
        </Plan>
      </Plans>
    </Plan>
    <Planning-Time>0.403</Planning-Time>
    <Triggers>
    </Triggers>
    <Execution-Time>0.325</Execution-Time>
  </Query>
</explain>