Python / Odoo Developer

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

Postgres Miscellaneous Commands

Avatar
Administrator

Allow user permission to create Database

ALTER USER username CREATEDB;

Case insensitive select

select "x_partnerNumber" from res_partner limit 10

Double quote allows to select the column containing uppercase carachters


Save query to file

psql -h ip_address -U odoo -c "select ********" >> '/path/file.txt'


Avatar
Discard