PostgreSQL

Section header image mobile

Coefficient's PostgreSQL integration lets you easily connect your PostgreSQL database server and import your data to Google Sheets/Excel. Users can import their data by selecting Tables/Columns or write their own query. GPT CoPilot can also be leveraged if users need help creating a custom query for their Coefficient imports! 😎

Connecting to PostgreSQL

Advanced Settings

Visible Schemas

SSH Tunnel

Import from PostgreSQL

Import from Tables & Columns

Import using a Custom SQL Query

Import from GPT SQL Builder

SQL Editor Features

Export to SQL DB

Schedule your Import, Snapshots, and Add Automations

FAQs for PostgreSQL Integration

Connecting to PostgreSQL

When you begin a PostgreSQL import for the first time, you will need to go through a few steps to connect PostgreSQL as a data source for Coefficient.

ℹ️ NOTE: Coefficient will need the following information: Host, Database Name, Username, and Password.

1. Open the Coefficient Sidebar and click the Menu.

Screenshot 2025-09-15 at 9.53.48 AM.png

2. Select “Connected Sources”.

Connected Sources2.png

3. Select “Add Connection” at the bottom and then “Connect” to PostgreSQL.

Screenshot 2025-10-22 at 9.17.21 PM.png

4. Enter the required fields (Host, Database name, Username, Password, and Port).

Screenshot 2025-10-22 at 9.18.59 PM.png

5. If your database is behind a firewall, you will need to whitelist (ALL 3) Coefficient's server IP addresses. (34.217.184.131, 44.234.233.60, 52.32.132.51). Click "Connect" when done.

Screenshot 2025-10-23 at 6.06.38 AM.png

6. You will then be presented with the option to share this connection with other members of your team who also use Coefficient. Your credentials will NOT be shared with your team.  🎉

Screenshot 2025-10-23 at 6.07.54 AM.png

Advanced Settings

When setting up your PostgreSQL connection, you can enable advanced settings to select a specific schema or configure SSH Tunnel encryption.

Visible Schemas

1. In the connection screen, click the "Advanced Settings" link and choose the schema you want to use for your data source connection.

ℹ️ NOTE: To learn more about SQL Schema Limits, click here.

Screenshot 2025-10-23 at 6.09.36 AM.png

SSH Tunnel

If your database server requires an SSH Tunnel for encryption, you can enable this option and enter your credentials in the connection screen.

1. In the connection screen, toggle the "Use SSH Tunnel" on and enter your SSH credentials:

  • SSH Host/IP
  • SSH Port
  • SSH Username
  • Authentication Method
  • Private Key
  • Passphrase (optional)
Screenshot 2025-10-23 at 6.11.29 AM.png

Import from PostgreSQL

There are a few ways to import data using Coefficient from PostgreSQL, Importing from Tables & Columns, Importing from a Custom SQL Query, and Import from GPT SQL Builder.
Importing from Tables and columns allows you to create imports without having to write SQL. Using a Custom SQL Query gives you additional flexibility in the data that you are importing into Coefficient. And lastly, you can now prompt the Coefficient's AI to automatically build the SQL query for you. 🤯

Import from Tables & Columns

1. From the Sidebar, select “Import from…”.

Screenshot 2025-10-24 at 6.18.18 AM.png

2. Select “PostgreSQL” from the list.

Screenshot 2025-10-24 at 6.20.25 AM.png

3. Choose "From Tables & Columns".

Screenshot 2025-10-24 at 6.22.16 AM.png

4. The Import Preview window opens, showing all the table schemas from your PostgreSQL database. Select the table for your import. (eg. ”coeff.actor”)Screenshot 2025-10-24 at 10.54.53 PM.png

5. Once the table is selected, the fields within that table will appear in a list on the left side of the Import Preview window. Select the fields you want to include in your import by checking/unchecking the corresponding boxes.
ℹ️ NOTE: The Import Preview shows only a sample of your data (50 rows). This sample data will be updated if there are any changes to the import's criteria. Screenshot 2025-10-24 at 10.57.51 PM.png
6. Customize your import by adding filters, sorts, limits, or even grouping the data into a cloud pivot table. Then "Import" when done.Screenshot 2025-11-11 at 11.32.10 AM.png
7. Congratulations on your first PostgreSQL import using Tables & Columns! 🎉Screenshot 2025-11-11 at 11.38.02 AM.png

Import from a Custom SQL Query 

1. From the Sidebar, select “Import from…”.

Screenshot 2025-10-24 at 6.18.18 AM.png

2. Select “PostgreSQL” from the list.

Screenshot 2025-10-24 at 6.20.25 AM.png

3. Select "Custom SQL Query".

Screenshot 2025-10-24 at 6.22.24 AM.png

4. The Import Preview window opens, allowing you to enter your custom SQL query in the text box shown below. For further flexibility, you can use Coefficient’s SQL Parameters feature to point a value to a specific cell/range of cells for your query.Screenshot 2025-11-11 at 11.40.23 AM.png

ℹ️  NOTE: Whenever you make changes to your query, you need to click "Refresh Preview" to update the sample data shown in the preview window.Screenshot 2025-11-11 at 11.42.59 AM.png

5. When you click “Import” you will be prompted to give your import a name. The name MUST be UNIQUE as it will also be the name of the tab in your Google Sheets/Excel when imported. (You can always change the name later if needed).Screenshot 2025-11-11 at 11.46.13 AM.png

6. Congratulations on your successful PostgreSQL Custom SQL import with Coefficient! 🎉Screenshot 2025-11-11 at 11.47.39 AM.png

Import from GPT SQL Builder

1. From the Sidebar, select “Import from…”.

Screenshot 2025-10-24 at 6.18.18 AM.png

2. Select “PostgreSQL” from the list.

Screenshot 2025-10-24 at 6.20.25 AM.png

3. Select "GPT SQL Builder".

Screenshot 2025-10-24 at 6.22.31 AM.png

4. Enter your prompt/query in the "Describe what you want to query" box. (Example: "Show all the recently updated actors for 2022") When done, click "Generate SQL". 

 ℹ️ PRO TIP: Be specific when entering your prompts so that the AI can easily understand your requirements and provide more accurate results.Screenshot 2025-11-11 at 12.00.00 PM.png
5. The SQL Builder will automatically generate and write the SQL query for you in the blue text box.

ℹ️  NOTE: Click "Refresh Preview" to display a sample of your data results (only 50 rows are shown) or to update the results of the preview if you make any changes to the query. Screenshot 2025-11-11 at 12.06.56 PM.png

6. You will be prompted to give your import a name. Remember it MUST be UNIQUE as it will also be the name of the tab in your Google Sheets/Excel when imported. (You can always change the name later if needed).Screenshot 2025-11-11 at 12.09.46 PM.png
7. Congratulations on your PostgreSQL import using Coefficient's GPT SQL Builder!  🎉 Screenshot 2025-11-11 at 12.11.08 PM.png

SQL Editor Features

The SQL Editor (including both Custom SQL and the GPT SQL Builder) offers a familiar, intuitive experience with features designed to enhance usability and align closely with native SQL tools.

Screenshot 2025-11-11 at 1.12.09 PM.png

Autocomplete Query

Shows innovative suggestions such as keywords, table names/fields as you type your query. 

Undo / Redo Query

Return/revert query changes during the import preview session.

Inline Data Preview

Preview changes from the import preview window as you modify the query.

Query Formatting

Arrange queries in a more readable format with a simple right-click.

Screenshot 2025-11-11 at 1.16.19 PM.png

Run Keys Shortcut

Allows Command + Enter to run queries.

In-place Parameter Referencing

 Parameters can be called from the query.

Screenshot 2025-11-11 at 1.18.14 PM.png

Export to SQL DB

You can push updates directly from your spreadsheet to PostgreSQL—no manual uploads or complex queries required. With Coefficient’s Export to SQL DB capability, you can seamlessly sync your Google Sheets/Excel with your database. (Hurray! 🏆)

ℹ️ See Export to SQL DB to learn more!

ℹ️ NOTE: Scheduled exports are supported for UPSERT and UPDATE actions. To learn more about Scheduled Exports, click here

Schedule your Import, Snapshots, and Add Automations

Once you have pulled your data into your spreadsheet using Coefficient, you can set up the following:

1. Schedule your ImportScreenshot 2025-09-16 at 8.02.41 AM.png

2. Turn on SnapshotsScreenshot 2025-09-16 at 7.20.51 AM.pngScreenshot 2025-09-16 at 7.20.58 AM.png

3. Set Up Automations

Screenshot 2025-09-16 at 7.22.00 AM.png

FAQs for PostgreSQL Integration

I keep getting an error when I try to connect my PostgreSQL server using Coefficient. What is wrong?

There are a few things to try in this instance:

  1. Make sure that you have the correct PostgreSQL Hostname, Database Name, Username, Password, and Port for your PostgreSQL instance.
  2. If your database is behind a firewall you will need to whitelist our IP Addresses.
    • 34.217.184.131
    • 44.234.233.60
    • 52.32.132.51
  3. Ensure that your PostgreSQL server and port are set to accept remote connections and are not just listening for incoming connections from localhost. Make sure that your server is accessible from the outside (internet) and not only hosted from your local PC/machine. This may require that you reach out to your PostgreSQL Server Admin to update some of your database settings.

How long is Coefficient connected to my PostgreSQL instance?

When Coefficient needs to run a query, we establish a connection to your database, run the query on your behalf, and terminate the connection once the query completes.

Why is the initial connection to PostgreSQL so slow?

When initially connecting to PostgreSQL, it may take a few minutes for Coefficient to fetch your database schema: table/view definitions, column names, etc. We cache this information so setting up subsequent PostgreSQL imports should feel much snappier.

I added a table (or column) in my PostgreSQL database; why is it not showing up in Coefficient?

To deliver a snappy experience when you set up imports from PostgreSQL, we cache your database schema for up to 24 hours. If you recently changed your database schema (e.g., added a table/column, renamed a table/column, etc.), and you don't see the change reflected in Coefficient, you can force a schema reload:

  1. Open the Coefficient sidebar in Google Sheets/Excel.
  2. Click on the ≣ menu in the top right of the sidebar, then click on “Connected Sources”.
  3. Click on your  PostgreSQL connection to see its Connection Settings page
  4. Click on the ︙button near the top right, choose “Reload Schema”, and click “Reload” on the confirmation dialog.

My custom SQL script seems to run longer than expected and sometimes, I see a "SQL Error - canceling statement due to statement timeout" error when I refresh my import, what should I do?

The error message you're seeing indicates that the SQL query you're trying to execute is being canceled due to a statement timeout. This means that the query is taking too long to execute, and your database server is configured to cancel any query that exceeds a certain execution time threshold.
Here are some steps you can take to understand and fix this issue:

  1. Examine the Execution Plan: Use the EXPLAIN command to get the execution plan for your query. This will show you where the query might be inefficient, such as performing full table scans or using nested loops that could be optimized. (Click here to learn more about the EXPLAIN command with PostgreSQL).
  2. Optimize the Query: Look for ways to make the query more efficient. This could involve adding indexes to the columns used in the WHERE clause and the ILIKE conditions, rewriting the query to reduce complexity, or breaking it into smaller parts.
  3. Reduce the Dataset: If possible, limit the scope of the query. For example, if you're querying a large date range or a large number of rows, see if you can reduce that range with LIMIT.
  4. Increase the Statement Timeout (not recommended): If you have control over the database server settings, you can increase the statement timeout value. This is a temporary solution and may not be ideal if the query is inherently inefficient.

 

Was this article helpful? 2 out of 3 found this helpful