Обсуждение: Looking for a tool to "*" pg tables as ERDs
Where "*" ==
{print | save to PDF | save to <mumble> format | display on screen}
Anyone know of one?
TiA
Ron
Hi, Ron,
Ron Peacetree wrote:
> Where "*" ==
> {print | save to PDF | save to <mumble> format | display on screen}
>
> Anyone know of one?
psql with fancy output formatting comes to my mind, or "COPY table TO
file" SQL command.
HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
Markus Schaber wrote:
>Hi, Ron,
>
>Ron Peacetree wrote:
>
>
>>Where "*" ==
>>{print | save to PDF | save to <mumble> format | display on screen}
>>
>>Anyone know of one?
>>
>>
>
>psql with fancy output formatting comes to my mind, or "COPY table TO
>file" SQL command.
>
>
>
>
How on earth can either of these have to do with producing an ERD?
postgresql_autodoc might help: http://pgfoundry.org/projects/autodoc/
cheers
andrew
Hi, Andrew, Andrew Dunstan wrote: > How on earth can either of these have to do with producing an ERD? Sorry, the ERD thing got lost in my mind while resolving the "*". Markus -- Markus Schaber | Logical Tracking&Tracing International AG Dipl. Inf. | Software Development GIS Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org