We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2cf71 commit ca58d95Copy full SHA for ca58d95
datafusion-postgres/src/lib.rs
@@ -24,8 +24,8 @@ pub use handlers::{DfSessionService, Parser};
24
25
/// re-exports
26
pub use arrow_pg;
27
-pub use pgwire;
28
pub use datafusion_pg_catalog;
+pub use pgwire;
29
30
#[derive(Getters, Setters, WithSetters, Debug)]
31
#[getset(get = "pub", set = "pub", set_with = "pub")]
0 commit comments