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 1s3XIt-00Dj9U-Dl for pgsql-general@arkaria.postgresql.org; Sun, 05 May 2024 08:33:03 +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 1s3XIp-005tWu-Uq for pgsql-general@arkaria.postgresql.org; Sun, 05 May 2024 08:33:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s3XIp-005tWm-Hq for pgsql-general@lists.postgresql.org; Sun, 05 May 2024 08:33:00 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s3XIj-001e4e-GH for pgsql-general@lists.postgresql.org; Sun, 05 May 2024 08:32:59 +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; bh=6HPf/1eBlhnYgJHEKh0t+HZ66FxL4fB1bzNKUMb2OfM=; b=KfU9iUC48RVgflwh7/fIBvKfTX FAvLCS18CwOqn87dOH1/kUYcfqQwPQPkH5MaJklcjgV7HKFQBpvA/xF5Tsl0qz/jTq2qEP2tQV1dC FTFNl/64b06IgnLCMfbFHIeacHjnMASp9A8U+qBRSIrZH0YLMrmpi/mZDlk/qcm/ocBA=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1s3XIi-00GJXu-0T; Sun, 05 May 2024 10:32:52 +0200 Date: Sun, 5 May 2024 10:32:52 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: David Gauthier Cc: pgsql-general@lists.postgresql.org Subject: Re: \dt shows table but \d says the table doesn't exist ? Message-ID: Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, May 03, 2024 at 04:58:26PM -0400, David Gauthier wrote: > Soooooo... what am I missing ? > owner is "cron_user". \dt shows cron_user is the owner of the table. Magnus already helped you, but you might want to check this: https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_upper_case_table_or_column_names and generally read the whole "Don't Do This" wiki page. Best regards, depesz