summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/interface/config.h
blob: cbf4e72778b448f13818c760fa705532c55dcc83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <util/generic/fwd.h>

namespace NYql {

TString GetPostgresServerVersionNum();
TString GetPostgresServerVersionStr();

} // namespace NYql