Skip to content

Should functions work with vectorization #1

Description

@kakoni

I've got pretty simple table;

CREATE FOREIGN TABLE samples_cstore
(
  id             integer,
  sampled_at     timestamp without time zone
)

Trying run datetrunc with grouping as

select date_trunc('day', sampled_at) from samples_cstore group by 1;

kills psql, I get

The connection to the server was lost. Attempting reset: Failed.

I'm on osx 10.9 with homebrewed postgres 9.3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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