From be6d865332132a840cb46a2b6f8c72223c6fcafc Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 6 Jan 2011 14:15:06 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index d8bf4499f..4e8f3ce2e 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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