If you’re not familiar with importing data using DBeaver, then I encourage you to view my previous blog here:
- Dbeaver Postgresql Dump
- Dbeaver Postgresql Connection Refused
- Dbeaver And Postgresql Download
- Dbeaver Postgresql Driver Files Are Missing
Dbeaver Postgresql Dump

DBeaver has been a key application to help us tech our Computing Engineer postgrad courses. As our curricula includes several database engines, relational and nosql, having the support of a tool that supports them all is incredibly helpful. Database Browser is a freeware database management software download filed under database software and made available by DB Software Laboratory for Windows. The review for Database Browser has not been completed yet, but it was tested by an editor here on a PC and a list of features has been compiled; see below. Manage PostgreSQL data with visual tools in DBeaver like the query browser. The CData JDBC Driver for PostgreSQL implements JDBC standards that enable third-party tools to interoperate, from wizards in IDEs to business intelligence tools. Postgresql dbeaver navicat. Improve this question. Follow asked Dec 2 '20 at 13:10. 154 10 10 bronze badges. A time zone configuration for the current session can be set when connecting to a database. Different Clients connect to the database in different ways. One client may send a time zone configuration for the session. DBeaver is designed for use with SAP® ASE (Adaptive Server Enterprise), originally known as Sybase SQL Server, and also commonly known as Sybase DB or ASE, – a relational model database server product for businesses.
This time I will show you how to update data using a csv file inside DBeaver.
Connecting to the csv File

Right-click your database connection (or anywhere if your connections are empty), click Create and then click Connection.
Make sure the All tab is select on the left and scroll down to CSV. Click Next.
Click Browse… and select the folder where your csv file is that you saved from Excel. You’re selecting a folder here, not a file. The connection will load ALL csv files in that folder. Click Finish.
You will now see a new connection; this connection is set up exactly like a regular connection. Each csv file in your folder will be set up as a table with columns.
Updating Data
The data in the current PostgreSQL table looks like this:
Battle beneath the earth download. Our csv file data looks like this:
Create Staging Table
We’ll need to create a staging table to perform our updates from using the csv data. You can right-click your PostgreSQL table, click Generate SQL and then click DDL. Copy the create statement, change the table name, and execute.
Import Stage Data
Now we can import the stage data for our update, right-click your stage table, click Import Data, select Table and click Next. Change the source to your CSV connection table and click Next.

Check that the mapping is existing and click next, next again on the transfer settings and then click Finish to start the import.
SQL Update


Now we can use generic sql to update the data.
Dbeaver Postgresql Connection Refused
We can now see that the table has been updated.
Dbeaver And Postgresql Download
If you’re looking for other ways to import files into DBeaver, check out my other blog:
Dbeaver Postgresql Driver Files Are Missing
- Dark theme support was improved (Windows 10 and GTk)
- Data viewer:
- Copy As: format configuration editor was added
- Extra configuration for filter dialog (performance)
- Sort by column as fixed (for small fetch sizes)
- Case-insensitive filters support was added
- Plaintext view now support top/bottom dividers
- Data editor was fixed (when column name conflicts with alias name)
- Duplicate row(s) command was fixed for multiple selected rows
- Edit sub-menu was returned to the context menu
- Columns auto-size configuration was added
- Dictionary viewer was fixed (for read-only connections)
- Current/selected row highlighting support was added (configurable)
- Metadata search now supports search in comments
- GIS/Spatial:
- Map position preserve after tiles change
- Support of geometries with Z and M coordinates was added
- Postgis: DDL for 3D geometry columns was fixed
- Presto + MySQL geometry type support was added
- BigQuery now supports spatial data viewer
- Binary geo json support was improved
- Geometry export was fixed (SRID parameter)
- Tiles definition editor was fixed (multi-line definitions + formatting)
- SQL editor:
- Auto-completion for objects names with spaces inside was fixed
- Database objects hyperlinks rendering was fixed
- SQL Server: MFA (multi-factor authentication) support was added
- PostgreSQL: array data types read was fixed
- Oracle: indexes were added to table DDL
- Vertica: LIMIT clause support was improved
- Athena: extra AWS regions added to connection dialog
- Sybase IQ: server version detection was improved
- SAP ASE: user function loading was fixed
- Informix: cross-database metadata read was fixed
- We migrated to Eclipse 2021-03 platform
