From: Bruce Momjian Date: Sat, 6 Jul 2002 20:14:58 +0000 (+0000) Subject: Add comments about sharing. X-Git-Tag: REL7_3~1244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5af6e0a4ac57f11d071d6200f0264bf6798b64f6;p=postgresql Add comments about sharing. --- diff --git a/src/bin/psql/sprompt.c b/src/bin/psql/sprompt.c index c9c2ab5cfc..183b8e97ed 100644 --- a/src/bin/psql/sprompt.c +++ b/src/bin/psql/sprompt.c @@ -3,9 +3,13 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/sprompt.c,v 1.1 2002/07/06 20:12:30 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/sprompt.c,v 1.2 2002/07/06 20:14:58 momjian Exp $ */ + +/* This file is shared by psql and pg_dump. */ + + /* * simple_prompt *