From 142811f687d61d78bca5b9a6dd29b4adfdb0052c Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 13 Feb 2016 13:53:43 -0600 Subject: [PATCH] Change `value` to `values` --- README.md | 2 +- ...ith-the-value-command.md => sets-with-the-values-command.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename postgres/{sets-with-the-value-command.md => sets-with-the-values-command.md} (94%) diff --git a/README.md b/README.md index 7e9b389..9dc5a74 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ _333 TILs and counting..._ - [Send A Command To psql](postgres/send-a-command-to-psql.md) - [Set Inclusion With hstore](postgres/set-inclusion-with-hstore.md) - [Set A Seed For The Random Number Generator](postgres/set-a-seed-for-the-random-number-generator.md) -- [Sets With The Value Command](postgres/sets-with-the-value-command.md) +- [Sets With The Values Command](postgres/sets-with-the-values-command.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/sets-with-the-value-command.md b/postgres/sets-with-the-values-command.md similarity index 94% rename from postgres/sets-with-the-value-command.md rename to postgres/sets-with-the-values-command.md index 99948f2..f27b1f3 100644 --- a/postgres/sets-with-the-value-command.md +++ b/postgres/sets-with-the-values-command.md @@ -1,4 +1,4 @@ -# Sets With The Value Command +# Sets With The Values Command You can concisely create sets of values in PostgreSQL using the `values` command.