Skip to content

Symbol Descriptions #7

@jwp

Description

@jwp

Symbols don't provide any metadata. While statements can provide much of this information, procedure references require
some specialization wrt the exposed description.

A full description is needed:

parameter types
parameter names
optional parameters (due to procedure defaults[8.4 feature])
result types
result column names (if applicable; single column results may not have names)
result transformation/finalized type (if any; column/mapping)

How should COPY be described? o_O

I'm thinking along the lines of:

Bs.pg_description, Bs.sql_description

Where each attribute can express type identifiers in a native form...

Statements and procedures are a bit more simple than symbols, so I'm not optimistic about being able to directly reflect
their metadata attributes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions