mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Message style improvements
This commit is contained in:
@@ -679,7 +679,7 @@ transformTableLikeClause(CreateStmtContext *cxt, TableLikeClause *table_like_cla
|
||||
if (cxt->isforeign)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("LIKE is not supported for foreign tables")));
|
||||
errmsg("LIKE is not supported for creating foreign tables")));
|
||||
|
||||
relation = relation_openrv(table_like_clause->relation, AccessShareLock);
|
||||
|
||||
|
Reference in New Issue
Block a user