Can anyone confirm the flaw of postgres and how to deal with it?

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Can anyone confirm the flaw of postgres and how to deal with it?
Date: 2022-04-20 15:47:52
Message-ID: CA+i5Jwa8gwQ+7tg0T_PrRFeY8qbMAitLm5FsDyca6ZhVEbgF3Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I loaded several tables onto Postgres.

When you view, you can see all columns.

However, there are 'ghost columns' that I remember I used before, but not
now.

select column_name::text from information_schema.columns where
table_name=a_table

keeps listing columns that I can not see in the current table.

Why does this happen?

What is the solution?

Regards,

David

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2022-04-20 15:51:42 Re: Can anyone confirm the flaw of postgres and how to deal with it?
Previous Message Adrian Klaver 2022-04-20 15:29:13 Re: PostgreSQL 10.20 crashes / Antivirus