Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 95864c7

Browse files
author
Liudmila Mantrova
committed
DOC: removed timezone from demo database example
1 parent a28338c commit 95864c7

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

doc/src/sgml/demodb-bookings.sgml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,7 @@ ORDER BY s2.aircraft_code;
924924
SELECT a.airport_code as code,
925925
a.airport_name,
926926
a.city,
927-
a.coordinates,
928-
a.timezone
927+
a.coordinates
929928
FROM airports a
930929
WHERE a.city IN (
931930
SELECT aa.city
@@ -936,17 +935,17 @@ WHERE a.city IN (
936935
ORDER BY a.city, a.airport_code;
937936
</programlisting>
938937
<screen>
939-
code | airport_name | city | coordinates | timezone
940-
------+------------------------------------+-----------+-------------------------------------+---
941-
DME | Domodedovo | Moscow | (37.9062995910645,55.4087982177734) | Europe/Moscow
942-
| International Airport | | |
943-
SVO | Sheremetyevo | Moscow | (37.4146,55.972599) | Europe/Moscow
944-
| International Airport | | |
945-
VKO | Vnukovo | Moscow | (37.2615013123,55.5914993286) | Europe/Moscow
946-
| International Airport | | |
947-
ULV | Ulyanovsk | Ulyanovsk | (48.2266998291,54.2682991028) | Europe/Samara
948-
| Baratayevka Airport | | |
949-
ULY | Ulyanovsk East Airport | Ulyanovsk | (48.8027000427246,54.4010009765625) | Europe/Samara
938+
code | airport_name | city | coordinates
939+
------+------------------------------------+-----------+-------------------------
940+
DME | Domodedovo | Moscow | (37.9062995910645,55.4087982177734)
941+
| International Airport | |
942+
SVO | Sheremetyevo | Moscow | (37.4146,55.972599)
943+
| International Airport | |
944+
VKO | Vnukovo | Moscow | (37.2615013123,55.5914993286)
945+
| International Airport | |
946+
ULV | Ulyanovsk | Ulyanovsk | (48.2266998291,54.2682991028)
947+
| Baratayevka Airport | |
948+
ULY | Ulyanovsk East Airport | Ulyanovsk | (48.8027000427246,54.4010009765625)
950949
(5 rows)
951950
</screen>
952951
</para>

0 commit comments

Comments
 (0)