sql >> Database teknologi >  >> RDS >> PostgreSQL

Henter kommentarer fra en PostgreSQL DB

SELECT c.table_schema,c.table_name,c.column_name,pgd.description
FROM pg_catalog.pg_statio_all_tables as st
  inner join pg_catalog.pg_description pgd on (pgd.objoid=st.relid)
  inner join information_schema.columns c on (pgd.objsubid=c.ordinal_position
    and  c.table_schema=st.schemaname and c.table_name=st.relname);


  1. Risiko ved brug af dynamisk hukommelse i Hyper-V

  2. Sådan rettes MySQL JDBC 08001-databaseforbindelsesfejl

  3. Underforespørgsel ved hjælp af Exists 1 eller Exists *

  4. Multi-Cloud Full Database Cluster Failover-indstillinger for MariaDB Cluster