Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pg_catalog: populate atttypmod for timestamp/interval types #111400

Merged
merged 1 commit into from Oct 4, 2023

Commits on Sep 28, 2023

  1. pg_catalog: populate atttypmod for timestamp/interval types

    Previously, the atttypmod was not populated inside the pg_attribute
    catalog table. This meant that ORM's could not know the precision of
    these types properly.  This patch will add precision to the pg_attribute
    table and formatting for the interval type to address this.
    
    Fixes: cockroachdb#110787
    
    Release note (bug fix): atttypmod in pg_attribute was
    not populated for timestamp / interval types.
    fqazi committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    463d8da View commit details
    Browse the repository at this point in the history