1
0
mirror of https://github.com/jbranchaud/til synced 2026-03-05 07:28:46 +00:00

Add Day Of Week For A Date as a postgres til

This commit is contained in:
jbranchaud
2016-01-29 21:37:28 -06:00
parent e9f4f64eb0
commit 9156803488
2 changed files with 23 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ _310 TILs and counting..._
- [Create A Composite Primary Key](postgres/create-a-composite-primary-key.md)
- [Create hstore From Two Arrays](postgres/create-hstore-from-two-arrays.md)
- [Creating Conditional Constraints](postgres/creating-conditional-constraints.md)
- [Day Of Week For A Date](postgres/day-of-week-for-a-date.md)
- [Default Schema](postgres/default-schema.md)
- [Defining Arrays](postgres/defining-arrays.md)
- [Edit Existing Functions](postgres/edit-existing-functions.md)