diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-03-30 04:50:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-03-30 04:50:47 +0000 |
commit | d0f6ae68f5db762f3083777df10f617c41f6b076 (patch) | |
tree | 4e8797c3640657a086b8de3138d02caf7ddfd320 | |
parent | fe0918863ba4081381220686612e953b25abdb0e (diff) | |
download | postgresql-d0f6ae68f5db762f3083777df10f617c41f6b076.tar.gz postgresql-d0f6ae68f5db762f3083777df10f617c41f6b076.zip |
random_seed => seed ...
-rw-r--r-- | src/bin/psql/tab-complete.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index c74326d4ca5..f372e0ea61a 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.28 2001/03/22 04:00:23 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.29 2001/03/30 04:50:47 tgl Exp $ */ /*---------------------------------------------------------------------- @@ -207,7 +207,7 @@ psql_completion(char *text, int start, int end) "TimeZone", "client_encoding", "server_encoding", - "random_seed", + "seed", /* * the rest should match USERSET entries in |