1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Add spaces around psql \d* columns, per idea from Joshua Drake.

This commit is contained in:
Bruce Momjian
2009-01-07 00:05:28 +00:00
parent 82c9662378
commit 3084a8aea3

View File

@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2009, PostgreSQL Global Development Group * Copyright (c) 2000-2009, PostgreSQL Global Development Group
* *
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.136 2009/01/06 23:09:56 momjian Exp $ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.137 2009/01/07 00:05:28 momjian Exp $
*/ */
#include "postgres_fe.h" #include "postgres_fe.h"