> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding specific tables to a ClickPipe

> Describes the steps need to add specific tables to a ClickPipe.

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

There are scenarios where it would be useful to add specific tables to a pipe. This becomes a common necessity as your transactional or analytical workload scales.

<h2 id="add-tables-steps">
  Steps to add specific tables to a ClickPipe
</h2>

This can be done by the following steps:

1. [Pause](/integrations/clickpipes/postgres/pause-and-resume) the pipe.
2. Click on Edit Table settings.
3. Locate your table - this can be done by searching it in the search bar.
4. Select the table by clicking on the checkbox.

<br />

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/add_table.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=cce2688f7cea635e80cad61836979e39" border size="md" width="960" height="250" data-path="images/integrations/data-ingestion/clickpipes/postgres/add_table.png" />

5. Click update.
6. Upon successful update, the pipe will have statuses `Setup`, `Snapshot` and `Running` in that order. The table's initial load can be tracked in the **Tables** tab.

<Info>
  CDC for existing tables resumes automatically after the new table’s snapshot completes.
</Info>
