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 1q9Yov-000169-IN for pgsql-admin@arkaria.postgresql.org; Wed, 14 Jun 2023 22:18:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q9You-0005uP-Bu for pgsql-admin@arkaria.postgresql.org; Wed, 14 Jun 2023 22:18:28 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q9Yot-0005uG-SQ for pgsql-admin@lists.postgresql.org; Wed, 14 Jun 2023 22:18:28 +0000 Received: from mailout.easymail.ca ([64.68.200.34]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q9Yor-002Eab-53 for pgsql-admin@lists.postgresql.org; Wed, 14 Jun 2023 22:18:26 +0000 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 196206156E; Wed, 14 Jun 2023 22:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1686781103; bh=wroDAqjvqiDLFsB2AaovwoSp66oFwsfbO6GpvcZMWAM=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=IowTezvIrlkglN6ZwkrSjh4LoGxAkwoV7hIbZp4zb3e4LM+Tj3h2/bR9ZtRG8gyVO h9mwbEtKUKFcsfSRlRDmQ4kWX9e/MBolLgInDClgfSPd2f7hUAebtU8VTQx34Ov/r+ ex9D5FTiAAEMmBpIIKu0awhwMguUIY8qzcLh3F90+uXrELiESK6+DW1cuQrS/tK3Cy VWMscqF4OfWEXuZuOlXOZYBPsfjb9BZu8eOrHikexutrhfsWVfwisom/chty2z9UtB 76jwdWT8++MiycChIY4vpy6uc3WrHaEQ2LvM7RZUdzm48rd5eFZFDnulaJrsS7jqL+ 1gPo4V6xP7URw== X-Virus-Scanned: Debian amavisd-new at emo07-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo07-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Psow06iYBLkK; Wed, 14 Jun 2023 22:18:22 +0000 (UTC) Received: from smtpclient.apple (unknown [165.140.184.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 84F2D6156D; Wed, 14 Jun 2023 22:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1686781102; bh=wroDAqjvqiDLFsB2AaovwoSp66oFwsfbO6GpvcZMWAM=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=JgVSFZPCDDbPJPdAJdBeNz58e3+7EPGBLXcdFTgtos1snxjahgLAZzZ78uIa0yCnE pkcod+HTCLoEo77vo16qKmsJ+Maw1yL1UfLvDyjN0hMCOID7akPCCbf+Eepar7nWoc CnXPlbIrbU1SAho6I5NoOcESE9J8adECJteqvE3Fd4gRQmXOpY661m4XAN4K8KoKKD V4dPLyC+vribmo6xGsSxpUdMEdIOwRHVh56MF6MBNBKmpfkbIhU5NPH+qXdOtwLRLW d6yMxvH9z9DQiwdRK4Bg+wB0imLXjs+GtUk+xX8ILBEtTg/NEbpFDZPdFpNLqQBsdo wrfQxKrLUPjDg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: The same result for with SPACE and without SPACE From: Scott Ribe In-Reply-To: Date: Wed, 14 Jun 2023 16:18:11 -0600 Cc: "pgsql-admin@lists.postgresql.org" Content-Transfer-Encoding: 7bit Message-Id: References: To: M Sarwar X-Mailer: Apple Mail (2.3731.600.7) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Did you use type char instead of varchar?