--- node.views.inc	2008-06-25 20:58:29.000000000 -0400
+++ node.views.inc	2008-07-02 14:03:46.000000000 -0400
@@ -198,6 +198,24 @@ function node_views_data() {
     ),
   );
 
+  // moderate
+  $data['node']['moderate'] = array(
+    'title' => t('Moderated'), // The item it appears as on the UI,
+    'help' => t('Whether or not the node is moderated.'), // The help that appears on the UI,
+     // Information for displaying a title as a field
+    'field' => array(
+      'handler' => 'views_handler_field_boolean',
+      'click sortable' => TRUE,
+    ),
+    'filter' => array(
+      'handler' => 'views_handler_filter_boolean_operator',
+      'label' => t('Moderated'),
+    ),
+    'sort' => array(
+      'handler' => 'views_handler_sort',
+    ),
+  );
+  
   // sticky
   $data['node']['sticky'] = array(
     'title' => t('Sticky'), // The item it appears as on the UI,
