mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
More message style fixes
Discussion: https://postgr.es/m/20190515183005.GA26486@alvherre.pgsql
This commit is contained in:
@ -2599,7 +2599,7 @@ transformCreateTableAsStmt(ParseState *pstate, CreateTableAsStmt *stmt)
|
||||
if (stmt->into->rel->relpersistence == RELPERSISTENCE_UNLOGGED)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("materialized views cannot be UNLOGGED")));
|
||||
errmsg("materialized views cannot be unlogged")));
|
||||
|
||||
/*
|
||||
* At runtime, we'll need a copy of the parsed-but-not-rewritten Query
|
||||
|
Reference in New Issue
Block a user