/
githubmirror
/
ydb-go-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-go-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
internal/pg/pgconst.go
9 строк
160 B
Timofey Koolin
fix style
13 мар 2024, 15:55
13 мар 2024, 15:55
3b44afe
Код
Авторство
О чём код?
package pg const ( // https://github.com/postgres/postgres/blob/master/src/include/catalog/pg_type.dat OIDInt4 = 23 OIDInt8 = 20 OIDUnknown = 705 )