GAUSS-01361 -- GAUSS-01370
GAUSS-01361: "text search template '%s' already exists"
SQLSTATE: 42710
Description: During the change of the text search template name, the new name is the same as the old one.
Solution: Ensure that the new name is different from the old one during the change of the text search template name.
GAUSS-01362: "cache lookup failed for text search configuration %u"
SQLSTATE: XX000
Description: The full-text search configuration corresponding to the ID is not found in the system catalog.
Solution: Check whether the DROP operation is concurrently performed on the configuration.
GAUSS-01363: "text search configuration parameter '%s' not recognized"
SQLSTATE: 42601
Description: Unrecognized configuration parameters are provided during the creation of a text search configuration.
Solution: Provide only Parser or Copy during the creation of a text search configuration.
GAUSS-01364: "cannot specify both PARSER and COPY options"
SQLSTATE: 42601
Description: The Parser and Copy are specified simultaneously during the creation of a text search configuration.
Solution: Do not specify Parser and Copy simultaneously during the creation of a text search configuration.
GAUSS-01365: "text search parser is required"
SQLSTATE: 42P17
Description: The text search parser cannot be found during the creation of a text search configuration because the Parser or Copy is incorrectly configured.
Solution: Configure the Parser or Copy correctly so that the text search parser can be found during the creation of a text search configuration.
GAUSS-01366: "text search configuration '%s' already exists"
SQLSTATE: 42710
Description: During the change of the text search configuration name, the new name is the same as the old one.
Solution: Ensure that the new name is different from the old one during the change of the text search configuration name.
GAUSS-01367: "text search configuration '%s' does not exist"
SQLSTATE: 42704
Description: The configuration of the specified name does not exist during the change of the text search configuration.
Solution: Ensure that the configuration of the specified name exists during the change of the text search configuration.
GAUSS-01368: "method lextype isn't defined for text search parser %u"
SQLSTATE: XX000
Description: The required prslextype definition in the pg_ts_parser system catalog is incorrect.
Solution: The attribute information in pg_ts_parser is incorrect. Contact technical support.
GAUSS-01369: "token type '%s' does not exist"
SQLSTATE: 22023
Description: The token type does not exist during the change of the text search configuration (add/alter/drop mapping).
Solution: Specify an existing token type during the change of the text search configuration (add/alter/drop mapping).
GAUSS-01370: "mapping for token type '%s' does not exist"
SQLSTATE: 42704
Description: The mapping for a token type does not exist during the change of the text search configuration (drop mapping).
Solution: Specify an existing mapping during the change of the text search configuration (drop mapping).
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.