Skip to content

Commit a9ae2fa

Browse files
committed
Update the name of the latest til
1 parent 19a973e commit a9ae2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ _323 TILs and counting..._
169169
- [Restarting Sequences When Truncating Tables](postgres/restarting-sequences-when-truncating-tables.md)
170170
- [Send A Command To psql](postgres/send-a-command-to-psql.md)
171171
- [Set Inclusion With hstore](postgres/set-inclusion-with-hstore.md)
172-
- [Set Seed For Random Number Generator](postgres/set-seed-for-random-number-generator.md)
172+
- [Set A Seed For The Random Number Generator](postgres/set-a-seed-for-the-random-number-generator.md)
173173
- [Sleeping](postgres/sleeping.md)
174174
- [Special Math Operators](postgres/special-math-operators.md)
175175
- [String Contains Another String](postgres/string-contains-another-string.md)

postgres/set-seed-for-random-number-generator.md renamed to postgres/set-a-seed-for-the-random-number-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Set Seed For Random Number Generator
1+
# Set A Seed For The Random Number Generator
22

33
In PostgreSQL, the internal seed for the random number generator is a
44
run-time configuration parameter. This `seed` parameter can be set to a

0 commit comments

Comments
 (0)