Verify and support all system tables in pgproto
It's important to be able to work with system tables from pgproto. However, some of these tables contain unsupported values, resulting in unsupported type errors. We should add tests that involve reading from them in order to verify support of them or to find new errors.
Note: #731 (closed) and #729 (closed)