Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tYq0a-00FlKV-3D for pgsql-general@arkaria.postgresql.org; Fri, 17 Jan 2025 17:19:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tYq0Y-002hUu-Jw for pgsql-general@arkaria.postgresql.org; Fri, 17 Jan 2025 17:19:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tYq0Y-002hUm-8t for pgsql-general@lists.postgresql.org; Fri, 17 Jan 2025 17:19:46 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYq0W-0003VP-1s for pgsql-general@lists.postgresql.org; Fri, 17 Jan 2025 17:19:45 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 50HHJicu2268304; Fri, 17 Jan 2025 12:19:44 -0500 From: Tom Lane To: "Zacher, Stacy" cc: "pgsql-general@lists.postgresql.org" Subject: Re: pgvector extension error In-reply-to: References: Comments: In-reply-to "Zacher, Stacy" message dated "Fri, 17 Jan 2025 17:13:23 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2268302.1737134384.1@sss.pgh.pa.us> Date: Fri, 17 Jan 2025 12:19:44 -0500 Message-ID: <2268303.1737134384@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Zacher, Stacy" writes: > We are having issues getting the pgvector extension to work in a database. This: > dbdev=# create extension if not exists vector; > ERROR: type "vector" already exists indicates you've got some type named "vector" in that database already. It didn't come from pgvector, so where did it come from? regards, tom lane