1
0
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:
Peter Eisentraut
2019-07-01 13:07:14 +02:00
parent c74d49d41c
commit 1b29e990e3
5 changed files with 5 additions and 5 deletions

View File

@@ -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.",