We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df18a9 commit 40cfda9Copy full SHA for 40cfda9
pgAgent.cpp
@@ -199,7 +199,7 @@ void MainLoop()
199
if (!hasSchemaVerFunc)
200
{
201
LogMessage(
202
- "Couldn't find the function 'pgagent_schema_version' - please run pgagent_upgrade.sql.",
+ "Couldn't find the function 'pgagent_schema_version' - please run ALTER EXTENSION \"pgagent\" UPDATE;.",
203
LOG_ERROR
204
);
205
}
@@ -214,7 +214,7 @@ void MainLoop()
214
215
"Unsupported schema version: " + strPgAgentSchemaVer +
216
". Version " + currentPgAgentVersion +
217
- " is required - please run pgagent_upgrade.sql.",
+ " is required - please run ALTER EXTENSION \"pgagent\" UPDATE;.",
218
219
220
0 commit comments