Re: Why mention to Oracle ?
От | Marcos Pegoraro |
---|---|
Тема | Re: Why mention to Oracle ? |
Дата | |
Msg-id | CAB-JLwbZFfVPFgasR8Oe=AGApuF_Q2jypc38YfSULJkuW=kt-A@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Why mention to Oracle ? (Roberto Mello <roberto.mello@gmail.com>) |
Ответы |
Re: Why mention to Oracle ?
|
Список | pgsql-hackers |
Em dom., 22 de set. de 2024 às 12:49, Roberto Mello <roberto.mello@gmail.com> escreveu:
If you're volunteering to add a MySQL, SQL Server, Mongo, etc porting to the docs, I'm sure it could be anice addition.
And if we create a page like https://www.postgresql.org/about/featurematrix/
But instead of Postgres versions we have other vendors.
Every feature would have a Postgres way of doing and what differs from his old database.
Feature | PostgreSQL | Oracle | SQL Server | MySQL | Firebird |
SELECT N ROWS | LIMIT 10 | TOP 10 | FIRST 10 | ||
CONCAT STRINGS | 'Name: ' || Name | 'Name: ' + Name | |||
REBUILD INDEX | REINDEX | ALTER INDEX… REBUILD | |||
CURRENT DATE | CURRENT_DATE | GETDATE |
This is just an example, for sure there would be several tables, for DMLs, for DDL, for Maintenance ...
What do you think ?
regards
Marcos
В списке pgsql-hackers по дате отправления: