mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove the last traces of datatypes datetime and timespan.
This commit is contained in:
@ -1290,8 +1290,8 @@ sub _sql_type
|
||||
'VARCHAR2' => 'varchar',
|
||||
'NVARCHAR2' => 'varchar',
|
||||
# The DATE data type is used to store the date and time information.
|
||||
# Pg type datetime should match all needs
|
||||
'DATE' => 'datetime',
|
||||
# Pg type timestamp should match all needs
|
||||
'DATE' => 'timestamp',
|
||||
# Type LONG is like VARCHAR2 but with up to 2Gb.
|
||||
# PG type text should match all needs or if you want you could use blob
|
||||
'LONG' => 'text', # Character data of variable length
|
||||
|
Reference in New Issue
Block a user