Skip to content

Commit 5af6e0a

Browse files
committed
Add comments about sharing.
1 parent 7015111 commit 5af6e0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/bin/psql/sprompt.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/sprompt.c,v 1.1 2002/07/06 20:12:30 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/sprompt.c,v 1.2 2002/07/06 20:14:58 momjian Exp $
77
*/
88

9+
10+
/* This file is shared by psql and pg_dump. */
11+
12+
913
/*
1014
* simple_prompt
1115
*

0 commit comments

Comments
 (0)