Re: Define hash partition for certain column values

2021-01-10 Thread Tom Lane
=?utf-8?B?0JPQvtC70YPQsdC10LLQsCDQr9C90LA=?= writes: > Hello, I've found in source code that there is a function > satisfies_hash_partition(oid, modulus, remainder, column_values[]) which > allows to check if the certain column value will be placed in the certain > partition. I' d like to know

Define hash partition for certain column values

2021-01-10 Thread Голубева Яна
Hello, I've found in source code that there is a function satisfies_hash_partition(oid, modulus, remainder, column_values[]) which allows to check if the certain column value will be placed in the certain partition.I' d like to know if there is an opportunity not to check the certain partition but

Re: How to keep format of views source code as entered?

2021-01-10 Thread raf
#x27;d want the documentation in the source code repository. Having access to the original source would be much nicer (and enable auditing views in the database against the views in the source code repository to see if they've been changed). cheers, raf #!/usr/bin/env python # pg_extract_views.py - S