Is a single identifier the table name (default index on that table) or the index name (some index by that name in the default schema)?
schema.table.index table.index index
or
schema.table.index table.index table
Neither one seems particularly clear to me.
Is a single identifier the table name (default index on that table) or the index name (some index by that name in the default schema)?
schema.table.index
table.index
index
or
schema.table.index
table.index
table
Neither one seems particularly clear to me.