diff --git a/README.md b/README.md index 446ef7f..75ee687 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ _323 TILs and counting..._ - [Restarting Sequences When Truncating Tables](postgres/restarting-sequences-when-truncating-tables.md) - [Send A Command To psql](postgres/send-a-command-to-psql.md) - [Set Inclusion With hstore](postgres/set-inclusion-with-hstore.md) -- [Set Seed For Random Number Generator](postgres/set-seed-for-random-number-generator.md) +- [Set A Seed For The Random Number Generator](postgres/set-a-seed-for-the-random-number-generator.md) - [Sleeping](postgres/sleeping.md) - [Special Math Operators](postgres/special-math-operators.md) - [String Contains Another String](postgres/string-contains-another-string.md) diff --git a/postgres/set-seed-for-random-number-generator.md b/postgres/set-a-seed-for-the-random-number-generator.md similarity index 95% rename from postgres/set-seed-for-random-number-generator.md rename to postgres/set-a-seed-for-the-random-number-generator.md index 84bcfe5..2a45fab 100644 --- a/postgres/set-seed-for-random-number-generator.md +++ b/postgres/set-a-seed-for-the-random-number-generator.md @@ -1,4 +1,4 @@ -# Set Seed For Random Number Generator +# Set A Seed For The Random Number Generator In PostgreSQL, the internal seed for the random number generator is a run-time configuration parameter. This `seed` parameter can be set to a