473,785 Members | 2,414 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Updated Documentation


Are there hypertext pages available in 7.3 or 7.4 for
SQL Key Words, like there are in SQL Commands, so a
person can just click on the word and get documentation
and usage information?

I have looked on the website and havn't been able to find
them.

Thanks,
Lynn P. Tilby
lt****@asu.edu

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 12 '05 #1
2 1300
On Wed, 12 Nov 2003 14:59:11 -0700 (MST)
Ly********@asu. edu wrote:

Are there hypertext pages available in 7.3 or 7.4 for
SQL Key Words, like there are in SQL Commands, so a
person can just click on the word and get documentation
and usage information?

I have looked on the website and havn't been able to find
them.


http://www.postgresql.org/docs/7.3/s...-commands.html

Got there from clicking documentation, 7.3 and scrolled down till I saw
it.
--
Jeff Trout <je**@jefftrout .com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddres sHere" to ma*******@postg resql.org)

Nov 12 '05 #2

Jeff,

Yes, these are the hypertext links for the SQL Commands
but not the hypertext links I was inquiring about for
all of the Key Words.

The Key Word list is available at:
http://www.postgresql.org/docs/7.3/s...-appendix.html
These do not have hypertext links and accompanying info as do
the SQL Commands.

If anyone knows where there are hypertext links
and accompanying information for 'Key Words' as there is
for the SQL Commands which show info, syntax, general
usage rules, and/or other info for all of the Key Words
PLEASE me know.

Thanks for your response though...

Best Regards,
Lynn
lt****@asu.edu

Quoting Jeff <th******@torgo .978.org>:
On Wed, 12 Nov 2003 14:59:11 -0700 (MST)
Ly********@asu. edu wrote:

Are there hypertext pages available in 7.3 or 7.4 for
SQL Key Words, like there are in SQL Commands, so a
person can just click on the word and get documentation
and usage information?

I have looked on the website and havn't been able to find
them.


http://www.postgresql.org/docs/7.3/s...-commands.html

Got there from clicking documentation, 7.3 and scrolled down till I
saw
it.
--
Jeff Trout <je**@jefftrout .com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddres sHere" to ma*******@postg resql.org)

Nov 12 '05 #3

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

Similar topics

11
2635
by: Bă§TăRĐ | last post by:
I have been working on this particular project for a little over 2 weeks now. This product contains between 700-900 stored procedures to handle just about all you can imagine within the product. I just personally rewrote/reformatted close to 150 of them myself. Nothing too fancy, mostly a lot of formatting. We have a little down time between Q/A and fixing any bugs they find so I decided to test the security of the site with Cross-Site...
1
1666
by: xxnonexnonexx | last post by:
I use the following piece of code to show when the page thats being accessed was last updated: <!-- var modified = new Date(document.lastModified); document.write("<b>Last Updated:<i> "+modified+"</I></B>"); // --> This works great, but it only does it for the page thats currently displayed.
0
1089
by: Joshua D. Drake | last post by:
Hello, There is now an updated version of plPerl with trigger support available at the Command Prompt community page. It can be viewed with documentation here: https://www.commandprompt.com/entry.lxp?lxpe=285 Sincerely, Joshua Drake
12
8706
by: Jim Hammond | last post by:
I am passing the whole object instead or parameters in my select and update methods. I can get the updated object if I set UpdateMethod, let ASP.NET autogenerate an update button, and then press update after making changes, but I don't want that update button. How can I get the updated object when the user presses one of my other action buttons?
5
1169
by: Howard Kaikow | last post by:
Why cannot MSFT publish correct/updated info in MSDN and KB? It is to MSFT's advantage to encourage us to migrate old code, and develop new code, with .NET, so they need to take extra care when publishing examples for us to follow. The following is a simple example of such an error. The MSDN library that ships with VS .NET has an article "creating Office
7
2702
by: Steven Bethard | last post by:
I've updated PEP 359 with a bunch of the recent suggestions. The patch is available at: http://bugs.python.org/1472459 and I've pasted the full text below. I've tried to be more explicit about the goals -- the make statement is mostly syntactic sugar for:: class <name> <tuple>: __metaclass__ = <callable>
4
1420
by: Jim Davis | last post by:
I've been working on a new release of my "debug" library. The original allowed the developer to "dump" complex objects (even those with circular references) to the screen for review. This version adds many features: +) A simplified "log" method for writing arbitrary information to a log window. +) A simple "timer" method which can be used to time blocks of code. +) Simplified methods for dumping currently available cookies and query...
8
2540
by: Keith | last post by:
I try to learn SQL by figuring out things. I want to make a listing of all records that were changed in the last... 1, 6, 12 hours/days. I have a field called 'updated' managed like: UPDATE tablename SET updated = NOW(), .... WHERE.... I created a query like this: "SELECT * FROM tablename WHERE 'updated'
8
1939
by: rdemyan via AccessMonster.com | last post by:
Anyone have any ideas on how to determine when the back-end file (containing only tables) has been updated with new data. The date/time of the file won't work because it gets updated to the current date/time when the back-end file is compacted. I'm just looking for an easy way to determine when there has been a change to data in any table in the back-end file. Maybe something is updated in one of the system tables??
0
9646
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10346
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10096
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9956
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8982
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.