Removed items that have examples for them now in Examples.pod
Rob Kinyon [Tue, 7 Apr 2009 00:20:47 +0000 (20:20 -0400)]
lib/SQL/Abstract/Manual/Specification.pod

index b10ce18..5d74eb6 100644 (file)
@@ -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.