Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml?
authorBruce Momjian
Tue, 30 Jul 2002 19:36:13 +0000 (19:36 +0000)
committerBruce Momjian
Tue, 30 Jul 2002 19:36:13 +0000 (19:36 +0000)
All of the internal tags are of the latter.

The other thing I noticed is that most of the quick examples in the file
use a para and synopsis.  Is there a reason we're not using  ?

Rod Taylor

doc/src/sgml/filelist.sgml
doc/src/sgml/plpgsql.sgml [moved from doc/src/sgml/plsql.sgml with 99% similarity]

index d8c5998fb84a1567734b3ce37cae70a0df86eb93..d6fdd71561b6fa7a901a9a4d8c4f24ccb1924b71 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 
@@ -83,7 +83,7 @@
 
 
 
-
+pgsql.sgml">
 
 
 
similarity index 99%
rename from doc/src/sgml/plsql.sgml
rename to doc/src/sgml/plpgsql.sgml
index 082b77fc5b21806418eb955dc28c903719b39d90..9a58e6b8e3b272ceecb95c7beef9aca5eec8e46f 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -978,13 +978,15 @@ EXECUTE query-string;
 
     
      An example:
-
+
+
 EXECUTE ''UPDATE tbl SET ''
         || quote_ident(fieldname)
         || '' = ''
         || quote_literal(newvalue)
         || '' WHERE ...'';
-
+
+
     
 
     
@@ -1059,6 +1061,13 @@ GET DIAGNOSTICS variable = item
      SQL query.  Note that RESULT_OID
      is only useful after an INSERT query.
     
+    
+
+
+      GET DIAGNOSTICS var_integer = ROW_COUNT;
+
+
+