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 1nh6C9-00047J-RK for pgsql-admin@arkaria.postgresql.org; Wed, 20 Apr 2022 09:00:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nh6C8-0003re-HB for pgsql-admin@arkaria.postgresql.org; Wed, 20 Apr 2022 09:00:16 +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 1nh6C8-0003rV-4m for pgsql-admin@lists.postgresql.org; Wed, 20 Apr 2022 09:00:16 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nh6C5-00087T-OK for pgsql-admin@postgresql.org; Wed, 20 Apr 2022 09:00:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JwkMcD4CwMgTzzy1D57YNUxSq6l6WoG7ETunARzBcNs=; b=Od3oT4mhp9gJ8NDntdTixYkxPM 9DT/lunWCWvWK0ZgE0rABApUQ2bWxM7n2PlIk2cnmEGCddDTSDPmm6c3FuvsW8XJBQWyQirXI1vO6 65lqYeWzqA4+pKSRG0qhMd7+KRmxNXpjo92dmzFACQ3sBCJRWIAsYthIwrsmnBmcSSds=; Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by depesz.com with esmtpa (Exim 4.92) (envelope-from ) id 1nh6C3-0002BJ-P6; Wed, 20 Apr 2022 11:00:11 +0200 Date: Wed, 20 Apr 2022 11:00:11 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: dbatoCloud Solution Cc: pgsql-admin@postgresql.org Subject: Re: need help on PostgreSQL 14 new features !!! Message-ID: <20220420090011.GA31991@depesz.com> Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 19, 2022 at 11:04:36PM +0530, dbatoCloud Solution wrote: > I would like to learn more about the features in Postgresql 13 and 14. > > Could you please some help on this? if any documents to refer then it would > be great If I can suggest: https://www.depesz.com/tag/pg13/ https://www.depesz.com/tag/pg14/ and of course official release notes: https://www.postgresql.org/docs/13/release-13.html https://www.postgresql.org/docs/14/release-14.html depesz