Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oDULL-0003Ho-6Z for pgsql-odbc@arkaria.postgresql.org; Mon, 18 Jul 2022 17:15:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oDULK-0005Ul-3V for pgsql-odbc@arkaria.postgresql.org; Mon, 18 Jul 2022 17:15:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oDULJ-0005Ub-RB for pgsql-odbc@lists.postgresql.org; Mon, 18 Jul 2022 17:15:37 +0000 Received: from mail-oa1-x33.google.com ([2001:4860:4864:20::33]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oDULH-00072w-Pu for pgsql-odbc@postgresql.org; Mon, 18 Jul 2022 17:15:37 +0000 Received: by mail-oa1-x33.google.com with SMTP id 586e51a60fabf-10c0d96953fso25475884fac.0 for ; Mon, 18 Jul 2022 10:15:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=q74U1oUVGsn8lIH/+bEYGjuVCZxVB0nTRTIhK9ZzASw=; b=oZDnWQAoQbaDRx67IMNaw7voXtd+cvKA+kPom4SZdBAsgt1/eXdzYN0AOgV3oijxmu jyG/xKaMO1XuUGcJG1bgtScpCQHHiquKHW5Z/yHjS2XaDSTsgAbV+dc2TONstLMJJIFW Ytya03qUXV9Yf/aTgB6LCyBfewDyWRuJXgra2T/rrGAcVKWdj4XtR7DXbVEUm5P3Kc7b ekTV8Zg8n88yk8W5Ak4JaKs4kQ3WT76a7xFscogrdM06dUd2pUj8NZHM7ACXGKnFhhK6 7VsjZozrUItJOmPPB8esyypLXMK2TM9idXWMNxrCOwY/a4spHHZu080rkItQft1BwPnW 4T8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=q74U1oUVGsn8lIH/+bEYGjuVCZxVB0nTRTIhK9ZzASw=; b=1uj2nGwYpz4fD8W1xhj1spN2O0yzbhlHB5dwVR1RmOdzzUJg6wpBXyaBlrYYKAyi3A tmX4gcAdSHeBusoiNi2XefLFJZZ7BzaRu0qZxywzBWYNS6/g8OD430KI8Nrk+GEqneV3 hPSW84L1L85OnD2e9jR2FPiSKfuZvGSdRYUKkj6QPWmAncWoYppwoaosIN70J64ej2E8 tJu/4517V/UGQgESFuqzYzQ8S7wWKmOhaQc8BZYZz6vshW1//Yr7/wQnY37h+3qCHcJg NSWPiDej5k3YrjOLyDXOta0w4z14IZXHYtaBWCqF2xeNBLnGOakDV60TqASbseUSyTT1 jICg== X-Gm-Message-State: AJIora9wPDElo2wvO0xxbwPaNzxCkJJiNKpNleYnEvWNrY0Gw/gQF0tE UooWFYcuPa/zwFxxsNAy4yiL3Ly8cjY/4Tnje7WKSpT3 X-Google-Smtp-Source: AGRyM1tI6BhuU3753DWLrCGLQjD8kL0xJNtAj6H7LcLOI8ylRpGHov9ruqQfGQQBFr06ZokIPOnfXMIMfEM6oly9io0= X-Received: by 2002:a05:6870:428b:b0:10c:3847:db45 with SMTP id y11-20020a056870428b00b0010c3847db45mr17783819oah.218.1658164533474; Mon, 18 Jul 2022 10:15:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Igor Korot Date: Mon, 18 Jul 2022 12:15:22 -0500 Message-ID: Subject: Fwd: PostgreSQL ODBC driver on OSX To: PostgreSQL ODBC list Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ---------- Forwarded message --------- From: Igor Korot Date: Sun, Jul 17, 2022 at 9:26 PM Subject: PostgreSQL ODBC driver on OSX To: PostgreSQL ODBC list , pgsql-generallists.postgresql.org , pgsql-general Hi, ALL, Can I download and install the latest PostgreSQL ODBC driver on Mac (prebuilt binaries). I have High Sierra 10.13.6 and am hoping to just run the installer or dmg file which will set everything up. I do have iODBC installed on the box. Or I will have to download the sources and compile it on my machine? Thank you.