Skip to content

Commit 142811f

Browse files
committed
Change value to values
1 parent 2e0a48a commit 142811f

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
@@ -180,7 +180,7 @@ _333 TILs and counting..._
180180
- [Send A Command To psql](postgres/send-a-command-to-psql.md)
181181
- [Set Inclusion With hstore](postgres/set-inclusion-with-hstore.md)
182182
- [Set A Seed For The Random Number Generator](postgres/set-a-seed-for-the-random-number-generator.md)
183-
- [Sets With The Value Command](postgres/sets-with-the-value-command.md)
183+
- [Sets With The Values Command](postgres/sets-with-the-values-command.md)
184184
- [Sleeping](postgres/sleeping.md)
185185
- [Special Math Operators](postgres/special-math-operators.md)
186186
- [String Contains Another String](postgres/string-contains-another-string.md)

postgres/sets-with-the-value-command.md renamed to postgres/sets-with-the-values-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sets With The Value Command
1+
# Sets With The Values Command
22

33
You can concisely create sets of values in PostgreSQL using the `values`
44
command.

0 commit comments

Comments
 (0)