citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Allow a query to supply rows for INSERT commands #5

Open jberkus opened 9 years ago

jberkus commented 9 years ago

Support INSERT ... SELECT for inserting from other tables into a sharded table.

amitlan commented 9 years ago

came here to report just that...

jasonmp85 commented 9 years ago

Marking as a documentation task as this seems to be something people expect but isn't explicitly called out in the README as being unsupported.

jasonmp85 commented 9 years ago

Explicitly called out this limitation in the limitations section.