<explain xmlns="http://www.postgresql.org/2009/explain">
<Query>
<Plan>
<Node-Type>Limit</Node-Type>
<Parallel-Aware>false</Parallel-Aware>
<Startup-Cost>0.27</Startup-Cost>
<Total-Cost>0.35</Total-Cost>
<Plan-Rows>1</Plan-Rows>
<Plan-Width>64</Plan-Width>
<Actual-Startup-Time>0.017</Actual-Startup-Time>
<Actual-Total-Time>0.018</Actual-Total-Time>
<Actual-Rows>1</Actual-Rows>
<Actual-Loops>1</Actual-Loops>
<Plans>
<Plan>
<Node-Type>Index Only Scan</Node-Type>
<Parent-Relationship>Outer</Parent-Relationship>
<Parallel-Aware>false</Parallel-Aware>
<Scan-Direction>Backward</Scan-Direction>
<Index-Name>pg_class_relname_nsp_index</Index-Name>
<Relation-Name>pg_class</Relation-Name>
<Alias>pg_class</Alias>
<Startup-Cost>0.27</Startup-Cost>
<Total-Cost>30.20</Total-Cost>
<Plan-Rows>395</Plan-Rows>
<Plan-Width>64</Plan-Width>
<Actual-Startup-Time>0.016</Actual-Startup-Time>
<Actual-Total-Time>0.017</Actual-Total-Time>
<Actual-Rows>1</Actual-Rows>
<Actual-Loops>1</Actual-Loops>
<Heap-Fetches>1</Heap-Fetches>
</Plan>
</Plans>
</Plan>
<Planning-Time>0.335</Planning-Time>
<Triggers>
</Triggers>
<Execution-Time>0.052</Execution-Time>
</Query>
</explain>