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 1t6iYJ-00F33U-Vw for pgsql-general@arkaria.postgresql.org; Fri, 01 Nov 2024 03:42:23 +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 1t6iYH-008lVF-Gp for pgsql-general@arkaria.postgresql.org; Fri, 01 Nov 2024 03:42:21 +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 1t6iYH-008lV5-67 for pgsql-general@lists.postgresql.org; Fri, 01 Nov 2024 03:42:21 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6iYD-003tIu-SA for pgsql-general@postgresql.org; Fri, 01 Nov 2024 03:42:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=qpZFQLe1MG4t9DOl7f/8yPFis8JFg/6C01Y2bZZCkWI=; b=QrmYykBSoT7LFBiPoGn1TQrFaK qXhTBTLZ82LNdciDdMCef4YuKSRAGXuucrg0L8aAuO7ykbmh+PuZCAjh47fT+hepFGb1pwrNJL5+G 1Z4mT0eRR7DZ3foGVVbYZ5g0gyDKR3Me9nxNzE+O+k6E//Udriv2Gorp35bryil7QxM/X11buPEij bLYpXElRXdth5NWBdmhQIAmTRziou2NH1aO4uryJAI4PQqkAwXf5g10Dw6XSms6zzAra2tN0Hf9+5 CVN4fMd7jiJt84GCMubANLZ7RJ4221Sv1y/poIwGI1nOO6tTYE/UoLC8fyvqIxLutiQefQAvyK9BJ Pw0hif3g==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1t6iYC-004S06-33; Thu, 31 Oct 2024 23:42:16 -0400 Date: Thu, 31 Oct 2024 23:42:16 -0400 From: Bruce Momjian To: Ron Johnson Cc: pgsql-general Subject: Re: What to do with a PAAS-pg server Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Oct 30, 2024 at 11:49:29AM -0400, Ron Johnson wrote: > Settings, like "SELECT * FROM pg_settings;" This query will show you the non-default settings: SELECT name, current_setting(name), source FROM pg_settings WHERE source NOT IN ('default', 'override'); --------------------------------------------------------------------------- > On Wed, Oct 30, 2024 at 11:32 AM alexander al (leiden) > wrote: > > Hi, > > we have a supplier (via our client) who has an self build PAAS-version > of postgresql. Ok, you would say, that's fine. But, there is always an > but, we think the settings are not quite ok. We really want to know how > much memory etc there is on that server. So we can recommend the > recommended settings. Is there a way to get those information on the > server itself from psql? > > regards, > > Alexander Al > > > > > > > > -- > Death to , and butter sauce. > Don't boil me, I'm still alive. > crustacean! -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com When a patient asks the doctor, "Am I going to die?", he means "Am I going to die soon?"