- Plan: 
    Node Type: "Nested Loop"
    Parallel Aware: false
    Async Capable: false
    Join Type: "Inner"
    Startup Cost: 0.00
    Total Cost: 22.92
    Plan Rows: 132
    Plan Width: 523
    Actual Startup Time: 0.007
    Actual Total Time: 0.644
    Actual Rows: 1980
    Actual Loops: 1
    Inner Unique: false
    Join Filter: "(d.oid > c.oid)"
    Rows Removed by Join Filter: 402
    Plans: 
      - Node Type: "Seq Scan"
        Parent Relationship: "Outer"
        Parallel Aware: false
        Async Capable: false
        Relation Name: "pg_database"
        Alias: "d"
        Startup Cost: 0.00
        Total Cost: 1.01
        Plan Rows: 1
        Plan Width: 258
        Actual Startup Time: 0.003
        Actual Total Time: 0.003
        Actual Rows: 6
        Actual Loops: 1
      - Node Type: "Seq Scan"
        Parent Relationship: "Inner"
        Parallel Aware: false
        Async Capable: false
        Relation Name: "pg_class"
        Alias: "c"
        Startup Cost: 0.00
        Total Cost: 16.96
        Plan Rows: 396
        Plan Width: 265
        Actual Startup Time: 0.000
        Actual Total Time: 0.020
        Actual Rows: 397
        Actual Loops: 6
  Planning Time: 0.539
  Triggers: 
  Execution Time: 0.743