identifier, while some areas do not.
The attached converts be below to "name":
conversion_name
index_name
The below have an existing, initdb supplied, entity named "name". As
such, it could be confusing for the reader to see that identifier used
in the example.
domainname
typename
Rod Taylor
-
+
-CREATE [DEFAULT] CONVERSION conversion_name
+CREATE [DEFAULT] CONVERSION name
FOR source_encoding TO dest_encoding FROM funcname
- conversion_name
+ name
-DROP INDEX index_name [, ...] [ CASCADE | RESTRICT ]
+DROP INDEX name [, ...] [ CASCADE | RESTRICT ]
- index_name
+ name
The name (optionally schema-qualified) of an index to remove.
- ERROR: index "index_name" does not exist
+ ERROR: index "name" does not exist
This message is returned if
- class="PARAMETER">index_name is not an existing
+ class="PARAMETER">name is not an existing
index.