Re: [pgadmin-support] REVOKE PRIVILEGES in SQL tab of selected function

2017-06-21 Thread Murtuza Zabuawala
Hi, Thanks for reporting. RM logged: https://redmine.postgresql.org/issues/2507 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Jun 16, 2017 at 1:05 PM, wrote: > Let’s say we have this function: > > > > CREATE OR REPLACE FUNCTI

unsubscribe

2017-06-21 Thread Roland Kaschek

Re: Date Dimension

2017-06-21 Thread Melvin Davidson
Is this what you want? Click Tools    Query Tool CREATE TABLE has_date_col( some_date_info DATE); INSERT INTO has_date_col (some_date_info) VALUES ('2017-06-01'), ('2017-06-08'); SELECT * FROM has_date_col; Also RTFMhttps://www.postgresql.org/docs/9.6/static/datatype-datetime.html andhttps://www

unsubscribe

2017-06-21 Thread marcelo

unsubscribe

2017-06-21 Thread U. Brauchli (update)

Date Dimension

2017-06-21 Thread Chuma Ofole
Hi Everybody, I am using Pgadmin 4.Can someone tell me how to create and populate data in date dimension? Thanks in advance! Chuma