Re: BUG #16437: The dump is stored with error in creating VIEW statement. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16437: The dump is stored with error in creating VIEW statement.
Date
Msg-id 12581.1589484203@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16437: The dump is stored with error in creating VIEW statement.  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
[ thanks for sending the off-list dump ]

Borys K <koktos632@gmail.com> writes:
> It is not a pure PostgreSQL server.
> I am using https://www.timescale.com/

Well, you'd really need to take this up with them.  This view
seems to be using TimeScale-specific features, and I can't
even tell whether it ought to be legal.  The view would certainly
not be legal in regular Postgres, because the table it's selecting
from has no unique indexes at all, so there's no basis for allowing
an abbreviated GROUP BY.

I'm suspecting that TimeScale may have special provisions for
dumping databases, because it's hard to see how this dump could
be reloaded as-is.  But I don't know much about that product.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16437: The dump is stored with error in creating VIEW statement.
Next
From: PG Bug reporting form
Date:
Subject: BUG #16438: Installation failure at the end when Use Unicode UTF-8 worldwide language support.