aboutsummaryrefslogtreecommitdiff
path: root/contrib/noupdate/noup.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/noupdate/noup.c')
-rw-r--r--contrib/noupdate/noup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/noupdate/noup.c b/contrib/noupdate/noup.c
index af857c41f6e..3fac897742e 100644
--- a/contrib/noupdate/noup.c
+++ b/contrib/noupdate/noup.c
@@ -95,7 +95,7 @@ noup(PG_FUNCTION_ARGS)
if (!isnull)
{
- elog(NOTICE, "%s: update not allowed", args[i]);
+ elog(WARNING, "%s: update not allowed", args[i]);
SPI_finish();
return PointerGetDatum(NULL);
}