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

sql: add missing PostgreSQL built-in functions #26586

Merged
merged 1 commit into from Jun 11, 2018

Commits on Jun 11, 2018

  1. sql: add missing PostgreSQL built-in functions

    Release note (sql change): CockroachDB now supports the built-in
    functions `bit_length()`, `quote_ident()`, `quote_literal()`,
    `quote_nullable()`, and the aliases `char_length()` and
    `character_length()` for `length()`, for compatibility with
    PostgreSQL.
    knz committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    74cfb8a View commit details
    Browse the repository at this point in the history