Re: CSVQL? CSV SQL? tab-separated table I/O? RENAME COLUMN

From: Ken Tanzer <ken(dot)tanzer(at)gmail(dot)com>
To: George Neuner <gneuner2(at)comcast(dot)net>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: CSVQL? CSV SQL? tab-separated table I/O? RENAME COLUMN
Date: 2018-05-06 22:26:22
Message-ID: CAD3a31VTTqgc_185P95SczSJAtg-4Dx3Wg51-E167sAXfVWdCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 4, 2018 at 1:03 PM, George Neuner <gneuner2(at)comcast(dot)net> wrote:

> On Thu, 3 May 2018 11:02:00 -0700, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> >On 05/03/2018 09:47 AM, George Neuner wrote:
> >>
> >> ..., I would not discount the possibility that Microsoft really
> >> has patented some variation of CSV. They absolutely did *try* to
> >> copyright the use of + and - symbols for specifying addition and
> >> subtraction operations in VisualBASIC.
> >
> >Not seeing it:
> >
> >http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=%
> 2Fnetahtml%2FPTO%2Fsearch-bool.html&r=0&f=S&l=50&TERM1=
> microsoft&FIELD1=AANM&co1=AND&TERM2=csv&FIELD2=&d=PTXT
>
>
> That's the patent database. Microsoft tried to get a *copyright*. I
> don't recall whether it was granted [I don't believe it was], and this
> would have been circa ~1990, so it's hard to search for in any case.
> Unlike the patent database, the copyright database does not contain
> the protected material - it only gives archival references to it.
>
> It generated quite a bit of negative press coverage at the time. The
> basis of Microsoft's argument was that "x + y" was a unique and
> protectable expression of the addition concept because it could have
> been done in other ways, e.g., by "add(x,y)".
>
>
>
I don't think in general you can copyright a file format. You can
copyright things you create, and you can try to keep secret the information
about how they work. People can't steal your code to create CSV files, but
you can't tell people they can't string a bunch of values together with
commas in between if they can figure out how to do so all by themselves.
Plus it's hard to see how "fair use" wouldn't protect something as short as
"x+y", or ",".

FWIW, Wikipedia includes CSV in its list of open formats. The article
linked below also says no, although it seems UK-based, not U.S.

Cheers,
Ken

https://en.wikipedia.org/wiki/List_of_open_formats
http://www.blplaw.com/expert-legal-insights/articles/copyright-protect-data-file-formats

>
>
>

--
AGENCY Software
A Free Software data system
By and for non-profits
*http://agency-software.org/ <http://agency-software.org/>*
*https://demo.agency-software.org/client
<https://demo.agency-software.org/client>*
ken(dot)tanzer(at)agency-software(dot)org
(253) 245-3801

Subscribe to the mailing list
<agency-general-request(at)lists(dot)sourceforge(dot)net?body=subscribe> to
learn more about AGENCY or
follow the discussion.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message legrand legrand 2018-05-06 22:46:10 Re: pg_stat_statements : how to catch non successfully finished statements ?
Previous Message Adrian Klaver 2018-05-06 20:54:01 Re: User defined functions in Postgresql, troubles with the c code