On Thu, Dec 11, 2008 at 5:24 PM, Ibrar Ahmed <[EMAIL PROTECTED]> wrote:
> Do we really need this kind of discussion here?
>
Dont know. But the post would have contained more specific matters.
>
>
> On Thu, Dec 11, 2008 at 4:43 PM, Sreejesh O S <[EMAIL PROTECTED]>
>
On Thu, Dec 11, 2008 at 3:13 PM, Dmitry Turin <
[EMAIL PROTECTED]> wrote:
> Hi, Pgsql-hackers.
>
> We would like to obtain your opinion on these two questions:
>
>
> 1) We wanna append possibilities into Postgres engine, and wanna get top
> estimation for
> size of code, cost and time of implement
you should use schemaname.tablename syntax if you are using schemaOn 10/11/06, Dhanaraj M
<[EMAIL PROTECTED]> wrote:In psql,
psql>\d tableNameQuery is SELECT pg_catalog.format_type(a.atttypid, a.atttypmod) frompg_attribute a, pg_class c where a.attrelid =c.oid andc.relname='TableName' and a.attna
I want to install PostgreSQL 8.1 on FreeBSD 4.8-RELEASE .
I can't make it with make command.
make
You must use GNU make to build PostgreSQL.
*** Error code 1
Do I install gmake ?
How can I access CVS ?