mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
from DateStyle, and create a new interval style that produces output matching the SQL standard (at least for interval values that fall within the standard's restrictions). IntervalStyle is also used to resolve the conflict between the standard and traditional Postgres rules for interpreting negative interval input. Ron Mayer
$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ This directory contains the C version of Libpq, the POSTGRES frontend library.