Re: [GENERAL] Setting the table separator in psql command mode

1998-06-09 Thread Bruce Momjian
> > Mehrdad Ghassempoory wrote: > > > > I am trying to set up the table separator (Default "|") to TAB > > caharcter. > > > > I have tried : > > > > \f\t > > \f \t > > \f '\t' > > > > Without any luck. > > How is it done? > > I found that the following works: > > psql -F ' ' yourdatabas

Re: [GENERAL] [General] row-level lock

1998-06-09 Thread Herouth Maoz
At 17:53 +0300 on 9/6/98, jerome doucerain wrote: > > Does Postgres 6.3.2 supports row-level lock No, it doesn't. -- Herouth Maoz, Internet developer. Open University of Israel - Telem project http://telem.openu.ac.il/~herutma

Re: [GENERAL] Setting the table separator in psql command mode

1998-06-09 Thread Jose' Soares Da Silva
On Tue, 9 Jun 1998, Mehrdad Ghassempoory wrote: > I am trying to set up the table separator (Default "|") to TAB > caharcter. > > I have tried : > > \f\t > \f \t > \f '\t' > > Without any luck. > How is it done? Try psql -F"" this mean ^I Jose'

Re: [GENERAL] Setting the table separator in psql command mode

1998-06-09 Thread Herouth Maoz
At 15:59 +0300 on 9/6/98, Mehrdad Ghassempoory wrote: > I am trying to set up the table separator (Default "|") to TAB > caharcter. > > I have tried : > > \f\t > \f \t > \f '\t' > > Without any luck. > How is it done? Seems impossible, for some reason. Why do you want to do that? The header sep

Re: [GENERAL] Foreign Keys

1998-06-09 Thread Jose' Soares Da Silva
On Mon, 8 Jun 1998, ENTER YOU NAME HERE wrote: > Hi all > I am using PostgreSQL as part of my MSc project. Because it is an > object-relational database it is a superset of a pure relational and so > tried to add foreign keys but are not supported. How can I overcome this > problem? man create_tr

Re: [GENERAL] Foreign Keys

1998-06-09 Thread Marin D
PGSRC_DIR/contrib/spi/refint* is the answer Marin -= Why do we need gates in a world without fences? =- On Mon, 8 Jun 1998, ENTER YOU NAME HERE wrote: > Hi all > I am using PostgreSQL as part of my MSc project. Because it is an > object-relational database it is a superset