From: Rob Kinyon <rob@rob-kinyons-computer-2.local>
Date: Tue, 7 Apr 2009 00:20:47 +0000 (-0400)
Subject: Removed items that have examples for them now in Examples.pod
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0131502cad1f55ad4cb2713825745425a581fedb;p=dbsrgits%2FSQL-Abstract-2.0-ish.git

Removed items that have examples for them now in Examples.pod
---

diff --git a/lib/SQL/Abstract/Manual/Specification.pod b/lib/SQL/Abstract/Manual/Specification.pod
index b10ce18..5d74eb6 100644
--- a/lib/SQL/Abstract/Manual/Specification.pod
+++ b/lib/SQL/Abstract/Manual/Specification.pod
@@ -550,14 +550,6 @@ Both the start_with and order_siblings clauses are optional.
 
 =item * UNION, UNION ALL, and MINUS
 
-=item * INSERT INTO <table> SELECT ...
-
-=item * INSERT INTO <table> SET ...
-
-=item * UPDATE foo me SET bar = 1 FROM fnord f WHERE me.col1 = f.frobinator
-
-=item * INSERT moves to using the SET terminology with Visitor dwimming
-
 =back
 
 Convert INSERT and UPDATE into ->populate form.