diff --git a/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml b/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml
index fc7461724dc061ff3f152978e8e9e604d8af455b..8d84483df496dda5ba7fae2565bee386e9422395 100644
--- a/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml
+++ b/nop-dao/src/main/resources/_vfs/nop/dao/dialect/postgresql.dialect.xml
@@ -143,6 +143,30 @@
extract(YEAR from {0})
+
+ extract(QUARTER from {0})
+
+
+ extract(MONTH from {0})
+
+
+ extract(WEEK from {0})
+
+
+ extract(DAY from {0})
+
+
+ extract(HOUR from {0})
+
+
+ extract(MINUTE from {0})
+
+
+ extract(SECOND from {0})
+
+
+ extract(MICROSECOND from {0})
+
\ No newline at end of file