Re: [GENERAL] Let's Do the CoC Right

2016-01-24 Thread Rajeev Bhatta
Sorry for top posting... I like what you said at the end Shouldn't the simple rule of thumb be that the discussion on the mailing list should be project related and all personal references should be avoided instead of finding the balancing equation.. Someone mentioned earlier that signatu

Re: [GENERAL] Let's Do the CoC Right

2016-01-22 Thread Rajeev Bhatta
On Jan 22, 2016 23:59, "David E. Wheeler" wrote: > > On Jan 22, 2016, at 9:44 AM, Geoff Winkless wrote: > > >> BTW, I am one of those “through someone else” people of which you speak. > > > > Excellent! Then can you ask the person for whom you are "someone else" > > to explain exactly which

Re: [GENERAL] Let's Do the CoC Right

2016-01-22 Thread Rajeev Bhatta
On Jan 22, 2016 23:00, "David E. Wheeler" wrote: > > On Jan 22, 2016, at 9:25 AM, Adrian Klaver wrote: > > >> It excludes people who don’t participate in the list because of issues > >> they’ve had there in the past. > > > > When and whom? This is the time for those that had issues to speak

Re: [GENERAL] Let's Do the CoC Right

2016-01-21 Thread Rajeev Bhatta
On Friday 22 January 2016 10:55 AM, David E. Wheeler wrote: Fellow PostgreSQLers, I can’t help that there are a whole lot of white guys working on this document, with very little feedback from the people who it’s likely to benefit (only exception I spotted in a quick scan was Regina; sorry if

Re: [GENERAL] Importing CSV File

2015-10-26 Thread Rajeev Bhatta
You could do it simpler by creating a temp table with all columns in the CSV and then doing either creating another table of the temp table or building a view on top of the table. The decision depends on how frequently you would be importing data from the CSV. If only one time then you are bet