messages_warning_action.sqlx 181 B

123456
  1. /* postgres can not */
  2. /* not supported on windows */
  3. PRAGMA Warning("error", '4500');
  4. PRAGMA Greetings;
  5. PRAGMA Greetings("It's a good day!");
  6. PRAGMA WarningMsg("Ready to fight!");