Wingetlywingetly
← All apps

psqlodbc

by PostgreSQL Global Development Groupv18.00.0002

Last updated

The official PostgreSQL ODBC Driver

Install with winget

$ winget install --id PostgreSQL.psqlODBC --exact --version 18.00.0002

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for psqlodbc

psqlodbc uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i psqlodbc_x64.msi /quiet /norestart

See the full silent install reference for psqlodbc

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v18.00.0002

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect
x86EXE
Burn bundle
machineDirect
x64MSI
WiX
machineDirect
x64EXE
Burn bundle
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high7.2Fix in v18.5CVE-2026-6471affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account....

  • medium4.3Fix in v18.5CVE-2026-6470affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type...

  • low3.8Fix in v18.5CVE-2026-6469affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies t...

  • high8.1Fix in v18.5CVE-2026-6464affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the "COPY FROM STDIN" or "\copy FROM STDIN" command fails before the server indicates that it awaits input rows, psql pr...

  • high8.8Fix in v18.5CVE-2026-19385affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Heap buffer overflow in PostgreSQL pg_dump of long function transform lists allows an object creator to execute arbitrary code as the operating system user running pg_dump, via a crafted transform list. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affecte...

  • high8.8Fix in v18.5CVE-2026-18408affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql \restrict meta-command input expansion. The...

  • medium4.3Fix in v18.5CVE-2026-18024affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Buffer over-read in PostgreSQL ascii() SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before Postgr...

  • low3.8Fix in v18.5CVE-2026-16241affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or...

Showing 8 of 25. Source: NVD, updated 4h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • PostgreSQL 10PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.10v10

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 17PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.17v17.11-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 16PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.16v16.15-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 18PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.18v18.6-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 12PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.12v12.22-1

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 15PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.15v15.19-3

    The World's Most Advanced Open Source Relational Database

More from PostgreSQL Global Development Group or browse odbc, postgresql.

Frequently asked questions

How do I install psqlodbc on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PostgreSQL.psqlODBC --exact --version 18.00.0002. winget downloads the installer from PostgreSQL Global Development Group and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install psqlodbc silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PostgreSQL.psqlODBC --exact 18.00.0002 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for psqlodbc?
psqlodbc uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i psqlodbc_x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall psqlodbc via winget?
Run: winget uninstall --id PostgreSQL.psqlODBC --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from psqlodbc's Apps & Features entry.
Is psqlodbc free?
psqlodbc is distributed under LGPL-2.0. Refer to the publisher (https://odbc.postgresql.org/) for the full license terms - Wingetly itself does not charge for installation.
Does psqlodbc work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls psqlodbc directly from the publisher.
How do I keep psqlodbc up to date?
Run winget upgrade --id PostgreSQL.psqlODBC --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of psqlodbc from microsoft/winget-pkgs.

Recent versions

  • 18.00.0002latest
  • 18.00.0001
  • 18.0.0
  • 18.00.0000
  • 17.00.0009
  • 17.00.0008
  • 17.00.0007
  • 17.00.0006
  • 17.00.0005
  • 17.00.0004