dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 04:41:47 +0000 (12:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 04:41:47 +0000 (12:41 +0800)
dbgenerate.js

index 360c425..a6aac2d 100644 (file)
@@ -239,7 +239,7 @@ switch(cfg.DBTYPE) {
             "AND pg_catalog.pg_table_is_visible(c.oid) ";
          query_describe_table =  "SELECT " + 
                 "attname as Field, " +
-                "opcname , atttypmod  " +
+                "opcname , atttypmod  " +
                 "FROM pg_attribute,pg_type,    pg_opclass " + 
                 " WHERE attrelid=typrelid AND atttypid=opcdeftype AND typname= '%s' ";
         break;