diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c
new file mode 100644
index ad4350e..1894743
*** a/src/bin/psql/print.c
--- b/src/bin/psql/print.c
*************** print_aligned_vertical(const printTableC
*** 1367,1375 ****
  		{
  			/*
  			 * For border = 1, one for the pipe (|) in the middle between the
! 			 * two spaces.
  			 */
! 			swidth = 3;
  		}
  		else
  
--- 1367,1376 ----
  		{
  			/*
  			 * For border = 1, one for the pipe (|) in the middle between the
! 			 * two spaces, one for the space on the right side reserverd for the
! 			 * continuation marker.
  			 */
! 			swidth = 4;
  		}
  		else
  
