Daniel,<br><br>Drupal stores the basic node info in the node table. The content for page is stored in the node_revisions table.<br><br>Let&#39;s suppose I create a new page, called &quot;testtest&quot;, looking at the bottom of the node table, I see I have nid &quot;114&quot; with vid &quot;117&quot;.&nbsp; The vid value is the current revision for that node.<br>
<br>Going to the node_revisions table, I will see the exact same entries for the nid and vid fields, but in this table I will see the body and teaser content also.<br><br>So node_revisions is for all versions of a node, including the current one!<br>
<br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Tue, Dec 16, 2008 at 9:20 AM, Daniel Carrera <span dir="ltr">&lt;<a href="mailto:daniel.carrera@zmsl.com">daniel.carrera@zmsl.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I looked in &#39;nodes&#39; and even &#39;node_revisions&#39;. But I couldn&#39;t find the<br>

current text of the page. What I saw in node_revisions looked like<br>
previous copies of the pages.<br>
<br>
Ultimately, what I&#39;m trying to do is search a particular text string in<br>
all current pages.<br>
<br>
I migrated a site to a different domain and I want to make sure that<br>
there are no links or images that point to the old domain. So I want to<br>
do a text search for the old domain in all current pages.<br>
<font color="#888888"><br>
Daniel.<br>
</font><div class="Ih2E3d"><br>
<br>
Victor Kane wrote:<br>
&gt; Pages are stored as nodes in the database.<br>
&gt;<br>
&gt; However, there are several tables involved since revisions for each node<br>
&gt; are involved also.<br>
&gt;<br>
&gt; On Tue, Dec 16, 2008 at 8:42 AM, Daniel Carrera &lt;<a href="mailto:daniel.carrera@zmsl.com">daniel.carrera@zmsl.com</a><br>
</div><div class="Ih2E3d">&gt; &lt;mailto:<a href="mailto:daniel.carrera@zmsl.com">daniel.carrera@zmsl.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Hello,<br>
&gt;<br>
&gt; &nbsp; &nbsp; I&#39;m looking at the DB and I can&#39;t figure out where the page content is<br>
&gt; &nbsp; &nbsp; stored. Does anyone know?<br>
&gt;<br>
&gt; &nbsp; &nbsp; Daniel.<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
<br>
</div>--<br>
<div><div></div><div class="Wj3C7c">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>