mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Add missing serial commas
This commit is contained in:
@@ -425,7 +425,7 @@ ProcedureCreate(const char *procedureName,
|
||||
: errmsg("cannot change return type of existing function"),
|
||||
|
||||
/*
|
||||
* translator: first %s is DROP FUNCTION, DROP PROCEDURE or DROP
|
||||
* translator: first %s is DROP FUNCTION, DROP PROCEDURE, or DROP
|
||||
* AGGREGATE
|
||||
*/
|
||||
errhint("Use %s %s first.",
|
||||
|
||||
Reference in New Issue
Block a user