Skip to content

Query returns different result sets on different Postgres versions #80

@eaigner

Description

@eaigner

Put the following Gist in a main.go and run it (with the correct credentials set) against

  1. A local install of Postgres 9.2.2 using the Postgres.app with ssmode=disable
  2. A free heroku Postgres 9.1.6 Dev instance with ssmode=require

version 1 will return rows in both cases, version 2 only for the table without the bytea field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions