Update 'postgres_cpp/postgres_connector.cpp'

This commit is contained in:
Marcin Kostrzewski 2019-04-19 15:37:20 +00:00
parent 7c9d2b4ac0
commit b67742b197

View File

@ -8,7 +8,7 @@
#define DATABASE "fabryka_sprzetu_it"
#define SQL "SELECT * FROM PC;"
#define COL_W 15 //if some table contetnts have too much characters/numbers in it, change this value.
#define COL_W 15 //if some table contetnts have too many characters/numbers in it, change this value.
using namespace std;
using namespace pqxx;