Re: [SPAM] COPY command & binary format

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [SPAM] COPY command & binary format
Date: 2016-05-10 11:04:01
Message-ID: 5731C021.8050201@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Il 10/05/2016 12:56, Nicolas Paris ha
scritto:<br>
</div>
<blockquote
cite="mid:CA+ssMORTVs9cnvaS6wOOuPcmmsT5MJ6sfDYs9h3peXqW4zOA5A(at)mail(dot)gmail(dot)com"
type="cite">
<div dir="ltr">
<div class="gmail_default"
style="font-family:tahoma,sans-serif;color:rgb(0,51,51)">Hello,<br>
<br>
</div>
<div class="gmail_default"
style="font-family:tahoma,sans-serif;color:rgb(0,51,51)">What
is the way to build a binary format (instead of a csv) ? Is
there specification for this file ?<br>
<a moz-do-not-send="true"
href="http://www.postgresql.org/docs/9.5/static/sql-copy.html">http://www.postgresql.org/docs/9.5/static/sql-copy.html</a><br>
</div>
</div>
</blockquote>
I always create binary files with<br>
COPY table TO 'path/to/file' WITH BINARY<br>
<br>
Cheers<br>
Moreno.-<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.1 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Kumar 2016-05-10 11:06:53 Re: COPY command & binary format
Previous Message Nicolas Paris 2016-05-10 10:56:20 COPY command & binary format