Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: COPY <table> FROM STDIN BINARY



Владимир Баранов wrote:

My question is: what input binary format of a timestamp value should I use?

There are two possible formats depending on whether or not integer_datetimes is set or not. (This is a compile-time option, you can query the server to see which is set via SHOW, I think -- it's also autoreported on connection startup, but you can't get at that as a JDBC client)

I can't remember the details of the formats though -- you may need to check the server source code for details. One is a 64-bit integer from memory.

-O



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group