> Jerry Champlin wrote
I'm currently putting together a tool to migrate schema definitions from
Oracle to PostgreSQL. It's written in perl and easily extensible by others
to add functionality I don't care to migrate. I need to know how to
properly format create table, alter table, create index
Looking through the documentation source, I came across sql.sgml, a
section that covers relational theory and SQL. It's no longer compiled
with the docs, afaics, and hasn't been since 7.1.
We often get questions regarding this kind of basic information in
#postgresql on irc.freenode.net, and pe
Michael Glaesemann <[EMAIL PROTECTED]> writes:
> Looking through the documentation source, I came across sql.sgml, a
> section that covers relational theory and SQL. It's no longer compiled
> with the docs, afaics, and hasn't been since 7.1.
I am not totally sure why we stopped including that, b