Bruce Momjian writes: > > I will do it by vote, not because _I_ decide it is unintuitive. And I > don't have to talk _you_ into it, just a majority of developers.
Well, here's my vote on the subject: I purposefully avoided changing the existing behavior because (a) it would break something I will still find useful after the patch (b) I really think STDIN should mean STDIN just as /some/file means /some/file. What precipitated the patch in the first place was a need to be able to do copies in-line to populate tables with small amounts of initial data. I like that initial data to be neat, readable and easy to browse/modify without having to mentally filter through a lot of INSERTs. I have an automated system that takes a bunch of directories containing various things like table creation and strings them together into large SQL scripts to build, clear and destroy a database. Previously, I was having to deliver multiple files for database builds; now I can just deliver one that does everything. - Mark -- "DOS computers ... are by far the most popular, with about 70 million machines in use worldwide. Macintosh fans ... note that cockroaches are far more numerous than humans, and that numbers alone do not denote a higher life form." -- New York Times, November 26, 1991 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match