document postgresql reserve word website
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8573 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
28dce28391
commit
be6d865332
@ -15,6 +15,9 @@ use xCAT::ExtTab;
|
||||
#
|
||||
# Make sure any new attributes are not SQL reserved words by checking
|
||||
# on this site:http://www.petefreitag.com/tools/sql_reserved_words_checker/
|
||||
# For Postgresql: check the following site for names that cannot be used
|
||||
# as attributes under any conditions:
|
||||
# http://www.postgresql.org/docs/8.3/static/sql-keywords-appendix.html
|
||||
#
|
||||
# Current SQL reserved words being used in this Schema with special
|
||||
# processing are the
|
||||
|
Loading…
Reference in New Issue
Block a user