aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/interface/config.h
blob: 3cf3fcda9fa7855b1f1508ff9cfc84983abb885f (plain) (blame)
1
2
3
4
5
6
7
8
#include <util/generic/fwd.h>

namespace NYql {

TString GetPostgresServerVersionNum();
TString GetPostgresServerVersionStr();

} // NYql