pub async fn reflect_pg_partitioned_table(
client: &PgClient,
) -> Result<Vec<PgPartitionedTable>, Error>Expand description
Asynchronously pull the contents of pg_partitioned_table
pub async fn reflect_pg_partitioned_table(
client: &PgClient,
) -> Result<Vec<PgPartitionedTable>, Error>Asynchronously pull the contents of pg_partitioned_table