Skip to content

Commit d455651

Browse files
committed
Add missing serial comma, for consistency.
Amit Langote, per Etsuro Fujita
1 parent 9dcce71 commit d455651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ ATWrongRelkindError(Relation rel, int allowed_targets)
43374337
msg = _("\"%s\" is not a table or view");
43384338
break;
43394339
case ATT_TABLE | ATT_VIEW | ATT_FOREIGN_TABLE:
4340-
msg = _("\"%s\" is not a table, view or foreign table");
4340+
msg = _("\"%s\" is not a table, view, or foreign table");
43414341
break;
43424342
case ATT_TABLE | ATT_VIEW | ATT_MATVIEW | ATT_INDEX:
43434343
msg = _("\"%s\" is not a table, view, materialized view, or index");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy