Re: [SQL] psql -f option

2001-01-04 Thread Peter Eisentraut
Graham Vickrage writes: > The documentation says -f enables some nice features such as error messages > with line numbers. It seems to me that this is half true i.e. it shows me > error messages, its doesn't however give me the associated line number in > the script. Works here: $ psql -f /etc/

Re: [SQL] psql -f option

2001-01-04 Thread Oliver Elphick
"Graham Vickrage" wrote: >I am trying to use the psql -f option to load a script into the >DB ( v7.0 ) from the linux command line. > >The documentation says -f enables some nice features such as error messages >with line numbers. It seems to me that this is half true i.e. it shows me

[SQL] psql -f option

2001-01-04 Thread Graham Vickrage
I am trying to use the psql -f option to load a script into the DB ( v7.0 ) from the linux command line. The documentation says -f enables some nice features such as error messages with line numbers. It seems to me that this is half true i.e. it shows me error messages, its doesn't however give