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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user