generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.psql
16 lines (16 loc) · 979 Bytes
/
PROJECT_LANG_1.psql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Start of script
-- Project language file 1
-- For: seanpm2001/Learn-PLpgSQL
-- About:
-- I chose PLpgSQL as the first project language file for this project (Seanpm2001/Learn-PostGreSQL) as this project is about learning the PLpgSQL programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.
BEGIN
'Project language file 1'
'For: seanpm2001/Learn-PLpgSQL'
'About:'
'I chose PLpgSQL as the first project language file for this project (Seanpm2001/Learn-PostGreSQL) as this project is about learning the PLpgSQL programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.'
END;
-- File info
-- File type: PLpgSQL source file (*.sql *.psql)
-- File version: 1 (2022, Tuesday, July 26th at 8:43 pm PST)
-- Line count (including blank lines and compiler line): 17
-- End of script