Adding hello world for PostgreSQL

This commit is contained in:
Robby Russell
2008-08-08 23:26:41 +08:00
committed by Mike Donaghy
parent db1f165b74
commit 26d684f37f

1
p/postgresql.sql Normal file
View File

@@ -0,0 +1 @@
SELECT 'Hello World' as hello_message;