a couple of newbie question - deferrable, varchar vs text, 2 dbs - Mailing list pgsql-general

From Sergei Shelukhin
Subject a couple of newbie question - deferrable, varchar vs text, 2 dbs
Date
Msg-id 1175640156.346220.167590@o5g2000hsb.googlegroups.com
Whole thread Raw
Responses Re: a couple of newbie question - deferrable, varchar vs text, 2 dbs  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
1) Do I understand it correctly that cross database queries are not
possible? Two dbs on the same server are used in this case.

2) What's the difference between unlimited length varchar and text
columns? I am mostly interested in performance, namely = 'blah' and
like '%blah%' queries over these column types.

3) Will adding "deferrable" to FKs that reference very large tables
speed up insert performance for individual inserts? for multiple
inserts within a single transaction?

Thanks ;)


pgsql-general by date:

Previous
From: Manoj Lal
Date:
Subject: Postgres 7.4: how to disconnect users without restarting postmaster
Next
From: Steve Gerhardt
Date:
Subject: Re: UPDATE on two large datasets is very slow