mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Make URL to docs use /current/.
This commit is contained in:
		
							
								
								
									
										2
									
								
								doc/FAQ
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								doc/FAQ
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                Frequently Asked Questions (FAQ) for PostgreSQL
 | 
					                Frequently Asked Questions (FAQ) for PostgreSQL
 | 
				
			||||||
                                       
 | 
					                                       
 | 
				
			||||||
   Last updated: Sat Dec 2 07:15:34 EST 2006
 | 
					   Last updated: Tue Dec 5 18:13:32 EST 2006
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
   Current maintainer: Bruce Momjian (bruce@momjian.us)
 | 
					   Current maintainer: Bruce Momjian (bruce@momjian.us)
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
  alink="#0000ff">
 | 
					  alink="#0000ff">
 | 
				
			||||||
    <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 | 
					    <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <P>Last updated: Sat Dec  2 07:15:34 EST 2006</P>
 | 
					    <P>Last updated: Tue Dec  5 18:13:32 EST 2006</P>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <P>Current maintainer: Bruce Momjian (<A href=
 | 
					    <P>Current maintainer: Bruce Momjian (<A href=
 | 
				
			||||||
    "mailto:bruce@momjian.us">bruce@momjian.us</A>)
 | 
					    "mailto:bruce@momjian.us">bruce@momjian.us</A>)
 | 
				
			||||||
@@ -1091,7 +1091,7 @@ length</TD></TR>
 | 
				
			|||||||
    double-quotes around table or column names during table creation.
 | 
					    double-quotes around table or column names during table creation.
 | 
				
			||||||
    When double-quotes are used, table and column names (called
 | 
					    When double-quotes are used, table and column names (called
 | 
				
			||||||
    identifiers) are stored <a
 | 
					    identifiers) are stored <a
 | 
				
			||||||
    href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
 | 
					    href="http://www.postgresql.org/docs/current/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
 | 
				
			||||||
    case-sensitive</a>, meaning you must use double-quotes when
 | 
					    case-sensitive</a>, meaning you must use double-quotes when
 | 
				
			||||||
    referencing the names in a query.  Some interfaces, like pgAdmin,
 | 
					    referencing the names in a query.  Some interfaces, like pgAdmin,
 | 
				
			||||||
    automatically double-quote identifiers during table creation.
 | 
					    automatically double-quote identifiers during table creation.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user