1
edit
Changes
→Implement appendTSExtract() method
* Research the extract function in the PostgreSQL
* Implement it in Adapter
* Test it<br />
*NOTE: The logic to implement the extract function is similar to the one in MySQL Adapter. It could be a good idea to suggest to NexJ to add the <code>appendTSField</code> method to the super class, so we are not repeating the code. (Can be done in the Optimization stage)