diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-11 17:32:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-11 17:32:37 +0000 |
commit | 68ba17d40677c8cf623eec5cb5cc5a8afadcd472 (patch) | |
tree | ac8e73c1eb74b0f39f9e245974d2193463fc510e /src | |
parent | 6fdc44be71e7732b4a9550d04befcc9144ef188f (diff) | |
download | postgresql-68ba17d40677c8cf623eec5cb5cc5a8afadcd472.tar.gz postgresql-68ba17d40677c8cf623eec5cb5cc5a8afadcd472.zip |
Add comment about sharing of sprompt.c file.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/sprompt.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bin/pg_dump/sprompt.c b/src/bin/pg_dump/sprompt.c index 9c15b3fdbd3..767d984ac26 100644 --- a/src/bin/pg_dump/sprompt.c +++ b/src/bin/pg_dump/sprompt.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.2 2002/09/04 20:31:35 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.3 2002/09/11 17:32:37 momjian Exp $ */ /* @@ -18,6 +18,11 @@ * * Returns a malloc()'ed string with the input (w/o trailing newline). */ + + +/* This file is shared by psql and pg_dump. */ + + #include "postgres_fe.h" #ifdef HAVE_TERMIOS_H |