=?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
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
#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