cannot use views #6
Slania
commented
Feb 28, 2016
You can use views on pg_paxos tables by marking the view as replicated:
SELECT paxos_replicate_table('group', 'queued_jobs');
Leaving this issue open since the error message should be improved and calling paxos_replicate_table seems unnecessary from a technical point-of-view. This check can maybe be relaxed to allow Paxos tables to be joined with non-Paxos tables, the main thing to prevent is queries with multiple Paxos tables in different groups.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment