pub async fn reflect_pg_foreign_table(
client: &PgClient,
) -> Result<Vec<PgForeignTable>, Error>Expand description
Asynchronously pull the contents of pg_foreign_table
pub async fn reflect_pg_foreign_table(
client: &PgClient,
) -> Result<Vec<PgForeignTable>, Error>Asynchronously pull the contents of pg_foreign_table