[GENERAL] SELECT from mytbl;

2007-05-29 Thread brsaweda
Hi! Title says it pretty much. I am wondering if there is a short way to form a query that retrieves all fields of a table (of which I do not know names and number beforehand) except for one (or more, of which I know the name(s)). I have stumbled across the need for this a couple of time during th

Re: [GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-05-02 Thread brsaweda
Devrim GUNDUZ wrote: > Hi, > > I just wrote a pgsql.vim file for vim users. It helps you to colorize > the file which contains PostgreSQL SQL keywords: (...) > - Many of the keywords (let us see if I've missed anything) > - Comments > > I've used mysql.vim as a template. Thanks to \df, \dT and ps