HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

List of nodes types in a query plan in PostgreSQL?

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
postgresqlnodesqueryplantypeslist

Problem

Where can I find an exhaustive list of possible nodes types(e.g. Seq scan, groupAggregate, Nested loop ...) that a query plan could contain in PostgreSQL?

Solution

If you are just looking for a comprehensive list of types, without any explanations, this piece of source code might be of help to you.

Context

StackExchange Database Administrators Q#131056, answer score: 3

Revisions (0)

No revisions yet.