Skip to content

support postgres schema qualifier in queries (and type definitions) #26

@uladkasach

Description

@uladkasach

we need to be able to support

  SELECT jobsdb.upsert_location(
    :city,
    :state,
    :postal,
    :country
  ) as id;

in addition to

  SELECT upsert_location(
    :city,
    :state,
    :postal,
    :country
  ) as id;

not everyone will want to update their search path - and depending on how they setup their db it could be useful to join cross schemas


consider also:

  • tables
  • views
  • functions

and

  • in queries
  • in ddl

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockerBlocks an in scope use case until completed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions