473,467 Members | 1,497 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Trouble with some concepts

Hi all,

As announced previously I am currently working with other people on the
translation of PostrgreSQL to French, applications and manuals. We have
stumbled on a couple of concepts which are not very clear to us and
thus do not know very well how to translate. Can someone explain the
following:

msgid "the target relation %u is nailed"

One translator said that "nailed" was used for permanent network
connection. Could this message mean that the relation is locked by a
permanent connection to the database?

msgid "improper qualified name (too many dotted names): %s"

What's a qualified name?

msgid "database name may not be qualified"

Does this mean that the database with some given name cannot be found,
or that the given name is not valid or something else entirely?

msgid ""
"cannot cluster on expressional index when index access method does not
"
"handle nulls"

Is an expressional index an index built on a calculated field (say two
concatenated field or whatever) or something else?

Thanks for the help.

---------------
Francois

Home page: http://www.monpetitcoin.com/

"Would Descartes have programmed in Pascal?" - Umberto Eco
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 11 '05 #1
1 2818
Francois Suter <db*@paragraf.ch> writes:
Can someone explain the following: msgid "the target relation %u is nailed"
It's referring to a nailed-in-cache index, which is to say something
that we don't allow to drop out of the relcache (because we'd be unable
to load it back in, because it's used during relcache entry loading).

I think that this message is actually a can't-happen item because
of upstream checks, so there's probably no need to consider it
translatable. I'll look at turning it back to a plain elog.
msgid "improper qualified name (too many dotted names): %s" What's a qualified name?
Name with dots in it. The complaint would come out for something like
a.b.c.d, which is syntactically illegal.
msgid "database name may not be qualified"
As above. A database name cannot look like a.b.
Is an expressional index an index built on a calculated field (say two
concatenated field or whatever) or something else?


Yes. "Expressional index" isn't a really good term --- it's something
I invented on the spur of the moment to replace "functional index".
If you have a suggestion for a better term, I'm all ears.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly

Nov 11 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Brent | last post by:
I'd like to subclass the built-in str type. For example: -- class MyString(str): def __init__(self, txt, data): super(MyString,self).__init__(txt) self.data = data
1
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for...
1
by: ravinder | last post by:
I wanted to develop a multithreaded program using OO concepts on windows platform. Problem: I have to simulate two layers(similar to TCP/IP stack layers), and the layer functionality is of finite...
27
by: ncf | last post by:
Hi all. In another topic, I was informed that I had to dynamically allocate memory instead of just trying to expand on a list. (I'm trying to learn C, and have a strong background in PHP and...
8
by: Amber | last post by:
Hello, I am new to DB2, and I found myself get lost among the new concepts, such as non-partitioned database/partitioned database/database partition/partition group/node ,ect. Would you explain to...
20
by: W Karas | last post by:
Would the fear factor for concepts be slightly reduced if, instead of: concept C<typename T> { typename T::S; int T::mem(); int nonmem(); };
1
by: Doug_J_W | last post by:
I have a Visual Basic (2005) project that contains around twenty embedded text files as resources. The text files contain two columns of real numbers that are separated by tab deliminator, and are...
4
by: Hans-Peter Jansen | last post by:
Hi Pythonistas, I'm stuck in a maze of new style classes and generators. While I love the concepts, I obviously didn't grok them throughout. I'm trying to generate a bunch of similar classes,...
2
by: Krypto | last post by:
Hi, I have learned some basic C++ but when it comes to applying the concepts of Inheritance, Virtual functions I feel as if I don;t know which project to apply these concepts to. I thought that...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.