Macro pgx_pg_sys::warning

source ·
macro_rules! warning {
    ($($arg:tt)*) => { ... };
}
Expand description

Log to Postgres’ warning log level.

This macro accepts arguments like the println and format macros. See fmt for information about options.