Re: [SQL] \D TO FILE

2004-05-03 Thread Arne Stoelck
Autre variante psql nom_base -c '\d nom_table' > nom_fichier Arne On Mon, 3 May 2004, Paul Thomas wrote: > > On 03/05/2004 12:49 Eric Anderson Vianet SAO wrote: > > How could I record the ´ \d table ´ command to a file? > > \o file > ---(end of broadcast)--

Re: [SQL] \D TO FILE

2004-05-03 Thread Paul Thomas
On 03/05/2004 12:49 Eric Anderson Vianet SAO wrote: How could I record the ´ \d table ´ command to a file? \o file HTH -- Paul Thomas +--+-+ | Thomas Micro Systems Limited | Software Solutions for Business | |

Re: [SQL] \D TO FILE

2004-05-03 Thread Geoffrey
Eric Anderson Vianet SAO wrote: How could I record the ´ \d table ´ command to a file? echo '\d' | psql rnd > outputfile -- Until later, Geoffrey Registered Linux User #108567 Building secure systems in spite of Microsoft ---(end of broadcast)

[SQL] \D TO FILE

2004-05-03 Thread Eric Anderson Vianet SAO
How could I record the ´ \d table ´ command to a file? sds Eric Anderson CPD Via Net SAO 11-66432800 ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command