Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b10926 commit e0fb4c9Copy full SHA for e0fb4c9
src/include/nodes/parsenodes.h
@@ -2743,10 +2743,6 @@ typedef struct FetchStmt
2743
* index, just a UNIQUE/PKEY constraint using an existing index. isconstraint
2744
* must always be true in this case, and the fields describing the index
2745
* properties are empty.
2746
- *
2747
- * The relation to build the index on can be represented either by name
2748
- * (in which case the RangeVar indicates whether to recurse or not) or by OID
2749
- * (in which case the command is always recursive).
2750
* ----------------------
2751
*/
2752
typedef struct IndexStmt
0 commit comments