mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
First phase of FE/BE protocol modifications: new StartupPacket layout
with variable-width fields. No more truncation of long user names. Also, libpq can now send its environment-variable-driven SET commands as part of the startup packet, saving round trips to server.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--
|
||||
-- INTERVAL
|
||||
--
|
||||
SET DATESTYLE = DEFAULT;
|
||||
SET DATESTYLE = 'ISO';
|
||||
-- check acceptance of "time zone style"
|
||||
SELECT INTERVAL '01:00' AS "One hour";
|
||||
One hour
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
-- INTERVAL
|
||||
--
|
||||
|
||||
SET DATESTYLE = DEFAULT;
|
||||
SET DATESTYLE = 'ISO';
|
||||
|
||||
-- check acceptance of "time zone style"
|
||||
SELECT INTERVAL '01:00' AS "One hour";
|
||||
|
||||
Reference in New Issue
Block a user