Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0f6ae6

Browse files
committed
random_seed => seed ...
1 parent fe09188 commit d0f6ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/tab-complete.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.28 2001/03/22 04:00:23 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.29 2001/03/30 04:50:47 tgl Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -207,7 +207,7 @@ psql_completion(char *text, int start, int end)
207207
"TimeZone",
208208
"client_encoding",
209209
"server_encoding",
210-
"random_seed",
210+
"seed",
211211

212212
/*
213213
* the rest should match USERSET entries in

0 commit comments

Comments
 (0)