1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Update the name of the latest til

This commit is contained in:
jbranchaud
2016-02-03 19:47:31 -06:00
parent 19a973e780
commit a9ae2fab69
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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