Re: Copies or tables in schema or copiyng of database - database versioning

2018-06-22 Thread Adrian Klaver
On 06/22/2018 01:12 AM, Łukasz Jarych wrote: Hi Guys, I want to create copies of tables in postgresql to use them by each user in coherent way, So version 1 will be schema1, version 2 will be schema2 (with copies of tables from version 1). How to perfom it ? Using pg dump and creating new

Copies or tables in schema or copiyng of database - database versioning

2018-06-22 Thread Łukasz Jarych
Hi Guys, I want to create copies of tables in postgresql to use them by each user in coherent way, So version 1 will be schema1, version 2 will be schema2 (with copies of tables from version 1). How to perfom it ? Using pg dump and creating new schemas (or databases is a better idea)? Or it is