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

create view error #1992

Closed
FreeGIS opened this issue Dec 4, 2018 · 2 comments
Closed

create view error #1992

FreeGIS opened this issue Dec 4, 2018 · 2 comments

Comments

@FreeGIS
Copy link

FreeGIS commented Dec 4, 2018

image
my postgresql.conf:
shared_preload_libraries = 'pg_pathman,pg_stat_statements,pipelinedb'

but when i modified the postgreql.conf
shared_preload_libraries = 'pipelinedb'
then
`test=# CREATE VIEW cv1 WITH (action=materialize) AS select order_id, min(ts) min_ts,array_agg(ts||','||st_astext(pos)) as seg from s1 group by order_id;

CREATE VIEW
I guess if had a bug in the pipelinedb and caused the error?

@derekjn
Copy link
Contributor

derekjn commented Dec 4, 2018

@FreeGIS can you share the server logs at the time of the connection closing?

@derekjn
Copy link
Contributor

derekjn commented Dec 18, 2018

@FreeGIS I just wanted to follow up here to see if you could provide any further information about this from your logs? It may have been resolved by one of the most recent release package revisions...

@derekjn derekjn closed this as completed Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants