Author: jamestaylor
Date: Sat Apr 25 19:56:16 2015
New Revision: 1676061

URL: http://svn.apache.org/r1676061
Log:
Add TTL example to CREATE TABLE

Modified:
    phoenix/phoenix-docs/src/docsrc/help/phoenix.csv
    phoenix/phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html

Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv
URL: 
http://svn.apache.org/viewvc/phoenix/phoenix-docs/src/docsrc/help/phoenix.csv?rev=1676061&r1=1676060&r2=1676061&view=diff
==============================================================================
--- phoenix/phoenix-docs/src/docsrc/help/phoenix.csv (original)
+++ phoenix/phoenix-docs/src/docsrc/help/phoenix.csv Sat Apr 25 19:56:16 2015
@@ -90,7 +90,11 @@ CREATE TABLE stats.prod_metrics ( host c
     txn_count bigint CONSTRAINT pk PRIMARY KEY (host, created_date) )
 CREATE TABLE IF NOT EXISTS ""my_case_sensitive_table""
     ( ""id"" char(10) not null primary key, ""value"" integer)
-    DATA_BLOCK_ENCODING='NONE',VERSIONS=?,MAX_FILESIZE=2000000 split on (?, ?, 
?)
+    DATA_BLOCK_ENCODING='NONE',VERSIONS=5,MAX_FILESIZE=2000000 split on (?, ?, 
?)
+CREATE TABLE IF NOT EXISTS my_schema.my_table (
+    org_id CHAR(15), entity_id CHAR(15), payload binary(1000),
+    CONSTRAINT pk PRIMARY KEY (org_id, entity_id) )
+    TTL=86400
 "
 
 "Commands","DROP TABLE","

Modified: phoenix/phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt
URL: 
http://svn.apache.org/viewvc/phoenix/phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt?rev=1676061&r1=1676060&r2=1676061&view=diff
==============================================================================
--- phoenix/phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt (original)
+++ phoenix/phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt Sat Apr 25 
19:56:16 2015
@@ -726,4 +726,4 @@ coercion coerce coerces bas precise subs
 decisions choosing tiebreaker broadcast substantially unlikely act decision 
adjacent
 managed declares tenant tenants especially truth determines misspelled salting 
salted turning adhoc
 rpc doled paranthesis reaching satisfy cocos satisfies pads indian inputting 
prague
-guideposts collects ilike rhs uniformly
+guideposts collects ilike rhs uniformly ttl

Modified: phoenix/site/publish/language/datatypes.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1676061&r1=1676060&r2=1676061&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Sat Apr 25 19:56:16 2015
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2015-04-10
+ Generated by Apache Maven Doxia at 2015-04-23
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/functions.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1676061&r1=1676060&r2=1676061&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Sat Apr 25 19:56:16 2015
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2015-04-10
+ Generated by Apache Maven Doxia at 2015-04-23
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1676061&r1=1676060&r2=1676061&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Sat Apr 25 19:56:16 2015
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2015-04-10
+ Generated by Apache Maven Doxia at 2015-04-23
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">


Reply via email to