Hey John, Koen,
2011/2/10 Koen Deforche <[email protected]>
> Hey John,
>
> 2011/2/9 John Robson <[email protected]>:
> > When a table is created, I realized that "version" is a (reserved) SQL
> > Key Word. (so it is used with double quotes)
>
> Is it? Not according to
> http://www.petefreitag.com/tools/sql_reserved_words_checker/?word=version
> ?
>
In PostgreSQL version marked as "non-reserved". This means that
"version" explicitly known to the parser (because there are built-in
version()
function) but can be used a column name.
> Regards,
> koen
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
--
// Dmitriy.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest