| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Дмитрий Иванов <firstdismay(at)gmail(dot)com> |
| Cc: | pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Two academic questions |
| Date: | 2022-02-02 04:18:53 |
| Message-ID: | CAKFQuwY9S9iCy99akNZm2DHxn51-g2N3kcxANK3OhhorSx5Q9g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Feb 1, 2022 at 8:15 PM Дмитрий Иванов <firstdismay(at)gmail(dot)com> wrote:
> Why are COLUMN GENERATED ALWAYS AS called "methods" and singled out as a
> separate field type?
>
This sounds like you are describing something written. Can you provide a
link to where that is?
Is there a common name in the community for the approach in which the data
> schema is presented as data?
>
Which community? There are many ways in which a "data schema [can be]
presented as data". In PostgreSQL there is only a single source of truth
for what the data schema is - the "System Catalogs" [1]. Those tables are
made available to the user in the pg_catalog schema.
[1] https://www.postgresql.org/docs/current/catalogs.html
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Abhishek Bhola | 2022-02-02 04:20:10 | Re: Subscription stuck at initialize state |
| Previous Message | Дмитрий Иванов | 2022-02-02 03:15:02 | Two academic questions |