From b67742b197c88a8ac97b486690ca123a4d42d190 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Fri, 19 Apr 2019 15:37:20 +0000 Subject: [PATCH] Update 'postgres_cpp/postgres_connector.cpp' --- postgres_cpp/postgres_connector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_cpp/postgres_connector.cpp b/postgres_cpp/postgres_connector.cpp index f7ae29e..33aa3f3 100644 --- a/postgres_cpp/postgres_connector.cpp +++ b/postgres_cpp/postgres_connector.cpp @@ -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;