need an information on PostgreSQL

From: "Denis A(dot) Doroshenko" <d(dot)doroshenko(at)omnitel(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: need an information on PostgreSQL
Date: 2000-11-09 08:37:53
Message-ID: 20001109103753.N9377@comrade.omnitel.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

i'm a newbie to pgsql (and SQL as well) so please be patient :-)

first, i would like to know all limitations (or call it parameters) of
PostgreSQL 7 (i use 7.0.2). that includes for example, number of
columns in a row, number of rows in a table, number of triggers,
indexes per table. the only limitations i've seen in various sources is
a row size (currently -- 8k) and indexning length of text (something
about 2k). i like many things in PostgreSQL and such information would
help me to evaluate the possibility to use it in bigger projects...

does PoestgreSQL support stored procedures? and will it do, if
it isn't. i could not find any reference on this in docs/htmls...
BTW, about "will it support", is there some roadmap for PostgreSQL?
i've looked at TODO, but hmm :-) it's more detailed than i need...

does PostgreSQL support object naming as "[[[server.]dbname.]
owner.]objectname"?

how could i restrict a user from looking what tables are in database
as well as what their structures are. i know i could restrict
select/update/alter/delete/whatever, but can i hide the tables from
a user? also, can PostgreSQL hide some particular columns from user?
the reason for these questions is security, surely. for example i
would create special user (supervisor) and give him all access, after
that i would hide all tables/indexes/whatever and create views,
joining the real tables in any order i like. thus i could install the
database giving nothing away about its internal structure...
sure, i may not use such features, but it would be very good to have
them...

also, could anybody point me to the latest SQL standard (SQL92)?

advTHANKSance.

P.S. why whole world pronounces 'SQL' like 'esquel', while, AFAIK,
IBM proposed it to be pronounced as 'seequel'? :-)

--
Denis A. Doroshenko -- VAS/IN group engineer
[Address: Omnitel Ltd., T.Sevcenkos 25, Vilnius 2600, Lithuania]
[Phone: +370 98 63207] [E-mail: mailto:d(dot)doroshenko(at)omnitel(dot)net]

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hervé Piedvache 2000-11-09 09:50:24 Re: Really SLOW using GROUP BY ...!?
Previous Message Warren Vanichuk 2000-11-09 05:52:43 Re: How to format strings