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