diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-31 04:49:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-31 04:49:44 +0000 |
commit | 4911c85e86a8491e97032515dee59a9612ba7e3a (patch) | |
tree | cb6bb426f852d013505d8a540db1e4967a9a52f3 /src/interfaces/ecpg/lib/connect.c | |
parent | 74c2f8e72915e058f83776d655711315440ae2b2 (diff) | |
download | postgresql-4911c85e86a8491e97032515dee59a9612ba7e3a.tar.gz postgresql-4911c85e86a8491e97032515dee59a9612ba7e3a.zip |
Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.
Add space between slash for ALTER TABLE / ADD ....
Regression and *.po updates to follow.
Diffstat (limited to 'src/interfaces/ecpg/lib/connect.c')
-rw-r--r-- | src/interfaces/ecpg/lib/connect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/connect.c b/src/interfaces/ecpg/lib/connect.c index 239c766d7c7..da4b8a3d7e0 100644 --- a/src/interfaces/ecpg/lib/connect.c +++ b/src/interfaces/ecpg/lib/connect.c @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/connect.c,v 1.13 2001/10/25 05:50:11 momjian Exp $ */ +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/connect.c,v 1.14 2001/10/31 04:49:44 momjian Exp $ */ #include "postgres_fe.h" @@ -205,7 +205,7 @@ ECPGnoticeProcessor(void *arg, const char *message) /* these are harmless - do nothing */ /* - * NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index '*' + * NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index '*' * for table '*' */ |